[
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.ClientOption",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALLOW_SERVER_LISTINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#ALLOW_SERVER_LISTINGS"
          },
          {
            "kind": "FIELD",
            "name": "CHAT_COLORS_ENABLED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#CHAT_COLORS_ENABLED"
          },
          {
            "kind": "FIELD",
            "name": "CHAT_VISIBILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#CHAT_VISIBILITY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ClientOption(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#ClientOption(Class)"
          },
          {
            "kind": "FIELD",
            "name": "LOCALE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#LOCALE"
          },
          {
            "kind": "FIELD",
            "name": "MAIN_HAND",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#MAIN_HAND"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLE_VISIBILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#PARTICLE_VISIBILITY"
          },
          {
            "kind": "FIELD",
            "name": "SKIN_PARTS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#SKIN_PARTS"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TEXT_FILTERING_ENABLED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#TEXT_FILTERING_ENABLED"
          },
          {
            "kind": "FIELD",
            "name": "VIEW_DISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#VIEW_DISTANCE"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.ClientOption.ChatVisibility",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ChatVisibility(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "translationKey"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#ChatVisibility(String)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HIDDEN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#HIDDEN"
              },
              {
                "kind": "FIELD",
                "name": "NAMES",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#NAMES"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SYSTEM",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#SYSTEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#UNKNOWN",
                "deprecated": {
                  "since": "1.15.2",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "translationKey",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#translationKey"
              },
              {
                "kind": "METHOD",
                "name": "translationKey()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#translationKey()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ChatVisibility.html"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.ClientOption.ParticleVisibility",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALL",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#ALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DECREASED",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#DECREASED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MINIMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#MINIMAL"
              },
              {
                "kind": "FIELD",
                "name": "NAMES",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#NAMES"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ParticleVisibility(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "translationKey"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#ParticleVisibility(String)"
              },
              {
                "kind": "FIELD",
                "name": "translationKey",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#translationKey"
              },
              {
                "kind": "METHOD",
                "name": "translationKey()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#translationKey()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption/ParticleVisibility.html"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ClientOption.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.MaterialSetTag",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(Collection)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(Material...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(Material...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(NamespacedKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(NamespacedKey,Collection)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(NamespacedKey,Collection,Predicate...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "globalPredicates"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(NamespacedKey,Collection,Predicate...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(NamespacedKey,Material...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "materials"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(NamespacedKey,Material...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(NamespacedKey,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(NamespacedKey,Predicate)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialSetTag(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#MaterialSetTag(Predicate)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isTagged(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#isTagged(Block)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#isTagged(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#isTagged(BlockState)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#isTagged(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html#isTagged(Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialSetTag.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.MaterialTags",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ARROWS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#ARROWS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "AXES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#AXES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#BEDS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#BOOTS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BOWS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#BOWS"
          },
          {
            "kind": "FIELD",
            "name": "BUCKETS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#BUCKETS"
          },
          {
            "kind": "FIELD",
            "name": "CHESTPLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CHESTPLATES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "CHEST_EQUIPPABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CHEST_EQUIPPABLE",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "COALS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COALS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COBBLESTONES"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_WALLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COBBLESTONE_WALLS"
          },
          {
            "kind": "FIELD",
            "name": "COLORABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COLORABLE"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COMMAND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CONCRETES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CONCRETES"
          },
          {
            "kind": "FIELD",
            "name": "CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CONCRETE_POWDER",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "COOKED_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COOKED_FISH"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COPPER_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#COPPER_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CORAL"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CORAL_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_FANS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CORAL_FANS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CUT_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CUT_COPPER_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#DEEPSLATE_ORES"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#DIAMOND_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#DOORS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DYES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#DYES"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#ENCHANTABLE",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#EXPOSED_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#FENCES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "FENCE_GATES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#FENCE_GATES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "FISH_BUCKETS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#FISH_BUCKETS"
          },
          {
            "kind": "FIELD",
            "name": "FULL_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#FULL_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_PANES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#GLASS_PANES"
          },
          {
            "kind": "FIELD",
            "name": "GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_APPLES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#GOLDEN_APPLES"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#GOLDEN_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "HEAD_EQUIPPABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#HEAD_EQUIPPABLE",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "HELMETS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#HELMETS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "HOES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#HOES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "HORSE_ARMORS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#HORSE_ARMORS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#INFESTED_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#IRON_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "LANTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#LANTERNS",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#LEGGINGS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOMS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#MUSHROOMS"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#MUSHROOM_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISCS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#MUSIC_DISCS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#MaterialTags()"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#NETHERITE_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#ORES"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#OXIDIZED_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "PICKAXES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PICKAXES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "PISTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PISTONS"
          },
          {
            "kind": "FIELD",
            "name": "POTATOES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#POTATOES"
          },
          {
            "kind": "FIELD",
            "name": "PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PRESSURE_PLATES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PRISMARINE_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKINS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PUMPKINS"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#PURPUR"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#QUARTZ_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "RAILS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#RAILS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "RAW_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#RAW_FISH"
          },
          {
            "kind": "FIELD",
            "name": "RAW_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#RAW_ORES"
          },
          {
            "kind": "FIELD",
            "name": "RAW_ORE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#RAW_ORE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#REDSTONE_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#RED_SANDSTONES"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SANDSTONES"
          },
          {
            "kind": "FIELD",
            "name": "SHOVELS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SHOVELS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SHULKER_BOXES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SIGNS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SKULLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SKULLS"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SOUL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_EGGS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SPAWN_EGGS"
          },
          {
            "kind": "FIELD",
            "name": "SPONGES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SPONGES"
          },
          {
            "kind": "FIELD",
            "name": "STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "STAINED_GLASS_PANES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#STAINED_GLASS_PANES"
          },
          {
            "kind": "FIELD",
            "name": "STAINED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#STAINED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "STONE_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#STONE_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "SWORDS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#SWORDS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "THROWABLE_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#THROWABLE_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#TORCH"
          },
          {
            "kind": "FIELD",
            "name": "TORCHES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#TORCHES"
          },
          {
            "kind": "FIELD",
            "name": "TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#TRAPDOORS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "UNAFFECTED_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#UNAFFECTED_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "UNWAXED_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#UNWAXED_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WAXED_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WEATHERED_COPPER_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WOODEN_DOORS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WOODEN_FENCES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_GATES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WOODEN_GATES",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WOODEN_TOOLS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#WOODEN_TRAPDOORS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "keyFor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#keyFor(String)"
          },
          {
            "kind": "METHOD",
            "name": "replacedBy(Tag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vanillaTag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#replacedBy(Tag)"
          },
          {
            "kind": "METHOD",
            "name": "replacedBy(Tag,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "legacyKey"
              },
              {
                "kind": "PARAMETER",
                "name": "vanillaTag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html#replacedBy(Tag,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/MaterialTags.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.Namespaced",
        "children": [
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Namespaced.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Namespaced.html#getNamespace()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Namespaced.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.6",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.NamespacedTag",
        "children": [
          {
            "kind": "FIELD",
            "name": "BUKKIT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#BUKKIT"
          },
          {
            "kind": "FIELD",
            "name": "MINECRAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#MINECRAFT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NamespacedTag(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#NamespacedTag(Plugin,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NamespacedTag(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "namespace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#NamespacedTag(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "VALID_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#VALID_KEY"
          },
          {
            "kind": "FIELD",
            "name": "VALID_NAMESPACE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#VALID_NAMESPACE"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#getNamespace()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#key"
          },
          {
            "kind": "METHOD",
            "name": "minecraft(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#minecraft(String)"
          },
          {
            "kind": "FIELD",
            "name": "namespace",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#namespace"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/NamespacedTag.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.6",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.ParticleBuilder",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003edata()",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#\u003cT\u003edata()"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003edata(T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#\u003cT\u003edata(T)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ParticleBuilder(Particle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#ParticleBuilder(Particle)"
          },
          {
            "kind": "METHOD",
            "name": "allPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#allPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "color(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#color(Color)"
          },
          {
            "kind": "METHOD",
            "name": "color(Color,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#color(Color,float)"
          },
          {
            "kind": "METHOD",
            "name": "color(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#color(int)"
          },
          {
            "kind": "METHOD",
            "name": "color(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "b"
              },
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "r"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#color(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "color(int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "a"
              },
              {
                "kind": "PARAMETER",
                "name": "b"
              },
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "r"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#color(int,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "colorTransition(Color,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fromColor"
              },
              {
                "kind": "PARAMETER",
                "name": "toColor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#colorTransition(Color,Color)"
          },
          {
            "kind": "METHOD",
            "name": "colorTransition(Color,Color,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fromColor"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              },
              {
                "kind": "PARAMETER",
                "name": "toColor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#colorTransition(Color,Color,float)"
          },
          {
            "kind": "METHOD",
            "name": "colorTransition(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fromRgb"
              },
              {
                "kind": "PARAMETER",
                "name": "toRgb"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#colorTransition(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "colorTransition(int,int,int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fromBlue"
              },
              {
                "kind": "PARAMETER",
                "name": "fromGreen"
              },
              {
                "kind": "PARAMETER",
                "name": "fromRed"
              },
              {
                "kind": "PARAMETER",
                "name": "toBlue"
              },
              {
                "kind": "PARAMETER",
                "name": "toGreen"
              },
              {
                "kind": "PARAMETER",
                "name": "toRed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#colorTransition(int,int,int,int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "count",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#count"
          },
          {
            "kind": "METHOD",
            "name": "count()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#count()"
          },
          {
            "kind": "METHOD",
            "name": "count(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#count(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#data"
          },
          {
            "kind": "FIELD",
            "name": "extra",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#extra"
          },
          {
            "kind": "METHOD",
            "name": "extra()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#extra()"
          },
          {
            "kind": "METHOD",
            "name": "extra(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "extra"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#extra(double)"
          },
          {
            "kind": "FIELD",
            "name": "force",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#force"
          },
          {
            "kind": "METHOD",
            "name": "force()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#force()"
          },
          {
            "kind": "METHOD",
            "name": "force(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#force(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "hasReceivers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#hasReceivers()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#location"
          },
          {
            "kind": "METHOD",
            "name": "location()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#location()"
          },
          {
            "kind": "METHOD",
            "name": "location(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#location(Location)"
          },
          {
            "kind": "METHOD",
            "name": "location(World,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#location(World,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "offset(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offset(double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "offsetX",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offsetX"
          },
          {
            "kind": "METHOD",
            "name": "offsetX()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offsetX()"
          },
          {
            "kind": "FIELD",
            "name": "offsetY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offsetY"
          },
          {
            "kind": "METHOD",
            "name": "offsetY()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offsetY()"
          },
          {
            "kind": "FIELD",
            "name": "offsetZ",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offsetZ"
          },
          {
            "kind": "METHOD",
            "name": "offsetZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#offsetZ()"
          },
          {
            "kind": "FIELD",
            "name": "particle",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#particle"
          },
          {
            "kind": "METHOD",
            "name": "particle()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#particle()"
          },
          {
            "kind": "METHOD",
            "name": "particle(Particle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#particle(Particle)"
          },
          {
            "kind": "FIELD",
            "name": "receivers",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers"
          },
          {
            "kind": "METHOD",
            "name": "receivers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers()"
          },
          {
            "kind": "METHOD",
            "name": "receivers(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "receivers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "receivers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(List)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(Player...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "receivers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(Player...)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(int)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "byDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "byDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "receivers(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#receivers(int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#source"
          },
          {
            "kind": "METHOD",
            "name": "source()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#source()"
          },
          {
            "kind": "METHOD",
            "name": "source(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#source(Player)"
          },
          {
            "kind": "METHOD",
            "name": "spawn()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html#spawn()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/ParticleBuilder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.SkinParts",
        "children": [
          {
            "kind": "METHOD",
            "name": "allParts()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#allParts()"
          },
          {
            "kind": "INTERFACE",
            "name": "com.destroystokyo.paper.SkinParts.Mutable",
            "children": [
              {
                "kind": "METHOD",
                "name": "immutableCopy()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#immutableCopy()"
              },
              {
                "kind": "METHOD",
                "name": "setCapeEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setCapeEnabled(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setHatsEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setHatsEnabled(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setJacketEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setJacketEnabled(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setLeftPantsEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setLeftPantsEnabled(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setLeftSleeveEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setLeftSleeveEnabled(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setRightPantsEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setRightPantsEnabled(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setRightSleeveEnabled(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enabled"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html#setRightSleeveEnabled(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts/Mutable.html"
          },
          {
            "kind": "METHOD",
            "name": "getRaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#getRaw()"
          },
          {
            "kind": "METHOD",
            "name": "hasCapeEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasCapeEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasHatsEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasHatsEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasJacketEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasJacketEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasLeftPantsEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasLeftPantsEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasLeftSleeveEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasLeftSleeveEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasRightPantsEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasRightPantsEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasRightSleeveEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#hasRightSleeveEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "mutableCopy()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html#mutableCopy()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/SkinParts.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.Title",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_FADE_IN",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#DEFAULT_FADE_IN"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_FADE_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#DEFAULT_FADE_OUT"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STAY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#DEFAULT_STAY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(Array,Array,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeIn"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOut"
              },
              {
                "kind": "PARAMETER",
                "name": "stay"
              },
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(Array,Array,int,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(Array,BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(Array,BaseComponent...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(BaseComponent)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(BaseComponent,BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(BaseComponent,BaseComponent)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(BaseComponent,BaseComponent,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeIn"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOut"
              },
              {
                "kind": "PARAMETER",
                "name": "stay"
              },
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(BaseComponent,BaseComponent,int,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(BaseComponent...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(String,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Title(String,String,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeIn"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOut"
              },
              {
                "kind": "PARAMETER",
                "name": "stay"
              },
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#Title(String,String,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#broadcast()"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#builder()"
          },
          {
            "kind": "CLASS",
            "name": "com.destroystokyo.paper.Title.Builder",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Builder()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#Builder()"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#build()"
              },
              {
                "kind": "FIELD",
                "name": "fadeIn",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#fadeIn"
              },
              {
                "kind": "METHOD",
                "name": "fadeIn(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fadeIn"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#fadeIn(int)"
              },
              {
                "kind": "FIELD",
                "name": "fadeOut",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#fadeOut"
              },
              {
                "kind": "METHOD",
                "name": "fadeOut(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fadeOut"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#fadeOut(int)"
              },
              {
                "kind": "FIELD",
                "name": "stay",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#stay"
              },
              {
                "kind": "METHOD",
                "name": "stay(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stay"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#stay(int)"
              },
              {
                "kind": "FIELD",
                "name": "subtitle",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#subtitle"
              },
              {
                "kind": "METHOD",
                "name": "subtitle(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "subtitle"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#subtitle(BaseComponent)"
              },
              {
                "kind": "METHOD",
                "name": "subtitle(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "subtitle"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#subtitle(BaseComponent...)"
              },
              {
                "kind": "METHOD",
                "name": "subtitle(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "subtitle"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#subtitle(String)"
              },
              {
                "kind": "FIELD",
                "name": "title",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#title"
              },
              {
                "kind": "METHOD",
                "name": "title(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#title(BaseComponent)"
              },
              {
                "kind": "METHOD",
                "name": "title(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#title(BaseComponent...)"
              },
              {
                "kind": "METHOD",
                "name": "title(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html#title(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title/Builder.html"
          },
          {
            "kind": "FIELD",
            "name": "fadeIn",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#fadeIn"
          },
          {
            "kind": "FIELD",
            "name": "fadeOut",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#fadeOut"
          },
          {
            "kind": "METHOD",
            "name": "getFadeIn()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#getFadeIn()"
          },
          {
            "kind": "METHOD",
            "name": "getFadeOut()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#getFadeOut()"
          },
          {
            "kind": "METHOD",
            "name": "getStay()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#getStay()"
          },
          {
            "kind": "METHOD",
            "name": "getSubtitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#getSubtitle()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "send(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "players"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#send(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "send(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#send(Player)"
          },
          {
            "kind": "METHOD",
            "name": "send(Player...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "players"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#send(Player...)"
          },
          {
            "kind": "FIELD",
            "name": "stay",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#stay"
          },
          {
            "kind": "FIELD",
            "name": "subtitle",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#subtitle"
          },
          {
            "kind": "FIELD",
            "name": "title",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html#title"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/Title.html",
        "deprecated": {
          "since": "1.16.5",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.block",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.block.BlockSoundGroup",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBreakSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/BlockSoundGroup.html#getBreakSound()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getFallSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/BlockSoundGroup.html#getFallSound()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHitSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/BlockSoundGroup.html#getHitSound()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlaceSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/BlockSoundGroup.html#getPlaceSound()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStepSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/BlockSoundGroup.html#getStepSound()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/BlockSoundGroup.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.18.2",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.block.TargetBlockInfo",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TargetBlockInfo(Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html#TargetBlockInfo(Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html#blockFace"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.block.TargetBlockInfo.FluidMode",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALWAYS",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#ALWAYS"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "FluidMode(FluidCollisionMode)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "bukkit"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#FluidMode(FluidCollisionMode)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEVER",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#NEVER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOURCE_ONLY",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#SOURCE_ONLY"
              },
              {
                "kind": "FIELD",
                "name": "bukkit",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#bukkit"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo/FluidMode.html",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getRelativeBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html#getRelativeBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/TargetBlockInfo.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.19.3",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.brigadier",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.brigadier.BukkitBrigadierCommand",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "S"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/BukkitBrigadierCommand.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.6",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.brigadier.BukkitBrigadierCommandSource",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBukkitEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/BukkitBrigadierCommandSource.html#getBukkitEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/BukkitBrigadierCommandSource.html#getBukkitLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/BukkitBrigadierCommandSource.html#getBukkitSender()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/BukkitBrigadierCommandSource.html#getBukkitWorld()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/BukkitBrigadierCommandSource.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/brigadier/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.entity",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.entity.Pathfinder",
        "children": [
          {
            "kind": "METHOD",
            "name": "canFloat()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#canFloat()"
          },
          {
            "kind": "METHOD",
            "name": "canOpenDoors()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#canOpenDoors()"
          },
          {
            "kind": "METHOD",
            "name": "canPassDoors()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#canPassDoors()"
          },
          {
            "kind": "INTERFACE",
            "name": "com.destroystokyo.paper.entity.Pathfinder.PathResult",
            "children": [
              {
                "kind": "METHOD",
                "name": "canReachFinalPoint()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#canReachFinalPoint()"
              },
              {
                "kind": "METHOD",
                "name": "getFinalPoint()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getFinalPoint()"
              },
              {
                "kind": "METHOD",
                "name": "getNextPoint()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getNextPoint()"
              },
              {
                "kind": "METHOD",
                "name": "getNextPointIndex()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getNextPointIndex()"
              },
              {
                "kind": "METHOD",
                "name": "getPoints()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder/PathResult.html#getPoints()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder/PathResult.html"
          },
          {
            "kind": "METHOD",
            "name": "findPath(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#findPath(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "findPath(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#findPath(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#getCurrentPath()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "hasPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#hasPath()"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(LivingEntity,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "speed"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(LivingEntity,double)"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(Location)"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(Location,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(Location,double)"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(PathResult)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(PathResult)"
          },
          {
            "kind": "METHOD",
            "name": "moveTo(PathResult,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#moveTo(PathResult,double)"
          },
          {
            "kind": "METHOD",
            "name": "setCanFloat(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canFloat"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#setCanFloat(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanOpenDoors(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canOpenDoors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#setCanOpenDoors(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanPassDoors(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canPassDoors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#setCanPassDoors(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "stopPathfinding()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html#stopPathfinding()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/Pathfinder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.entity.RangedEntity",
        "children": [
          {
            "kind": "METHOD",
            "name": "isChargingAttack()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/RangedEntity.html#isChargingAttack()",
            "deprecated": {
              "since": "1.19.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "rangedAttack(LivingEntity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charge"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/RangedEntity.html#rangedAttack(LivingEntity,float)"
          },
          {
            "kind": "METHOD",
            "name": "setChargingAttack(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raiseHands"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/RangedEntity.html#setChargingAttack(boolean)",
            "deprecated": {
              "since": "1.19.2",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/RangedEntity.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.entity.TargetEntityInfo",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TargetEntityInfo(Entity,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "hitVec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/TargetEntityInfo.html#TargetEntityInfo(Entity,Vector)"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/TargetEntityInfo.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/TargetEntityInfo.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHitVector()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/TargetEntityInfo.html#getHitVector()"
          },
          {
            "kind": "FIELD",
            "name": "hitVec",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/TargetEntityInfo.html#hitVec"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/TargetEntityInfo.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.19.3",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.entity.ai",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.entity.ai.Goal",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#getTypes()"
          },
          {
            "kind": "METHOD",
            "name": "shouldActivate()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#shouldActivate()"
          },
          {
            "kind": "METHOD",
            "name": "shouldStayActive()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#shouldStayActive()"
          },
          {
            "kind": "METHOD",
            "name": "start()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#start()"
          },
          {
            "kind": "METHOD",
            "name": "stop()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#stop()"
          },
          {
            "kind": "METHOD",
            "name": "tick()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html#tick()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/Goal.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.entity.ai.GoalKey",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cA\u003eof(Class,NamespacedKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "A"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#\u003cA\u003eof(Class,NamespacedKey)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GoalKey(Class,NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#GoalKey(Class,NamespacedKey)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#getEntityClass()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespacedKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#getNamespacedKey()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#key"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalKey.html"
      },
      {
        "kind": "ENUM",
        "name": "com.destroystokyo.paper.entity.ai.GoalType",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "GoalType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#GoalType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#LOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#MOVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#TARGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN_BEHAVIOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#UNKNOWN_BEHAVIOR"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/GoalType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.entity.ai.MobGoals",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eaddGoal(T,int,Goal)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "goal"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003eaddGoal(T,int,Goal)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetAllGoals(T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetAllGoals(T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetAllGoals(T,GoalType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetAllGoals(T,GoalType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetAllGoalsWithout(T,GoalType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetAllGoalsWithout(T,GoalType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetGoal(T,GoalKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetGoal(T,GoalKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetGoals(T,GoalKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetGoals(T,GoalKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRunningGoals(T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetRunningGoals(T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRunningGoals(T,GoalType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetRunningGoals(T,GoalType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRunningGoalsWithout(T,GoalType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003egetRunningGoalsWithout(T,GoalType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ehasGoal(T,GoalKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003ehasGoal(T,GoalKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eremoveAllGoals(T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003eremoveAllGoals(T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eremoveAllGoals(T,GoalType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003eremoveAllGoals(T,GoalType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eremoveGoal(T,Goal)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "goal"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003eremoveGoal(T,Goal)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eremoveGoal(T,GoalKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "mob"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html#\u003cT\u003eremoveGoal(T,GoalKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/MobGoals.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.entity.ai.VanillaGoal",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#\u003cT\u003ecreate(String,Class)"
          },
          {
            "kind": "FIELD",
            "name": "AVOID_ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#AVOID_ENTITY"
          },
          {
            "kind": "FIELD",
            "name": "BEE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "BEE_BECOME_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_BECOME_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "BEE_ENTER_HIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_ENTER_HIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_GO_TO_HIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_GO_TO_HIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_GO_TO_KNOWN_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_GO_TO_KNOWN_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "BEE_GROW_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_GROW_CROP"
          },
          {
            "kind": "FIELD",
            "name": "BEE_HURT_BY_OTHER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_HURT_BY_OTHER"
          },
          {
            "kind": "FIELD",
            "name": "BEE_LOCATE_HIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_LOCATE_HIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_POLLINATE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_POLLINATE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_VALIDATE_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_VALIDATE_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "BEE_VALIDATE_HIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_VALIDATE_HIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_WANDER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BEE_WANDER"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BLAZE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "BREAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BREAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BREATH_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BREATH_AIR"
          },
          {
            "kind": "FIELD",
            "name": "BREED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#BREED"
          },
          {
            "kind": "FIELD",
            "name": "CAT_AVOID_ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CAT_AVOID_ENTITY"
          },
          {
            "kind": "FIELD",
            "name": "CAT_LIE_ON_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CAT_LIE_ON_BED"
          },
          {
            "kind": "FIELD",
            "name": "CAT_RELAX_ON_OWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CAT_RELAX_ON_OWNER"
          },
          {
            "kind": "FIELD",
            "name": "CAT_SIT_ON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CAT_SIT_ON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CAT_TEMPT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CAT_TEMPT"
          },
          {
            "kind": "FIELD",
            "name": "CLIMB_ON_TOP_OF_POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CLIMB_ON_TOP_OF_POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_SWELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#CREEPER_SWELL"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DOLPHIN_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_PLAY_WITH_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DOLPHIN_PLAY_WITH_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_SWIM_TO_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DOLPHIN_SWIM_TO_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_SWIM_WITH_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DOLPHIN_SWIM_WITH_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DROWNED_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_GO_TO_BEACH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DROWNED_GO_TO_BEACH"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_GO_TO_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DROWNED_GO_TO_WATER"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_SWIM_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DROWNED_SWIM_UP"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_TRIDENT_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#DROWNED_TRIDENT_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "EAT_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#EAT_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_FREEZE_WHEN_LOOKED_AT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ENDERMAN_FREEZE_WHEN_LOOKED_AT"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_LEAVE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ENDERMAN_LEAVE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_LOOK_FOR_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ENDERMAN_LOOK_FOR_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_TAKE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ENDERMAN_TAKE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "EVOKER_ATTACK_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#EVOKER_ATTACK_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "EVOKER_CASTING_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#EVOKER_CASTING_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "EVOKER_SUMMON_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#EVOKER_SUMMON_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "EVOKER_WOLOLO_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#EVOKER_WOLOLO_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "FISH_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FISH_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "FLEE_SUN",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FLEE_SUN"
          },
          {
            "kind": "FIELD",
            "name": "FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOW_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOLLOW_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOW_MOB",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOLLOW_MOB"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOW_OWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOLLOW_OWNER"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOW_PARENT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOLLOW_PARENT"
          },
          {
            "kind": "FIELD",
            "name": "FOX_BREED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_BREED"
          },
          {
            "kind": "FIELD",
            "name": "FOX_DEFEND_TRUSTED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_DEFEND_TRUSTED"
          },
          {
            "kind": "FIELD",
            "name": "FOX_EAT_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_EAT_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "FOX_FACEPLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_FACEPLANT"
          },
          {
            "kind": "FIELD",
            "name": "FOX_FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "FOX_FOLLOW_PARENT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_FOLLOW_PARENT"
          },
          {
            "kind": "FIELD",
            "name": "FOX_LOOK_AT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_LOOK_AT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "FOX_MELEE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_MELEE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "FOX_PANIC",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_PANIC"
          },
          {
            "kind": "FIELD",
            "name": "FOX_PERCH_AND_SEARCH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_PERCH_AND_SEARCH"
          },
          {
            "kind": "FIELD",
            "name": "FOX_POUNCE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_POUNCE"
          },
          {
            "kind": "FIELD",
            "name": "FOX_SEARCH_FOR_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_SEARCH_FOR_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "FOX_SEEK_SHELTER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_SEEK_SHELTER"
          },
          {
            "kind": "FIELD",
            "name": "FOX_SLEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_SLEEP"
          },
          {
            "kind": "FIELD",
            "name": "FOX_STALK_PREY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_STALK_PREY"
          },
          {
            "kind": "FIELD",
            "name": "FOX_STROLL_THROUGH_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#FOX_STROLL_THROUGH_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "GHAST_LOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#GHAST_LOOK"
          },
          {
            "kind": "FIELD",
            "name": "GHAST_SHOOT_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#GHAST_SHOOT_FIREBALL"
          },
          {
            "kind": "FIELD",
            "name": "GOLEM_RANDOM_STROLL_IN_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#GOLEM_RANDOM_STROLL_IN_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "GUARDIAN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#GUARDIAN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#HAPPY_GHAST_FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_RANDOM_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#HORSE_RANDOM_STAND"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_RUN_AROUND_LIKE_CRAZY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#HORSE_RUN_AROUND_LIKE_CRAZY"
          },
          {
            "kind": "FIELD",
            "name": "HURT_BY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#HURT_BY"
          },
          {
            "kind": "FIELD",
            "name": "ILLAGER_HOLD_GROUND_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ILLAGER_HOLD_GROUND_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ILLUSIONER_BLINDNESS_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ILLUSIONER_BLINDNESS_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "ILLUSIONER_MIRROR_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ILLUSIONER_MIRROR_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "INTERACT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#INTERACT"
          },
          {
            "kind": "FIELD",
            "name": "IRON_GOLEM_DEFEND_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#IRON_GOLEM_DEFEND_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_GOLEM_OFFER_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#IRON_GOLEM_OFFER_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "LEAP_AT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#LEAP_AT"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_ATTACK_WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#LLAMA_ATTACK_WOLF"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_FOLLOW_CARAVAN",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#LLAMA_FOLLOW_CARAVAN"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_HURT_BY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#LLAMA_HURT_BY"
          },
          {
            "kind": "FIELD",
            "name": "LOOK_AT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#LOOK_AT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "MELEE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#MELEE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "MOVE_BACK_TO_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#MOVE_BACK_TO_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "MOVE_THROUGH_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#MOVE_THROUGH_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "MOVE_TOWARDS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#MOVE_TOWARDS"
          },
          {
            "kind": "FIELD",
            "name": "MOVE_TOWARDS_RESTRICTION",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#MOVE_TOWARDS_RESTRICTION"
          },
          {
            "kind": "FIELD",
            "name": "NEAREST_ATTACKABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#NEAREST_ATTACKABLE"
          },
          {
            "kind": "FIELD",
            "name": "NON_TAME_RANDOM",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#NON_TAME_RANDOM"
          },
          {
            "kind": "FIELD",
            "name": "OCELOT_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#OCELOT_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "OCELOT_AVOID_ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#OCELOT_AVOID_ENTITY"
          },
          {
            "kind": "FIELD",
            "name": "OCELOT_TEMPT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#OCELOT_TEMPT"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#OPEN_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OWNER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#OWNER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "OWNER_HURT_BY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#OWNER_HURT_BY"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_AVOID",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_AVOID"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_BREED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_BREED"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_HURT_BY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_HURT_BY"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_LIE_ON_BACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_LIE_ON_BACK"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_LOOK_AT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_LOOK_AT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_PANIC",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_PANIC"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_ROLL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_ROLL"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_SIT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_SIT"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANDA_SNEEZE"
          },
          {
            "kind": "FIELD",
            "name": "PANIC",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PANIC"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_LAND_ON_OWNERS_SHOULDER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PARROT_LAND_ON_OWNERS_SHOULDER"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_WANDER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PARROT_WANDER"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_ATTACK_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PHANTOM_ATTACK_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_ATTACK_STRATEGY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PHANTOM_ATTACK_STRATEGY"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_CIRCLE_AROUND_ANCHOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PHANTOM_CIRCLE_AROUND_ANCHOR"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_SWEEP_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PHANTOM_SWEEP_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEAR_ATTACK_PLAYERS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#POLAR_BEAR_ATTACK_PLAYERS"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEAR_HURT_BY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#POLAR_BEAR_HURT_BY"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEAR_MELEE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#POLAR_BEAR_MELEE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH_PUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#PUFFERFISH_PUFF"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_AVOID_ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RABBIT_AVOID_ENTITY"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_PANIC",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RABBIT_PANIC"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_RAID_GARDEN",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RABBIT_RAID_GARDEN"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_CELEBRATION",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_CELEBRATION"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_LONG_DISTANCE_PATROL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_LONG_DISTANCE_PATROL"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_MOVE_THROUGH_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_MOVE_THROUGH_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_NEAREST_ATTACKABLE_WITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_NEAREST_ATTACKABLE_WITCH"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_NEAREST_HEALABLE_RAIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_NEAREST_HEALABLE_RAIDER"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_OBTAIN_RAID_LEADER_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_OBTAIN_RAID_LEADER_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_OPEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_OPEN_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "RAIDER_PATHFIND_TO_RAID",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RAIDER_PATHFIND_TO_RAID"
          },
          {
            "kind": "FIELD",
            "name": "RANDOM_FLOAT_AROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANDOM_FLOAT_AROUND"
          },
          {
            "kind": "FIELD",
            "name": "RANDOM_LOOK_AROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANDOM_LOOK_AROUND"
          },
          {
            "kind": "FIELD",
            "name": "RANDOM_STROLL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANDOM_STROLL"
          },
          {
            "kind": "FIELD",
            "name": "RANDOM_SWIMMING",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANDOM_SWIMMING"
          },
          {
            "kind": "FIELD",
            "name": "RANGED_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANGED_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "RANGED_BOW_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANGED_BOW_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "RANGED_CROSSBOW_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RANGED_CROSSBOW_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "REMOVE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#REMOVE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESET_UNIVERSAL_ANGER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RESET_UNIVERSAL_ANGER"
          },
          {
            "kind": "FIELD",
            "name": "RESTRICT_SUN",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#RESTRICT_SUN"
          },
          {
            "kind": "FIELD",
            "name": "SCHOOLABLE_FISH_FOLLOW_FLOCK_LEADER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SCHOOLABLE_FISH_FOLLOW_FLOCK_LEADER"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SHULKER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_DEFENSE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SHULKER_DEFENSE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_NEAREST_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SHULKER_NEAREST_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_PEEK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SHULKER_PEEK"
          },
          {
            "kind": "FIELD",
            "name": "SILVERFISH_MERGE_WITH_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SILVERFISH_MERGE_WITH_STONE"
          },
          {
            "kind": "FIELD",
            "name": "SILVERFISH_WAKE_UP_FRIENDS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SILVERFISH_WAKE_UP_FRIENDS"
          },
          {
            "kind": "FIELD",
            "name": "SIT_WHEN_ORDERED_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SIT_WHEN_ORDERED_TO"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_HORSE_SKELETON_TRAP",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SKELETON_HORSE_SKELETON_TRAP"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_MELEE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SKELETON_MELEE"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SLIME_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SLIME_FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_KEEP_ON_JUMPING",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SLIME_KEEP_ON_JUMPING"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_RANDOM_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SLIME_RANDOM_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "SPELLCASTER_CASTING_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SPELLCASTER_CASTING_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SPIDER"
          },
          {
            "kind": "FIELD",
            "name": "SPIDER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SPIDER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "SQUID_FLEE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SQUID_FLEE"
          },
          {
            "kind": "FIELD",
            "name": "SQUID_RANDOM_MOVEMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#SQUID_RANDOM_MOVEMENT"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_GO_TO_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#STRIDER_GO_TO_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "STROLL_THROUGH_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#STROLL_THROUGH_VILLAGE"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TAMABLE_ANIMAL_PANIC",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TAMABLE_ANIMAL_PANIC"
          },
          {
            "kind": "FIELD",
            "name": "TEMPT",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TEMPT"
          },
          {
            "kind": "FIELD",
            "name": "TEMPT_FOR_NON_PATHFINDERS",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TEMPT_FOR_NON_PATHFINDERS"
          },
          {
            "kind": "FIELD",
            "name": "TRADER_LLAMA_DEFEND_WANDERING_TRADER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TRADER_LLAMA_DEFEND_WANDERING_TRADER"
          },
          {
            "kind": "FIELD",
            "name": "TRY_FIND_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TRY_FIND_WATER"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_BREED",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_BREED"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_GO_HOME",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_GO_HOME"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_GO_TO_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_GO_TO_WATER"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_LAY_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_LAY_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_PANIC",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_PANIC"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_RANDOM_STROLL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_RANDOM_STROLL"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_TRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#TURTLE_TRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "USE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#USE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "VEX_CHARGE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VEX_CHARGE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "VEX_COPY_OWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VEX_COPY_OWNER"
          },
          {
            "kind": "FIELD",
            "name": "VEX_RANDOM_MOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VEX_RANDOM_MOVE"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_LOOK_AT_TRADING_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VILLAGER_LOOK_AT_TRADING_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_TRADE_WITH_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VILLAGER_TRADE_WITH_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "VINDICATOR_BREAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VINDICATOR_BREAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "VINDICATOR_JOHNNY_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#VINDICATOR_JOHNNY_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "WANDERING_TRADER_WANDER_TO_POSITION",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#WANDERING_TRADER_WANDER_TO_POSITION"
          },
          {
            "kind": "FIELD",
            "name": "WATER_AVOIDING_RANDOM_FLYING",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#WATER_AVOIDING_RANDOM_FLYING"
          },
          {
            "kind": "FIELD",
            "name": "WATER_AVOIDING_RANDOM_STROLL",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#WATER_AVOIDING_RANDOM_STROLL"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_DO_NOTHING",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#WITHER_DO_NOTHING"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_AVOID_ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#WOLF_AVOID_ENTITY"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_BEG",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#WOLF_BEG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ZOMBIE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_ATTACK_TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html#ZOMBIE_ATTACK_TURTLE_EGG"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/VanillaGoal.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/ai/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.entity.villager",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.entity.villager.Reputation",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Reputation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html#Reputation()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Reputation(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reputation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html#Reputation(Map)"
          },
          {
            "kind": "METHOD",
            "name": "getReputation(ReputationType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html#getReputation(ReputationType)"
          },
          {
            "kind": "METHOD",
            "name": "hasReputationSet(ReputationType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html#hasReputationSet(ReputationType)"
          },
          {
            "kind": "FIELD",
            "name": "reputation",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html#reputation"
          },
          {
            "kind": "METHOD",
            "name": "setReputation(ReputationType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html#setReputation(ReputationType,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/Reputation.html"
      },
      {
        "kind": "ENUM",
        "name": "com.destroystokyo.paper.entity.villager.ReputationType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAJOR_NEGATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#MAJOR_NEGATIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAJOR_POSITIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#MAJOR_POSITIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINOR_NEGATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#MINOR_NEGATIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINOR_POSITIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#MINOR_POSITIVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ReputationType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#ReputationType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADING",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#TRADING"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/ReputationType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/entity/villager/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.block",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.AnvilDamagedEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#cancelled"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.block.AnvilDamagedEvent.DamageState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROKEN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#BROKEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHIPPED",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#CHIPPED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DAMAGED",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#DAMAGED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "DamageState(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#DamageState(Material)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#FULL"
              },
              {
                "kind": "METHOD",
                "name": "getMaterial()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#getMaterial()"
              },
              {
                "kind": "METHOD",
                "name": "getState(BlockData)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "blockData"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#getState(BlockData)"
              },
              {
                "kind": "METHOD",
                "name": "getState(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#getState(Material)"
              },
              {
                "kind": "FIELD",
                "name": "material",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#material"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent/DamageState.html"
          },
          {
            "kind": "FIELD",
            "name": "damageState",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#damageState"
          },
          {
            "kind": "METHOD",
            "name": "getDamageState()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getDamageState()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "isBreaking()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#isBreaking()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setBreaking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breaking"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#setBreaking(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageState(DamageState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damageState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html#setDamageState(DamageState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/AnvilDamagedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.BeaconEffectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "effect",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#effect"
          },
          {
            "kind": "METHOD",
            "name": "getEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isPrimary()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#isPrimary()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#player"
          },
          {
            "kind": "FIELD",
            "name": "primary",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#primary"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEffect(PotionEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html#setEffect(PotionEffect)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BeaconEffectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.BlockDestroyEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "effectBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#effectBlock"
          },
          {
            "kind": "METHOD",
            "name": "getEffectBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getEffectBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#getNewState()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#newState"
          },
          {
            "kind": "FIELD",
            "name": "playEffect",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#playEffect"
          },
          {
            "kind": "METHOD",
            "name": "playEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#playEffect()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEffectBlock(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effectBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#setEffectBlock(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayEffect(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#setPlayEffect(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setWillDrop(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "willDrop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#setWillDrop(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "willDrop",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#willDrop"
          },
          {
            "kind": "METHOD",
            "name": "willDrop()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html#willDrop()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/BlockDestroyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.block.TNTPrimeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#cancelled"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.block.TNTPrimeEvent.PrimeReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ITEM",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#ITEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PROJECTILE",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#PROJECTILE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PrimeReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#PrimeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REDSTONE",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#REDSTONE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent/PrimeReason.html"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimerEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getPrimerEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "primerEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#primerEntity"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/TNTPrimeEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.19.4",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.brigadier",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.brigadier.AsyncPlayerSendCommandsEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#HANDLER_LIST"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "S"
          },
          {
            "kind": "METHOD",
            "name": "getCommandNode()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#getCommandNode()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "hasFiredAsync",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#hasFiredAsync"
          },
          {
            "kind": "METHOD",
            "name": "hasFiredAsync()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#hasFiredAsync()"
          },
          {
            "kind": "FIELD",
            "name": "node",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html#node"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendCommandsEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.brigadier.AsyncPlayerSendSuggestionsEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#buffer"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSuggestions()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#getSuggestions()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSuggestions(Suggestions)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "suggestions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#setSuggestions(Suggestions)"
          },
          {
            "kind": "FIELD",
            "name": "suggestions",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html#suggestions"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/AsyncPlayerSendSuggestionsEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.brigadier.CommandRegisteredEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandRegisteredEvent(String,BukkitBrigadierCommand,Command,RootCommandNode,LiteralCommandNode,ArgumentCommandNode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brigadierCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandLabel"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultArgs"
              },
              {
                "kind": "PARAMETER",
                "name": "literal"
              },
              {
                "kind": "PARAMETER",
                "name": "root"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#CommandRegisteredEvent(String,BukkitBrigadierCommand,Command,RootCommandNode,LiteralCommandNode,ArgumentCommandNode)"
          },
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#HANDLER_LIST"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "S"
          },
          {
            "kind": "FIELD",
            "name": "brigadierCommand",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#brigadierCommand"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#command"
          },
          {
            "kind": "FIELD",
            "name": "commandLabel",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#commandLabel"
          },
          {
            "kind": "FIELD",
            "name": "defaultArgs",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#defaultArgs"
          },
          {
            "kind": "METHOD",
            "name": "getBrigadierCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getBrigadierCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandLabel()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getCommandLabel()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultArgs()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getDefaultArgs()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLiteral()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getLiteral()"
          },
          {
            "kind": "METHOD",
            "name": "getRoot()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#getRoot()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isRawCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#isRawCommand()"
          },
          {
            "kind": "FIELD",
            "name": "literal",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#literal"
          },
          {
            "kind": "FIELD",
            "name": "rawCommand",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#rawCommand"
          },
          {
            "kind": "FIELD",
            "name": "root",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#root"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLiteral(LiteralCommandNode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "literal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#setLiteral(LiteralCommandNode)"
          },
          {
            "kind": "METHOD",
            "name": "setRawCommand(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rawCommand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html#setRawCommand(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/CommandRegisteredEvent.html",
        "deprecated": {
          "since": "1.20.6",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/brigadier/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.entity",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.CreeperIgniteEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "ignited",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#ignited"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isIgnited()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#isIgnited()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIgnited(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html#setIgnited(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/CreeperIgniteEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EnderDragonFireballHitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "areaEffectCloud",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#areaEffectCloud"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAreaEffectCloud()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getAreaEffectCloud()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTargets()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#getTargets()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "targets",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html#targets"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFireballHitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EnderDragonFlameEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "areaEffectCloud",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#areaEffectCloud"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAreaEffectCloud()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getAreaEffectCloud()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonFlameEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EnderDragonShootFireballEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "fireball",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#fireball"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFireball()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getFireball()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EnderDragonShootFireballEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EndermanAttackPlayerEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanAttackPlayerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EndermanEscapeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#cancelled"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.entity.EndermanEscapeEvent.Reason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CRITICAL_HIT",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#CRITICAL_HIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#DROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INDIRECT",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#INDIRECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RUNAWAY",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#RUNAWAY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Reason()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#Reason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARE",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#STARE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent/Reason.html"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EndermanEscapeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityAddToWorldEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#getWorld()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityAddToWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityJumpEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityJumpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityKnockbackByEntityEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBy()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getHitBy()"
          },
          {
            "kind": "METHOD",
            "name": "getKnockbackStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#getKnockbackStrength()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "FIELD",
            "name": "knockbackStrength",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html#knockbackStrength"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityKnockbackByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityPathfindEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLoc()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getLoc()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#getTargetEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#location"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "targetEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html#targetEntity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityPathfindEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityRemoveFromWorldEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#getWorld()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityRemoveFromWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityTeleportEndGatewayEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "gateway",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html#gateway"
          },
          {
            "kind": "METHOD",
            "name": "getGateway()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html#getGateway()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityTeleportEndGatewayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.EntityZapEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBolt()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getBolt()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReplacementEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#getReplacementEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/EntityZapEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.ExperienceOrbMergeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMergeSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getMergeSource()"
          },
          {
            "kind": "METHOD",
            "name": "getMergeTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#getMergeTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mergeSource",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#mergeSource"
          },
          {
            "kind": "FIELD",
            "name": "mergeTarget",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#mergeTarget"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ExperienceOrbMergeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PhantomPreSpawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getSpawningEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html#getSpawningEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PhantomPreSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PlayerNaturallySpawnCreaturesEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#getSpawnRadius()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "radius",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#radius"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRadius(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html#setSpawnRadius(byte)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PlayerNaturallySpawnCreaturesEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PreCreatureSpawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldAbortSpawn(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldAbortSpawn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#setShouldAbortSpawn(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shouldAbortSpawn",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#shouldAbortSpawn"
          },
          {
            "kind": "METHOD",
            "name": "shouldAbortSpawn()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#shouldAbortSpawn()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreCreatureSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.PreSpawnerSpawnEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSpawnerLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html#getSpawnerLocation()"
          },
          {
            "kind": "FIELD",
            "name": "spawnerLocation",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html#spawnerLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/PreSpawnerSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.ProjectileCollideEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "collidedWith",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#collidedWith"
          },
          {
            "kind": "METHOD",
            "name": "getCollidedWith()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getCollidedWith()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ProjectileCollideEvent.html",
        "deprecated": {
          "since": "1.19.3",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SkeletonHorseTrapEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "eligibleHumans",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#eligibleHumans"
          },
          {
            "kind": "METHOD",
            "name": "getEligibleHumans()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getEligibleHumans()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SkeletonHorseTrapEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeChangeDirectionEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getNewYaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html#getNewYaw()"
          },
          {
            "kind": "METHOD",
            "name": "setNewYaw(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html#setNewYaw(float)"
          },
          {
            "kind": "FIELD",
            "name": "yaw",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html#yaw"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeChangeDirectionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimePathfindEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimePathfindEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeSwimEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeSwimEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeTargetLivingEntityEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html#getTarget()"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeTargetLivingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.SlimeWanderEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/SlimeWanderEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.ThrownEggHatchEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "egg",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#egg"
          },
          {
            "kind": "METHOD",
            "name": "getEgg()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#getEgg()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHatchingType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#getHatchingType()"
          },
          {
            "kind": "METHOD",
            "name": "getNumHatches()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#getNumHatches()"
          },
          {
            "kind": "FIELD",
            "name": "hatchType",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#hatchType"
          },
          {
            "kind": "FIELD",
            "name": "hatching",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#hatching"
          },
          {
            "kind": "METHOD",
            "name": "isHatching()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#isHatching()"
          },
          {
            "kind": "FIELD",
            "name": "numHatches",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#numHatches"
          },
          {
            "kind": "METHOD",
            "name": "setHatching(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatching"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#setHatching(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHatchingType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatchType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#setHatchingType(EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "setNumHatches(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "numHatches"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html#setNumHatches(byte)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/ThrownEggHatchEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.TurtleGoHomeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleGoHomeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.TurtleLayEggEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "eggCount",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#eggCount"
          },
          {
            "kind": "METHOD",
            "name": "getEggCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getEggCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#location"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEggCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eggCount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html#setEggCount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleLayEggEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.TurtleStartDiggingEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#location"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/TurtleStartDiggingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.WitchConsumePotionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#getPotion()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "potion",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#potion"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPotion(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html#setPotion(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchConsumePotionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.WitchReadyPotionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#getPotion()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "potion",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#potion"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPotion(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html#setPotion(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchReadyPotionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.entity.WitchThrowPotionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getPotion()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "potion",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#potion"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPotion(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#setPotion(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/WitchThrowPotionEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.inventory",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.inventory.PrepareGrindstoneEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/inventory/PrepareGrindstoneEvent.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/inventory/PrepareGrindstoneEvent.html",
        "deprecated": {
          "since": "1.16.1",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.inventory.PrepareResultEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/inventory/PrepareResultEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/inventory/PrepareResultEvent.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/inventory/PrepareResultEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/inventory/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.player",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.IllegalPacketEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "exceptionMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#exceptionMessage"
          },
          {
            "kind": "METHOD",
            "name": "getExceptionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getExceptionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isShouldKick()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#isShouldKick()"
          },
          {
            "kind": "FIELD",
            "name": "kickMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#kickMessage"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#setKickMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldKick(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldKick"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#setShouldKick(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shouldKick",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#shouldKick"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/IllegalPacketEvent.html",
        "deprecated": {
          "since": "1.16.4",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerAdvancementCriterionGrantEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "advancement",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#advancement"
          },
          {
            "kind": "FIELD",
            "name": "advancementProgress",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#advancementProgress"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "criterion",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#criterion"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getAdvancement()"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancementProgress()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getAdvancementProgress()"
          },
          {
            "kind": "METHOD",
            "name": "getCriterion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getCriterion()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAdvancementCriterionGrantEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerArmorChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.player.PlayerArmorChangeEvent.SlotType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHEST",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#CHEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FEET",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#FEET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HEAD",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#HEAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEGS",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#LEGS"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SlotType(Material...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "types"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#SlotType(Material...)"
              },
              {
                "kind": "METHOD",
                "name": "getByMaterial(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#getByMaterial(Material)"
              },
              {
                "kind": "METHOD",
                "name": "getTypes()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#getTypes()"
              },
              {
                "kind": "METHOD",
                "name": "isEquipable(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#isEquipable(Material)"
              },
              {
                "kind": "FIELD",
                "name": "types",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#types"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent/SlotType.html",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getNewItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOldItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getOldItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlotType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#getSlotType()",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "newItem",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#newItem"
          },
          {
            "kind": "FIELD",
            "name": "oldItem",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#oldItem"
          },
          {
            "kind": "FIELD",
            "name": "slotType",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html#slotType"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerArmorChangeEvent.html",
        "apiStatus": "Obsolete"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerAttackEntityCooldownResetEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "attackedEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#attackedEntity"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cooledAttackStrength",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#cooledAttackStrength"
          },
          {
            "kind": "METHOD",
            "name": "getAttackedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#getAttackedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getCooledAttackStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#getCooledAttackStrength()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerAttackEntityCooldownResetEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerClientOptionsChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "allowsServerListings",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#allowsServerListings"
          },
          {
            "kind": "METHOD",
            "name": "allowsServerListings()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#allowsServerListings()"
          },
          {
            "kind": "FIELD",
            "name": "chatColors",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#chatColors"
          },
          {
            "kind": "FIELD",
            "name": "chatVisibility",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#chatVisibility"
          },
          {
            "kind": "METHOD",
            "name": "getChatVisibility()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getChatVisibility()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocale()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getLocale()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getParticleVisibility()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getParticleVisibility()"
          },
          {
            "kind": "METHOD",
            "name": "getSkinParts()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getSkinParts()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "hasAllowServerListingsChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasAllowServerListingsChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasChatColorsEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasChatColorsEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasChatColorsEnabledChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasChatColorsEnabledChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasChatVisibilityChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasChatVisibilityChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasLocaleChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasLocaleChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasMainHandChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasMainHandChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasParticleVisibilityChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasParticleVisibilityChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasSkinPartsChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasSkinPartsChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasTextFilteringChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasTextFilteringChanged()"
          },
          {
            "kind": "METHOD",
            "name": "hasTextFilteringEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasTextFilteringEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "hasViewDistanceChanged()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#hasViewDistanceChanged()"
          },
          {
            "kind": "FIELD",
            "name": "locale",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#locale"
          },
          {
            "kind": "FIELD",
            "name": "mainHand",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#mainHand"
          },
          {
            "kind": "FIELD",
            "name": "particleVisibility",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#particleVisibility"
          },
          {
            "kind": "FIELD",
            "name": "skinparts",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#skinparts"
          },
          {
            "kind": "FIELD",
            "name": "textFilteringEnabled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#textFilteringEnabled"
          },
          {
            "kind": "FIELD",
            "name": "viewDistance",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html#viewDistance"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerClientOptionsChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerConnectionCloseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIpAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getIpAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerName()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getPlayerName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#getPlayerUniqueId()"
          },
          {
            "kind": "FIELD",
            "name": "ipAddress",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#ipAddress"
          },
          {
            "kind": "FIELD",
            "name": "playerName",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#playerName"
          },
          {
            "kind": "FIELD",
            "name": "playerUniqueId",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html#playerUniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerConnectionCloseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerElytraBoostEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consume",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#consume"
          },
          {
            "kind": "FIELD",
            "name": "firework",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#firework"
          },
          {
            "kind": "METHOD",
            "name": "getFirework()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getFirework()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#getItemStack()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldConsume(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#setShouldConsume(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldConsume()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html#shouldConsume()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerElytraBoostEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerHandshakeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "failMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#failMessage"
          },
          {
            "kind": "METHOD",
            "name": "failMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#failMessage()"
          },
          {
            "kind": "METHOD",
            "name": "failMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "failMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#failMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "failed",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#failed"
          },
          {
            "kind": "METHOD",
            "name": "getFailMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getFailMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalHandshake()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getOriginalHandshake()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalSocketAddressHostname()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getOriginalSocketAddressHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getPropertiesJson()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getPropertiesJson()"
          },
          {
            "kind": "METHOD",
            "name": "getServerHostname()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getServerHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getSocketAddressHostname()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getSocketAddressHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isFailed()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#isFailed()"
          },
          {
            "kind": "FIELD",
            "name": "originalHandshake",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#originalHandshake"
          },
          {
            "kind": "FIELD",
            "name": "originalSocketAddressHostname",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#originalSocketAddressHostname"
          },
          {
            "kind": "FIELD",
            "name": "propertiesJson",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#propertiesJson"
          },
          {
            "kind": "FIELD",
            "name": "serverHostname",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#serverHostname"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFailMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "failMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setFailMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setFailed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "failed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setFailed(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPropertiesJson(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "propertiesJson"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setPropertiesJson(String)"
          },
          {
            "kind": "METHOD",
            "name": "setServerHostname(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "serverHostname"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setServerHostname(String)"
          },
          {
            "kind": "METHOD",
            "name": "setSocketAddressHostname(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "socketAddressHostname"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setSocketAddressHostname(String)"
          },
          {
            "kind": "METHOD",
            "name": "setUniqueId(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#setUniqueId(UUID)"
          },
          {
            "kind": "FIELD",
            "name": "socketAddressHostname",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#socketAddressHostname"
          },
          {
            "kind": "FIELD",
            "name": "uniqueId",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html#uniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerHandshakeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerJumpEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#getTo()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFrom(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#setFrom(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerJumpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerLaunchProjectileEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumeItem",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#consumeItem"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getProjectile()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#getProjectile()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#itemStack"
          },
          {
            "kind": "FIELD",
            "name": "projectile",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#projectile"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldConsume(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumeItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#setShouldConsume(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldConsume()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html#shouldConsume()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerLaunchProjectileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerPickupExperienceEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "experienceOrb",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#experienceOrb"
          },
          {
            "kind": "METHOD",
            "name": "getExperienceOrb()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#getExperienceOrb()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPickupExperienceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerPostRespawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnedLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html#getRespawnedLocation()",
            "apiStatus": "Obsolete"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerPostRespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerReadyArrowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerReadyArrowEvent(Player,ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrow"
              },
              {
                "kind": "PARAMETER",
                "name": "bow"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#PlayerReadyArrowEvent(Player,ItemStack,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "arrow",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#arrow"
          },
          {
            "kind": "FIELD",
            "name": "bow",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#bow"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getArrow()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getArrow()"
          },
          {
            "kind": "METHOD",
            "name": "getBow()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getBow()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerReadyArrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerRecipeBookClickEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isMakeAll()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#isMakeAll()"
          },
          {
            "kind": "FIELD",
            "name": "makeAll",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#makeAll"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMakeAll(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "makeAll"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#setMakeAll(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html#setRecipe(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerRecipeBookClickEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerSetSpawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#cause"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.player.PlayerSetSpawnEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BED",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#BED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER_RESPAWN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#PLAYER_RESPAWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESPAWN_ANCHOR",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#RESPAWN_ANCHOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent/Cause.html"
          },
          {
            "kind": "FIELD",
            "name": "forced",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#forced"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getNotification()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#getNotification()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isForced()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#isForced()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "notification",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#notification"
          },
          {
            "kind": "FIELD",
            "name": "notifyPlayer",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#notifyPlayer"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setForced(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forced"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#setForced(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#setLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setNotification(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "notification"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#setNotification(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setNotifyPlayer(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "notifyPlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#setNotifyPlayer(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "willNotifyPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html#willNotifyPlayer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerSetSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerStartSpectatingEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "currentSpectatorTarget",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#currentSpectatorTarget"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getCurrentSpectatorTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#getNewSpectatorTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newSpectatorTarget",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#newSpectatorTarget"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStartSpectatingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerStopSpectatingEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#getSpectatorTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "spectatorTarget",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html#spectatorTarget"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerStopSpectatingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerTeleportEndGatewayEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "gateway",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html#gateway"
          },
          {
            "kind": "METHOD",
            "name": "getGateway()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html#getGateway()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerTeleportEndGatewayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.player.PlayerUseUnknownEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "attack",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#attack"
          },
          {
            "kind": "FIELD",
            "name": "clickedPosition",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#clickedPosition"
          },
          {
            "kind": "FIELD",
            "name": "entityId",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#entityId"
          },
          {
            "kind": "METHOD",
            "name": "getClickedRelativePosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getClickedRelativePosition()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityId()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isAttack()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html#isAttack()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/PlayerUseUnknownEntityEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/player/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.profile",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.FillProfileEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getProperties()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html#getProperties()"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html#profile"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/FillProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.LookupProfileEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getId()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#getPlayerProfile()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html#profile"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/LookupProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.PreFillProfileEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#getPlayerProfile()"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#profile"
          },
          {
            "kind": "METHOD",
            "name": "setProperties(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html#setProperties(Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreFillProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.PreLookupProfileEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "addProfileProperties(Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#addProfileProperties(Set)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getProfileProperties()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getProfileProperties()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUUID()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#getUUID()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#name"
          },
          {
            "kind": "FIELD",
            "name": "properties",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#properties"
          },
          {
            "kind": "METHOD",
            "name": "setProfileProperties(Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#setProfileProperties(Set)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setUUID(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#setUUID(UUID)"
          },
          {
            "kind": "FIELD",
            "name": "uuid",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html#uuid"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/PreLookupProfileEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.profile.ProfileWhitelistVerifyEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getKickMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#getPlayerProfile()"
          },
          {
            "kind": "FIELD",
            "name": "isOp",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isOp"
          },
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelistEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isWhitelistEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelisted()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#isWhitelisted()"
          },
          {
            "kind": "FIELD",
            "name": "kickMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#kickMessage"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#kickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#kickMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#profile"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#setKickMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWhitelisted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "whitelisted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#setWhitelisted(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "whitelistEnabled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#whitelistEnabled"
          },
          {
            "kind": "FIELD",
            "name": "whitelisted",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html#whitelisted"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/ProfileWhitelistVerifyEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/profile/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.event.server",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.AsyncTabCompleteEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#buffer"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#cancelled"
          },
          {
            "kind": "INTERFACE",
            "name": "com.destroystokyo.paper.event.server.AsyncTabCompleteEvent.Completion",
            "children": [
              {
                "kind": "METHOD",
                "name": "completion(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "suggestion"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent/Completion.html#completion(String)"
              },
              {
                "kind": "METHOD",
                "name": "completion(String,Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "suggestion"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "tooltip"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent/Completion.html#completion(String,Component)"
              },
              {
                "kind": "METHOD",
                "name": "examinableProperties()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent/Completion.html#examinableProperties()"
              },
              {
                "kind": "METHOD",
                "name": "suggestion()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent/Completion.html#suggestion()"
              },
              {
                "kind": "METHOD",
                "name": "tooltip()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent/Completion.html#tooltip()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent/Completion.html"
          },
          {
            "kind": "FIELD",
            "name": "completions",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#completions"
          },
          {
            "kind": "METHOD",
            "name": "completions()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#completions()"
          },
          {
            "kind": "METHOD",
            "name": "completions(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCompletions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#completions(List)"
          },
          {
            "kind": "METHOD",
            "name": "fromStrings(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "suggestions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#fromStrings(List)"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getCompletions()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#getSender()"
          },
          {
            "kind": "FIELD",
            "name": "handled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#handled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isCommand",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isCommand"
          },
          {
            "kind": "METHOD",
            "name": "isCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isCommand()"
          },
          {
            "kind": "METHOD",
            "name": "isHandled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#isHandled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCompletions(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#setCompletions(List)"
          },
          {
            "kind": "METHOD",
            "name": "setHandled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "handled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#setHandled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "stringCompletions",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html#stringCompletions"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/AsyncTabCompleteEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.GS4QueryEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CLASS",
            "name": "com.destroystokyo.paper.event.server.GS4QueryEvent.QueryResponse",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "QueryResponse(String,String,String,int,int,String,int,Collection,String,Collection)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "currentPlayers"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "gameVersion"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "hostname"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "map"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "maxPlayers"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "motd"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "players"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "plugins"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "port"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "serverVersion"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#QueryResponse(String,String,String,int,int,String,int,Collection,String,Collection)"
              },
              {
                "kind": "METHOD",
                "name": "builder()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#builder()"
              },
              {
                "kind": "CLASS",
                "name": "com.destroystokyo.paper.event.server.GS4QueryEvent.QueryResponse.Builder",
                "children": [
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "Builder()",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#Builder()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "build()",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#build()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "clearPlayers()",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#clearPlayers()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "clearPlugins()",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#clearPlugins()"
                  },
                  {
                    "kind": "FIELD",
                    "name": "currentPlayers",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#currentPlayers"
                  },
                  {
                    "kind": "METHOD",
                    "name": "currentPlayers(int)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "currentPlayers"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#currentPlayers(int)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "gameVersion",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#gameVersion"
                  },
                  {
                    "kind": "METHOD",
                    "name": "gameVersion(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "gameVersion"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#gameVersion(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "hostname",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#hostname"
                  },
                  {
                    "kind": "METHOD",
                    "name": "hostname(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "hostname"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#hostname(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "map",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#map"
                  },
                  {
                    "kind": "METHOD",
                    "name": "map(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "map"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#map(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "maxPlayers",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#maxPlayers"
                  },
                  {
                    "kind": "METHOD",
                    "name": "maxPlayers(int)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "maxPlayers"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#maxPlayers(int)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "motd",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#motd"
                  },
                  {
                    "kind": "METHOD",
                    "name": "motd(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "motd"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#motd(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "players",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#players"
                  },
                  {
                    "kind": "METHOD",
                    "name": "players(Collection)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "players"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#players(Collection)"
                  },
                  {
                    "kind": "METHOD",
                    "name": "players(String...)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "players"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#players(String...)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "plugins",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#plugins"
                  },
                  {
                    "kind": "METHOD",
                    "name": "plugins(Collection)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "plugins"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#plugins(Collection)"
                  },
                  {
                    "kind": "METHOD",
                    "name": "plugins(PluginInformation...)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "plugins"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#plugins(PluginInformation...)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "port",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#port"
                  },
                  {
                    "kind": "METHOD",
                    "name": "port(int)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "port"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#port(int)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "serverVersion",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#serverVersion"
                  },
                  {
                    "kind": "METHOD",
                    "name": "serverVersion(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "serverVersion"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html#serverVersion(String)"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/Builder.html"
              },
              {
                "kind": "CLASS",
                "name": "com.destroystokyo.paper.event.server.GS4QueryEvent.QueryResponse.PluginInformation",
                "children": [
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "PluginInformation(String,String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "name"
                      },
                      {
                        "kind": "PARAMETER",
                        "name": "version"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#PluginInformation(String,String)"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getName()",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#getName()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getVersion()",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#getVersion()"
                  },
                  {
                    "kind": "FIELD",
                    "name": "name",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#name"
                  },
                  {
                    "kind": "METHOD",
                    "name": "of(String,String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "name"
                      },
                      {
                        "kind": "PARAMETER",
                        "name": "version"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#of(String,String)"
                  },
                  {
                    "kind": "METHOD",
                    "name": "setName(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "name"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#setName(String)"
                  },
                  {
                    "kind": "METHOD",
                    "name": "setVersion(String)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "version"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#setVersion(String)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "version",
                    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html#version"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse/PluginInformation.html"
              },
              {
                "kind": "FIELD",
                "name": "currentPlayers",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#currentPlayers"
              },
              {
                "kind": "FIELD",
                "name": "gameVersion",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#gameVersion"
              },
              {
                "kind": "METHOD",
                "name": "getCurrentPlayers()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getCurrentPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getGameVersion()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getGameVersion()"
              },
              {
                "kind": "METHOD",
                "name": "getHostname()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getHostname()"
              },
              {
                "kind": "METHOD",
                "name": "getMap()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getMap()"
              },
              {
                "kind": "METHOD",
                "name": "getMaxPlayers()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getMaxPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getMotd()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getMotd()"
              },
              {
                "kind": "METHOD",
                "name": "getPlayers()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getPlugins()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getPlugins()"
              },
              {
                "kind": "METHOD",
                "name": "getPort()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getPort()"
              },
              {
                "kind": "METHOD",
                "name": "getServerVersion()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#getServerVersion()"
              },
              {
                "kind": "FIELD",
                "name": "hostname",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#hostname"
              },
              {
                "kind": "FIELD",
                "name": "map",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#map"
              },
              {
                "kind": "FIELD",
                "name": "maxPlayers",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#maxPlayers"
              },
              {
                "kind": "FIELD",
                "name": "motd",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#motd"
              },
              {
                "kind": "FIELD",
                "name": "players",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#players"
              },
              {
                "kind": "FIELD",
                "name": "plugins",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#plugins"
              },
              {
                "kind": "FIELD",
                "name": "port",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#port"
              },
              {
                "kind": "FIELD",
                "name": "serverVersion",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#serverVersion"
              },
              {
                "kind": "METHOD",
                "name": "toBuilder()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html#toBuilder()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryResponse.html"
          },
          {
            "kind": "ENUM",
            "name": "com.destroystokyo.paper.event.server.GS4QueryEvent.QueryType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BASIC",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#BASIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#FULL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "QueryType()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#QueryType()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent/QueryType.html"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getQuerierAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getQuerierAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getQueryType()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getQueryType()"
          },
          {
            "kind": "METHOD",
            "name": "getResponse()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#getResponse()"
          },
          {
            "kind": "FIELD",
            "name": "querierAddress",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#querierAddress"
          },
          {
            "kind": "FIELD",
            "name": "queryType",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#queryType"
          },
          {
            "kind": "FIELD",
            "name": "response",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#response"
          },
          {
            "kind": "METHOD",
            "name": "setResponse(QueryResponse)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "response"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html#setResponse(QueryResponse)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/GS4QueryEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.PaperServerListPingEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "client",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#client"
          },
          {
            "kind": "RECORD",
            "name": "com.destroystokyo.paper.event.server.PaperServerListPingEvent.ListedPlayerInfo",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ListedPlayerInfo(String,UUID)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#ListedPlayerInfo(String,UUID)"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "o"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#hashCode()"
              },
              {
                "kind": "RECORD_COMPONENT",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#id"
              },
              {
                "kind": "METHOD",
                "name": "id()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#id()"
              },
              {
                "kind": "RECORD_COMPONENT",
                "name": "name",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#name"
              },
              {
                "kind": "METHOD",
                "name": "name()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#name()"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html#toString()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent/ListedPlayerInfo.html"
          },
          {
            "kind": "FIELD",
            "name": "favicon",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#favicon"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitPlayer(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getBukkitPlayer(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getClient()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getClient()"
          },
          {
            "kind": "METHOD",
            "name": "getListedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getListedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getNumPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getNumPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerSample()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getPlayerSample()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getProtocolVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getProtocolVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getServerIcon()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getServerIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#getVersion()"
          },
          {
            "kind": "FIELD",
            "name": "hidePlayers",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#hidePlayers"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#iterator()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "listedPlayers",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#listedPlayers"
          },
          {
            "kind": "FIELD",
            "name": "numPlayers",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#numPlayers"
          },
          {
            "kind": "FIELD",
            "name": "originalPlayerCount",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#originalPlayerCount"
          },
          {
            "kind": "FIELD",
            "name": "playerSample",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#playerSample"
          },
          {
            "kind": "FIELD",
            "name": "players",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#players"
          },
          {
            "kind": "FIELD",
            "name": "protocolVersion",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#protocolVersion"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHidePlayers(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hidePlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setHidePlayers(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNumPlayers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "numPlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setNumPlayers(int)"
          },
          {
            "kind": "METHOD",
            "name": "setProtocolVersion(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "protocolVersion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setProtocolVersion(int)"
          },
          {
            "kind": "METHOD",
            "name": "setServerIcon(CachedServerIcon)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "icon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setServerIcon(CachedServerIcon)"
          },
          {
            "kind": "METHOD",
            "name": "setVersion(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "version"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#setVersion(String)"
          },
          {
            "kind": "METHOD",
            "name": "shouldHidePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#shouldHidePlayers()"
          },
          {
            "kind": "FIELD",
            "name": "version",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html#version"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/PaperServerListPingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.ServerExceptionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "exception",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#exception"
          },
          {
            "kind": "METHOD",
            "name": "getException()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#getException()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerExceptionEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerExceptionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.ServerTickEndEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTickDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getTickDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getTickNumber()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getTickNumber()"
          },
          {
            "kind": "METHOD",
            "name": "getTimeRemaining()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#getTimeRemaining()"
          },
          {
            "kind": "FIELD",
            "name": "tickDuration",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#tickDuration"
          },
          {
            "kind": "FIELD",
            "name": "tickNumber",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#tickNumber"
          },
          {
            "kind": "FIELD",
            "name": "timeEnd",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html#timeEnd"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickEndEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.ServerTickStartEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTickNumber()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#getTickNumber()"
          },
          {
            "kind": "FIELD",
            "name": "tickNumber",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickStartEvent.html#tickNumber"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/ServerTickStartEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.event.server.WhitelistToggleEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "enabled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#enabled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html#isEnabled()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/WhitelistToggleEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/event/server/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.exception",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerCommandException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerCommandException(String,Throwable,Command,CommandSender,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSender"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#ServerCommandException(String,Throwable,Command,CommandSender,String...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerCommandException(String,Throwable,boolean,boolean,Command,CommandSender,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSender"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#ServerCommandException(String,Throwable,boolean,boolean,Command,CommandSender,String...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerCommandException(Throwable,Command,CommandSender,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#ServerCommandException(Throwable,Command,CommandSender,String...)"
          },
          {
            "kind": "FIELD",
            "name": "arguments",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#arguments"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#command"
          },
          {
            "kind": "FIELD",
            "name": "commandSender",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#commandSender"
          },
          {
            "kind": "METHOD",
            "name": "getArguments()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#getArguments()"
          },
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html#getCommandSender()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerCommandException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerEventException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerEventException(String,Throwable,Plugin,Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#ServerEventException(String,Throwable,Plugin,Listener,Event)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerEventException(String,Throwable,boolean,boolean,Plugin,Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#ServerEventException(String,Throwable,boolean,boolean,Plugin,Listener,Event)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerEventException(Throwable,Plugin,Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#ServerEventException(Throwable,Plugin,Listener,Event)"
          },
          {
            "kind": "FIELD",
            "name": "event",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#event"
          },
          {
            "kind": "METHOD",
            "name": "getEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#getEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getListener()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#getListener()"
          },
          {
            "kind": "FIELD",
            "name": "listener",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html#listener"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerEventException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerException.html#ServerException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerException(String,Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerException.html#ServerException(String,Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerException(String,Throwable,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerException.html#ServerException(String,Throwable,boolean,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerException.html#ServerException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerInternalException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerInternalException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerInternalException.html#ServerInternalException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerInternalException(String,Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerInternalException.html#ServerInternalException(String,Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerInternalException(String,Throwable,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerInternalException.html#ServerInternalException(String,Throwable,boolean,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerInternalException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerInternalException.html#ServerInternalException(Throwable)"
          },
          {
            "kind": "METHOD",
            "name": "reportInternalException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerInternalException.html#reportInternalException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerInternalException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerPluginEnableDisableException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginEnableDisableException(String,Throwable,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginEnableDisableException.html#ServerPluginEnableDisableException(String,Throwable,Plugin)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginEnableDisableException(String,Throwable,boolean,boolean,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginEnableDisableException.html#ServerPluginEnableDisableException(String,Throwable,boolean,boolean,Plugin)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginEnableDisableException(Throwable,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginEnableDisableException.html#ServerPluginEnableDisableException(Throwable,Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginEnableDisableException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerPluginException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginException(String,Throwable,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginException.html#ServerPluginException(String,Throwable,Plugin)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginException(String,Throwable,boolean,boolean,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginException.html#ServerPluginException(String,Throwable,boolean,boolean,Plugin)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginException(Throwable,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginException.html#ServerPluginException(Throwable,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getResponsiblePlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginException.html#getResponsiblePlugin()"
          },
          {
            "kind": "FIELD",
            "name": "responsiblePlugin",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginException.html#responsiblePlugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerPluginMessageException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginMessageException(String,Throwable,Plugin,Player,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#ServerPluginMessageException(String,Throwable,Plugin,Player,String,byte...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginMessageException(String,Throwable,boolean,boolean,Plugin,Player,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#ServerPluginMessageException(String,Throwable,boolean,boolean,Plugin,Player,String,byte...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerPluginMessageException(Throwable,Plugin,Player,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "responsiblePlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#ServerPluginMessageException(Throwable,Plugin,Player,String,byte...)"
          },
          {
            "kind": "FIELD",
            "name": "channel",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#channel"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getChannel()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#getChannel()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerPluginMessageException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerSchedulerException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerSchedulerException(String,Throwable,BukkitTask)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerSchedulerException.html#ServerSchedulerException(String,Throwable,BukkitTask)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerSchedulerException(String,Throwable,boolean,boolean,BukkitTask)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerSchedulerException.html#ServerSchedulerException(String,Throwable,boolean,boolean,BukkitTask)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerSchedulerException(Throwable,BukkitTask)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerSchedulerException.html#ServerSchedulerException(Throwable,BukkitTask)"
          },
          {
            "kind": "METHOD",
            "name": "getTask()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerSchedulerException.html#getTask()"
          },
          {
            "kind": "FIELD",
            "name": "task",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerSchedulerException.html#task"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerSchedulerException.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.exception.ServerTabCompleteException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerTabCompleteException(String,Throwable,Command,CommandSender,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSender"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerTabCompleteException.html#ServerTabCompleteException(String,Throwable,Command,CommandSender,String...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerTabCompleteException(String,Throwable,boolean,boolean,Command,CommandSender,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSender"
              },
              {
                "kind": "PARAMETER",
                "name": "enableSuppression"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "writableStackTrace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerTabCompleteException.html#ServerTabCompleteException(String,Throwable,boolean,boolean,Command,CommandSender,String...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerTabCompleteException(Throwable,Command,CommandSender,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerTabCompleteException.html#ServerTabCompleteException(Throwable,Command,CommandSender,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/ServerTabCompleteException.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/exception/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.inventory.meta",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.inventory.meta.ArmorStandMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasNoBasePlate()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#hasNoBasePlate()"
          },
          {
            "kind": "METHOD",
            "name": "isInvisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#isInvisible()"
          },
          {
            "kind": "METHOD",
            "name": "isMarker()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#isMarker()"
          },
          {
            "kind": "METHOD",
            "name": "isSmall()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#isSmall()"
          },
          {
            "kind": "METHOD",
            "name": "setInvisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "invisible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#setInvisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMarker(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "marker"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#setMarker(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNoBasePlate(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "noBasePlate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#setNoBasePlate(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShowArms(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showArms"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#setShowArms(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSmall(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "small"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#setSmall(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldShowArms()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html#shouldShowArms()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/ArmorStandMeta.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/inventory/meta/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.loottable",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.loottable.LootableBlockInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableBlockInventory.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableBlockInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.loottable.LootableEntityInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableEntityInventory.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableEntityInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.loottable.LootableInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "canPlayerLoot(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#canPlayerLoot(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getLastFilled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#getLastFilled()"
          },
          {
            "kind": "METHOD",
            "name": "getLastLooted(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#getLastLooted(Player)"
          },
          {
            "kind": "METHOD",
            "name": "getLastLooted(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#getLastLooted(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getNextRefill()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#getNextRefill()"
          },
          {
            "kind": "METHOD",
            "name": "hasBeenFilled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#hasBeenFilled()"
          },
          {
            "kind": "METHOD",
            "name": "hasPendingRefill()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#hasPendingRefill()"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayerLooted(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#hasPlayerLooted(Player)"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayerLooted(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#hasPlayerLooted(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "isRefillEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#isRefillEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "setHasPlayerLooted(Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "looted"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#setHasPlayerLooted(Player,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHasPlayerLooted(UUID,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "looted"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#setHasPlayerLooted(UUID,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNextRefill(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "refillAt"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html#setNextRefill(long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.loottable.LootableInventoryReplenishEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#getInventory()"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#inventory"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/LootableInventoryReplenishEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/loottable/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.network",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.network.NetworkClient",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/NetworkClient.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getProtocolVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/NetworkClient.html#getProtocolVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getVirtualHost()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/NetworkClient.html#getVirtualHost()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/NetworkClient.html"
      },
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.network.StatusClient",
        "children": [
          {
            "kind": "METHOD",
            "name": "isLegacy()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/StatusClient.html#isLegacy()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/StatusClient.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/network/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.profile",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.profile.PlayerProfile",
        "children": [
          {
            "kind": "METHOD",
            "name": "applySkinToPlayerHeadContents(Builder)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "builder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#applySkinToPlayerHeadContents(Builder)"
          },
          {
            "kind": "METHOD",
            "name": "clearProperties()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#clearProperties()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "complete()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#complete()"
          },
          {
            "kind": "METHOD",
            "name": "complete(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "textures"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#complete(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "complete(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "onlineMode"
              },
              {
                "kind": "PARAMETER",
                "name": "textures"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#complete(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "completeFromCache()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#completeFromCache()"
          },
          {
            "kind": "METHOD",
            "name": "completeFromCache(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "onlineMode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#completeFromCache(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "completeFromCache(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lookupUUID"
              },
              {
                "kind": "PARAMETER",
                "name": "onlineMode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#completeFromCache(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#getId()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getProperties()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#getProperties()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#getTextures()"
          },
          {
            "kind": "METHOD",
            "name": "hasProperty(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "property"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#hasProperty(String)"
          },
          {
            "kind": "METHOD",
            "name": "hasTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#hasTextures()"
          },
          {
            "kind": "METHOD",
            "name": "isComplete()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#isComplete()"
          },
          {
            "kind": "METHOD",
            "name": "removeProperties(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#removeProperties(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "removeProperty(ProfileProperty)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "property"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#removeProperty(ProfileProperty)"
          },
          {
            "kind": "METHOD",
            "name": "removeProperty(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "property"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#removeProperty(String)"
          },
          {
            "kind": "METHOD",
            "name": "setId(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#setId(UUID)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#setName(String)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setProperties(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "properties"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#setProperties(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "setProperty(ProfileProperty)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "property"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#setProperty(ProfileProperty)"
          },
          {
            "kind": "METHOD",
            "name": "setTextures(PlayerTextures)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "textures"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#setTextures(PlayerTextures)"
          },
          {
            "kind": "METHOD",
            "name": "update()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html#update()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/PlayerProfile.html"
      },
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.profile.ProfileProperty",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ProfileProperty(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#ProfileProperty(String,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ProfileProperty(String,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "signature"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#ProfileProperty(String,String,String)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getSignature()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#getSignature()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#getValue()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isSigned()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#isSigned()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#name"
          },
          {
            "kind": "FIELD",
            "name": "signature",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#signature"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html#value"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/ProfileProperty.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/profile/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.util",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "com.destroystokyo.paper.util.VersionFetcher",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCacheTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/util/VersionFetcher.html#getCacheTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVersionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/util/VersionFetcher.html#getVersionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getVersionMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "serverVersion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/util/VersionFetcher.html#getVersionMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/util/VersionFetcher.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/util/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "com.destroystokyo.paper.utils",
    "children": [
      {
        "kind": "CLASS",
        "name": "com.destroystokyo.paper.utils.PaperPluginLogger",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PaperPluginLogger(PluginMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/utils/PaperPluginLogger.html#PaperPluginLogger(PluginMeta)"
          },
          {
            "kind": "METHOD",
            "name": "getLogger(PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/utils/PaperPluginLogger.html#getLogger(PluginDescriptionFile)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLogger(PluginMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/utils/PaperPluginLogger.html#getLogger(PluginMeta)"
          },
          {
            "kind": "METHOD",
            "name": "setParent(Logger)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/utils/PaperPluginLogger.html#setParent(Logger)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/utils/PaperPluginLogger.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/com/destroystokyo/paper/utils/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.ServerBuildInfo",
        "children": [
          {
            "kind": "FIELD",
            "name": "BRAND_PAPER_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#BRAND_PAPER_ID"
          },
          {
            "kind": "METHOD",
            "name": "asString(StringRepresentation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "representation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#asString(StringRepresentation)"
          },
          {
            "kind": "METHOD",
            "name": "brandId()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#brandId()"
          },
          {
            "kind": "METHOD",
            "name": "brandName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#brandName()"
          },
          {
            "kind": "METHOD",
            "name": "buildInfo()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#buildInfo()"
          },
          {
            "kind": "METHOD",
            "name": "buildNumber()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#buildNumber()"
          },
          {
            "kind": "METHOD",
            "name": "buildTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#buildTime()"
          },
          {
            "kind": "METHOD",
            "name": "gitBranch()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#gitBranch()"
          },
          {
            "kind": "METHOD",
            "name": "gitCommit()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#gitCommit()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.ServerBuildInfo.StringRepresentation",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "StringRepresentation()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo/StringRepresentation.html#StringRepresentation()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VERSION_FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo/StringRepresentation.html#VERSION_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VERSION_SIMPLE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo/StringRepresentation.html#VERSION_SIMPLE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo/StringRepresentation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo/StringRepresentation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo/StringRepresentation.html"
          },
          {
            "kind": "METHOD",
            "name": "isBrandCompatible(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brandId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#isBrandCompatible(Key)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "minecraftVersionId()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#minecraftVersionId()"
          },
          {
            "kind": "METHOD",
            "name": "minecraftVersionName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html#minecraftVersionName()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ServerBuildInfo.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.advancement",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.advancement.AdvancementDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "backgroundPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#backgroundPath()"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#displayName()"
          },
          {
            "kind": "METHOD",
            "name": "doesAnnounceToChat()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#doesAnnounceToChat()"
          },
          {
            "kind": "METHOD",
            "name": "doesShowToast()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#doesShowToast()"
          },
          {
            "kind": "METHOD",
            "name": "frame()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#frame()"
          },
          {
            "kind": "METHOD",
            "name": "icon()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#icon()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.advancement.AdvancementDisplay.Frame",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHALLENGE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#CHALLENGE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Frame(String,TextColor)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#Frame(String,TextColor)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GOAL",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#GOAL"
              },
              {
                "kind": "FIELD",
                "name": "NAMES",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#NAMES"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TASK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#TASK"
              },
              {
                "kind": "FIELD",
                "name": "color",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#color"
              },
              {
                "kind": "METHOD",
                "name": "color()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#color()"
              },
              {
                "kind": "FIELD",
                "name": "name",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#name"
              },
              {
                "kind": "METHOD",
                "name": "translationKey()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#translationKey()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay/Frame.html"
          },
          {
            "kind": "METHOD",
            "name": "isHidden()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#isHidden()"
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html#title()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/AdvancementDisplay.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/advancement/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.annotation",
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/annotation/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.ban",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.ban.BanListType",
        "children": [
          {
            "kind": "FIELD",
            "name": "IP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ban/BanListType.html#IP"
          },
          {
            "kind": "FIELD",
            "name": "PROFILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ban/BanListType.html#PROFILE"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "typeClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ban/BanListType.html#typeClass()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ban/BanListType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/ban/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.block",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.BlockPredicate",
        "children": [
          {
            "kind": "METHOD",
            "name": "blocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/BlockPredicate.html#blocks()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.block.BlockPredicate.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "blocks(RegistryKeySet)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "blocks"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/BlockPredicate/Builder.html#blocks(RegistryKeySet)"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/BlockPredicate/Builder.html#build()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/BlockPredicate/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "predicate()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/BlockPredicate.html#predicate()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/BlockPredicate.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.LockableTileState",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/LockableTileState.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.MovingPiston",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/MovingPiston.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getMovingBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/MovingPiston.html#getMovingBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isExtending()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/MovingPiston.html#isExtending()"
          },
          {
            "kind": "METHOD",
            "name": "isPistonHead()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/MovingPiston.html#isPistonHead()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/MovingPiston.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.TileStateInventoryHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/TileStateInventoryHolder.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/TileStateInventoryHolder.html#getSnapshotInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/TileStateInventoryHolder.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.block.fluid",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.fluid.FluidData",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "computeFlowDirection(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html#computeFlowDirection(Location)"
          },
          {
            "kind": "METHOD",
            "name": "computeHeight(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html#computeHeight(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getFluidType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html#getFluidType()"
          },
          {
            "kind": "METHOD",
            "name": "getLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html#getLevel()"
          },
          {
            "kind": "METHOD",
            "name": "isSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html#isSource()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/FluidData.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.block.fluid.type",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.fluid.type.FallingFluidData",
        "children": [
          {
            "kind": "METHOD",
            "name": "isFalling()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/type/FallingFluidData.html#isFalling()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/type/FallingFluidData.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.block.fluid.type.FlowingFluidData",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/type/FlowingFluidData.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/block/fluid/type/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.brigadier",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.brigadier.PaperBrigadier",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PaperBrigadier()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/brigadier/PaperBrigadier.html#PaperBrigadier()"
          },
          {
            "kind": "METHOD",
            "name": "componentFromMessage(Message)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/brigadier/PaperBrigadier.html#componentFromMessage(Message)"
          },
          {
            "kind": "METHOD",
            "name": "message(ComponentLike)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "componentLike"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/brigadier/PaperBrigadier.html#message(ComponentLike)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/brigadier/PaperBrigadier.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.6",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/brigadier/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.chat",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.chat.ChatRenderer",
        "children": [
          {
            "kind": "METHOD",
            "name": "defaultRenderer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/ChatRenderer.html#defaultRenderer()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.chat.ChatRenderer.ViewerUnaware",
            "children": [
              {
                "kind": "METHOD",
                "name": "render(Player,Component,Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "message"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "source"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "sourceDisplayName"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/ChatRenderer/ViewerUnaware.html#render(Player,Component,Component)",
                "apiStatus": "OverrideOnly"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/ChatRenderer/ViewerUnaware.html"
          },
          {
            "kind": "METHOD",
            "name": "render(Player,Component,Component,Audience)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceDisplayName"
              },
              {
                "kind": "PARAMETER",
                "name": "viewer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/ChatRenderer.html#render(Player,Component,Component,Audience)",
            "apiStatus": "OverrideOnly"
          },
          {
            "kind": "METHOD",
            "name": "viewerUnaware(ViewerUnaware)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/ChatRenderer.html#viewerUnaware(ViewerUnaware)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/ChatRenderer.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/chat/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.CommandBlockHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getSuccessCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html#getSuccessCount()"
          },
          {
            "kind": "METHOD",
            "name": "lastOutput()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html#lastOutput()"
          },
          {
            "kind": "METHOD",
            "name": "lastOutput(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lastOutput"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html#lastOutput(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html#setCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "setSuccessCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "successCount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html#setSuccessCount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/CommandBlockHolder.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.BasicCommand",
        "children": [
          {
            "kind": "METHOD",
            "name": "canUse(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/BasicCommand.html#canUse(CommandSender)",
            "apiStatus": "OverrideOnly"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSourceStack,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSourceStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/BasicCommand.html#execute(CommandSourceStack,String...)",
            "apiStatus": "OverrideOnly"
          },
          {
            "kind": "METHOD",
            "name": "permission()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/BasicCommand.html#permission()",
            "apiStatus": "OverrideOnly"
          },
          {
            "kind": "METHOD",
            "name": "suggest(CommandSourceStack,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "commandSourceStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/BasicCommand.html#suggest(CommandSourceStack,String...)",
            "apiStatus": "OverrideOnly"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/BasicCommand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.CommandSourceStack",
        "children": [
          {
            "kind": "METHOD",
            "name": "getExecutor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/CommandSourceStack.html#getExecutor()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/CommandSourceStack.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/CommandSourceStack.html#getSender()"
          },
          {
            "kind": "METHOD",
            "name": "withExecutor(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "executor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/CommandSourceStack.html#withExecutor(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "withLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/CommandSourceStack.html#withLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/CommandSourceStack.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.Commands",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eargument(String,ArgumentType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "argumentType"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#\u003cT\u003eargument(String,ArgumentType)"
          },
          {
            "kind": "METHOD",
            "name": "getDispatcher()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#getDispatcher()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "literal(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "literal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#literal(String)"
          },
          {
            "kind": "METHOD",
            "name": "register(LiteralCommandNode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(LiteralCommandNode)"
          },
          {
            "kind": "METHOD",
            "name": "register(LiteralCommandNode,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(LiteralCommandNode,Collection)"
          },
          {
            "kind": "METHOD",
            "name": "register(LiteralCommandNode,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(LiteralCommandNode,String)"
          },
          {
            "kind": "METHOD",
            "name": "register(LiteralCommandNode,String,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(LiteralCommandNode,String,Collection)"
          },
          {
            "kind": "METHOD",
            "name": "register(PluginMeta,LiteralCommandNode,String,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "node"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(PluginMeta,LiteralCommandNode,String,Collection)"
          },
          {
            "kind": "METHOD",
            "name": "register(PluginMeta,String,String,Collection,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(PluginMeta,String,String,Collection,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(String,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,Collection,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(String,Collection,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,String,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(String,String,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,String,Collection,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#register(String,String,Collection,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "restricted(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html#restricted(Predicate)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/Commands.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.MessageComponentSerializer",
        "children": [
          {
            "kind": "METHOD",
            "name": "message()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/MessageComponentSerializer.html#message()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/MessageComponentSerializer.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier.argument",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.command.brigadier.argument.ArgumentTypes",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eresource(RegistryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#\u003cT\u003eresource(RegistryKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eresourceKey(RegistryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#\u003cT\u003eresourceKey(RegistryKey)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ArgumentTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#ArgumentTypes()"
          },
          {
            "kind": "METHOD",
            "name": "angle()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#angle()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "axes()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#axes()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "blockInWorldPredicate()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#blockInWorldPredicate()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "blockPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#blockPosition()"
          },
          {
            "kind": "METHOD",
            "name": "blockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#blockState()"
          },
          {
            "kind": "METHOD",
            "name": "columnBlockPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#columnBlockPosition()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "columnFinePosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#columnFinePosition()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "columnFinePosition(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "centerIntegers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#columnFinePosition(boolean)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "component()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#component()"
          },
          {
            "kind": "METHOD",
            "name": "doubleRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#doubleRange()"
          },
          {
            "kind": "METHOD",
            "name": "entities()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#entities()"
          },
          {
            "kind": "METHOD",
            "name": "entity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#entity()"
          },
          {
            "kind": "METHOD",
            "name": "entityAnchor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#entityAnchor()"
          },
          {
            "kind": "METHOD",
            "name": "finePosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#finePosition()"
          },
          {
            "kind": "METHOD",
            "name": "finePosition(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "centerIntegers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#finePosition(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "gameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#gameMode()"
          },
          {
            "kind": "METHOD",
            "name": "heightMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#heightMap()"
          },
          {
            "kind": "METHOD",
            "name": "hexColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#hexColor()"
          },
          {
            "kind": "METHOD",
            "name": "integerRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#integerRange()"
          },
          {
            "kind": "METHOD",
            "name": "itemPredicate()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#itemPredicate()"
          },
          {
            "kind": "METHOD",
            "name": "itemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#itemStack()"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#key()"
          },
          {
            "kind": "METHOD",
            "name": "namedColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#namedColor()"
          },
          {
            "kind": "METHOD",
            "name": "namespacedKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#namespacedKey()"
          },
          {
            "kind": "METHOD",
            "name": "objectiveCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#objectiveCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "player()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#player()"
          },
          {
            "kind": "METHOD",
            "name": "playerProfiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#playerProfiles()"
          },
          {
            "kind": "METHOD",
            "name": "players()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#players()"
          },
          {
            "kind": "METHOD",
            "name": "rotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#rotation()"
          },
          {
            "kind": "METHOD",
            "name": "scoreboardDisplaySlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#scoreboardDisplaySlot()"
          },
          {
            "kind": "METHOD",
            "name": "signedMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#signedMessage()"
          },
          {
            "kind": "METHOD",
            "name": "style()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#style()"
          },
          {
            "kind": "METHOD",
            "name": "templateMirror()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#templateMirror()"
          },
          {
            "kind": "METHOD",
            "name": "templateRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#templateRotation()"
          },
          {
            "kind": "METHOD",
            "name": "time()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#time()"
          },
          {
            "kind": "METHOD",
            "name": "time(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mintime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#time(int)"
          },
          {
            "kind": "METHOD",
            "name": "uuid()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#uuid()"
          },
          {
            "kind": "METHOD",
            "name": "world()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html#world()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/ArgumentTypes.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.AxisSet",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/AxisSet.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.CustomArgumentType",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cS\u003elistSuggestions(CommandContext,SuggestionsBuilder)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "S"
              },
              {
                "kind": "PARAMETER",
                "name": "builder"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType.html#\u003cS\u003elistSuggestions(CommandContext,SuggestionsBuilder)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cS\u003eparse(StringReader,S)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "S"
              },
              {
                "kind": "PARAMETER",
                "name": "reader"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType.html#\u003cS\u003eparse(StringReader,S)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "N"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "getExamples()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType.html#getExamples()",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "getNativeType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType.html#getNativeType()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.command.brigadier.argument.CustomArgumentType.Converted",
            "children": [
              {
                "kind": "METHOD",
                "name": "\u003cS\u003econvert(N,S)",
                "children": [
                  {
                    "kind": "TYPE_PARAMETER",
                    "name": "S"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "nativeType"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "source"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType/Converted.html#\u003cS\u003econvert(N,S)"
              },
              {
                "kind": "METHOD",
                "name": "\u003cS\u003eparse(StringReader,S)",
                "children": [
                  {
                    "kind": "TYPE_PARAMETER",
                    "name": "S"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "reader"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "source"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType/Converted.html#\u003cS\u003eparse(StringReader,S)",
                "apiStatus": "NonExtendable"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "N"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "METHOD",
                "name": "convert(N)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "nativeType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType/Converted.html#convert(N)"
              },
              {
                "kind": "METHOD",
                "name": "parse(StringReader)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "reader"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType/Converted.html#parse(StringReader)",
                "apiStatus": "NonExtendable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType/Converted.html"
          },
          {
            "kind": "METHOD",
            "name": "parse(StringReader)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType.html#parse(StringReader)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/CustomArgumentType.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.command.brigadier.argument.RegistryArgumentExtractor",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT,S\u003egetTypedKey(CommandContext,RegistryKey,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "S"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/RegistryArgumentExtractor.html#\u003cT,S\u003egetTypedKey(CommandContext,RegistryKey,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegistryArgumentExtractor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/RegistryArgumentExtractor.html#RegistryArgumentExtractor()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/RegistryArgumentExtractor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.SignedMessageResolver",
        "children": [
          {
            "kind": "METHOD",
            "name": "content()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/SignedMessageResolver.html#content()"
          },
          {
            "kind": "METHOD",
            "name": "resolveSignedMessage(String,CommandContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "argumentName"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/SignedMessageResolver.html#resolveSignedMessage(String,CommandContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/SignedMessageResolver.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier.argument.position",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.position.ColumnBlockPosition",
        "children": [
          {
            "kind": "METHOD",
            "name": "blockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnBlockPosition.html#blockX()"
          },
          {
            "kind": "METHOD",
            "name": "blockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnBlockPosition.html#blockZ()"
          },
          {
            "kind": "METHOD",
            "name": "toPosition(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnBlockPosition.html#toPosition(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnBlockPosition.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.position.ColumnFinePosition",
        "children": [
          {
            "kind": "METHOD",
            "name": "toPosition(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnFinePosition.html#toPosition(double)"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnFinePosition.html#x()"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnFinePosition.html#z()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/ColumnFinePosition.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/position/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier.argument.predicate",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.predicate.BlockInWorldPredicate",
        "children": [
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.command.brigadier.argument.predicate.BlockInWorldPredicate.Result",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "FALSE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#FALSE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#Result()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRUE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#TRUE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNLOADED_CHUNK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#UNLOADED_CHUNK"
              },
              {
                "kind": "METHOD",
                "name": "asBoolean()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#asBoolean()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate/Result.html"
          },
          {
            "kind": "METHOD",
            "name": "testBlock(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate.html#testBlock(Block)"
          },
          {
            "kind": "METHOD",
            "name": "testBlock(Block,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "loadChunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate.html#testBlock(Block,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/BlockInWorldPredicate.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.predicate.ItemStackPredicate",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/ItemStackPredicate.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/predicate/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier.argument.range",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.range.DoubleRangeProvider",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/range/DoubleRangeProvider.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.range.IntegerRangeProvider",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/range/IntegerRangeProvider.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.range.RangeProvider",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "range()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/range/RangeProvider.html#range()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/range/RangeProvider.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/range/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier.argument.resolvers",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.AngleResolver",
        "children": [
          {
            "kind": "METHOD",
            "name": "resolve(CommandSourceStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sourceStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/AngleResolver.html#resolve(CommandSourceStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/AngleResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.ArgumentResolver",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "resolve(CommandSourceStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sourceStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/ArgumentResolver.html#resolve(CommandSourceStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/ArgumentResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.BlockPositionResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/BlockPositionResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.ColumnBlockPositionResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/ColumnBlockPositionResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.ColumnFinePositionResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/ColumnFinePositionResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.FinePositionResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/FinePositionResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.PlayerProfileListResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/PlayerProfileListResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.RotationResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/RotationResolver.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.command.brigadier.argument.resolvers.selector",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.selector.EntitySelectorArgumentResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/selector/EntitySelectorArgumentResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.selector.PlayerSelectorArgumentResolver",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/selector/PlayerSelectorArgumentResolver.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.command.brigadier.argument.resolvers.selector.SelectorArgumentResolver",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/selector/SelectorArgumentResolver.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/command/brigadier/argument/resolvers/selector/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.configuration",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.configuration.ServerConfiguration",
        "children": [
          {
            "kind": "METHOD",
            "name": "isProxyEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/configuration/ServerConfiguration.html#isProxyEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isProxyOnlineMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/configuration/ServerConfiguration.html#isProxyOnlineMode()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/configuration/ServerConfiguration.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/configuration/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.connection",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.PlayerCommonConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetClientOption(ClientOption)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerCommonConnection.html#\u003cT\u003egetClientOption(ClientOption)"
          },
          {
            "kind": "METHOD",
            "name": "sendLinks(ServerLinks)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "links"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerCommonConnection.html#sendLinks(ServerLinks)"
          },
          {
            "kind": "METHOD",
            "name": "sendReportDetails(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "details"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerCommonConnection.html#sendReportDetails(Map)"
          },
          {
            "kind": "METHOD",
            "name": "transfer(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "host"
              },
              {
                "kind": "PARAMETER",
                "name": "port"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerCommonConnection.html#transfer(String,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerCommonConnection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.PlayerConfigurationConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearChat()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConfigurationConnection.html#clearChat()"
          },
          {
            "kind": "METHOD",
            "name": "completeReconfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConfigurationConnection.html#completeReconfiguration()"
          },
          {
            "kind": "METHOD",
            "name": "getAudience()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConfigurationConnection.html#getAudience()"
          },
          {
            "kind": "METHOD",
            "name": "getProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConfigurationConnection.html#getProfile()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConfigurationConnection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.PlayerConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "disconnect(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html#disconnect(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getClientAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html#getClientAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHAProxyAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html#getHAProxyAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getVirtualHost()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html#getVirtualHost()"
          },
          {
            "kind": "METHOD",
            "name": "isTransferred()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html#isTransferred()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerConnection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.PlayerGameConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerGameConnection.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "reenterConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerGameConnection.html#reenterConfiguration()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerGameConnection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.PlayerLoginConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAuthenticatedProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerLoginConnection.html#getAuthenticatedProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getUnsafeProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerLoginConnection.html#getUnsafeProfile()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/PlayerLoginConnection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.ReadablePlayerCookieConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "retrieveCookie(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/ReadablePlayerCookieConnection.html#retrieveCookie(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/ReadablePlayerCookieConnection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.connection.WritablePlayerCookieConnection",
        "children": [
          {
            "kind": "METHOD",
            "name": "storeCookie(NamespacedKey,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/WritablePlayerCookieConnection.html#storeCookie(NamespacedKey,byte...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/WritablePlayerCookieConnection.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/connection/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.datacomponent",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.BuildableDataComponent",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "C"
          },
          {
            "kind": "METHOD",
            "name": "toBuilder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/BuildableDataComponent.html#toBuilder()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/BuildableDataComponent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.DataComponentBuilder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "C"
          },
          {
            "kind": "METHOD",
            "name": "build()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentBuilder.html#build()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentBuilder.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.DataComponentHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetData(Valued,DataComponentBuilder)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "valueBuilder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentHolder.html#\u003cT\u003esetData(Valued,DataComponentBuilder)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetData(Valued,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentHolder.html#\u003cT\u003esetData(Valued,T)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "setData(NonValued)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentHolder.html#setData(NonValued)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentHolder.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.DataComponentType",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.DataComponentType.NonValued",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentType/NonValued.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.DataComponentType.Valued",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentType/Valued.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "isPersistent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentType.html#isPersistent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentType.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.datacomponent.DataComponentTypes",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003evalued(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#\u003cT\u003evalued(String)"
          },
          {
            "kind": "FIELD",
            "name": "ATTRIBUTE_MODIFIERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#ATTRIBUTE_MODIFIERS"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#AXOLOTL_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_PATTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#BANNER_PATTERNS"
          },
          {
            "kind": "FIELD",
            "name": "BASE_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#BASE_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "BLOCKS_ATTACKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#BLOCKS_ATTACKS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#BLOCK_DATA"
          },
          {
            "kind": "FIELD",
            "name": "BREAK_SOUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#BREAK_SOUND"
          },
          {
            "kind": "FIELD",
            "name": "BUNDLE_CONTENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#BUNDLE_CONTENTS"
          },
          {
            "kind": "FIELD",
            "name": "CAN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CAN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "CAN_PLACE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CAN_PLACE_ON"
          },
          {
            "kind": "FIELD",
            "name": "CAT_COLLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CAT_COLLAR"
          },
          {
            "kind": "FIELD",
            "name": "CAT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CAT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CHARGED_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CHARGED_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CHICKEN_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CONSUMABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CONSUMABLE"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CONTAINER"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CONTAINER_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "COW_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#COW_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CUSTOM_MODEL_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CUSTOM_MODEL_DATA"
          },
          {
            "kind": "FIELD",
            "name": "CUSTOM_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#CUSTOM_NAME"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_RESISTANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#DAMAGE_RESISTANT"
          },
          {
            "kind": "FIELD",
            "name": "DEATH_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#DEATH_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "DYED_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#DYED_COLOR"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DataComponentTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#DataComponentTypes()"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#ENCHANTABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#ENCHANTMENTS"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT_GLINT_OVERRIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#ENCHANTMENT_GLINT_OVERRIDE"
          },
          {
            "kind": "FIELD",
            "name": "EQUIPPABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#EQUIPPABLE"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#FIREWORKS"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORK_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#FIREWORK_EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#FOOD"
          },
          {
            "kind": "FIELD",
            "name": "FOX_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#FOX_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "FROG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#FROG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "GLIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#GLIDER"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#HORSE_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#INSTRUMENT"
          },
          {
            "kind": "FIELD",
            "name": "INTANGIBLE_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#INTANGIBLE_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MODEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#ITEM_MODEL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#ITEM_NAME"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_PLAYABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#JUKEBOX_PLAYABLE"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#LLAMA_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "LODESTONE_TRACKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#LODESTONE_TRACKER"
          },
          {
            "kind": "FIELD",
            "name": "LORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#LORE"
          },
          {
            "kind": "FIELD",
            "name": "MAP_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MAP_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "MAP_DECORATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MAP_DECORATIONS"
          },
          {
            "kind": "FIELD",
            "name": "MAP_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MAP_ID"
          },
          {
            "kind": "FIELD",
            "name": "MAP_POST_PROCESSING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MAP_POST_PROCESSING"
          },
          {
            "kind": "FIELD",
            "name": "MAX_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MAX_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "MAX_STACK_SIZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MAX_STACK_SIZE"
          },
          {
            "kind": "FIELD",
            "name": "MOOSHROOM_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#MOOSHROOM_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK_SOUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#NOTE_BLOCK_SOUND"
          },
          {
            "kind": "FIELD",
            "name": "OMINOUS_BOTTLE_AMPLIFIER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#OMINOUS_BOTTLE_AMPLIFIER"
          },
          {
            "kind": "FIELD",
            "name": "PAINTING_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#PAINTING_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#PARROT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "PIG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#PIG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "POTION_CONTENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#POTION_CONTENTS"
          },
          {
            "kind": "FIELD",
            "name": "POTION_DURATION_SCALE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#POTION_DURATION_SCALE"
          },
          {
            "kind": "FIELD",
            "name": "POT_DECORATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#POT_DECORATIONS"
          },
          {
            "kind": "FIELD",
            "name": "PROFILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#PROFILE"
          },
          {
            "kind": "FIELD",
            "name": "PROVIDES_BANNER_PATTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#PROVIDES_BANNER_PATTERNS"
          },
          {
            "kind": "FIELD",
            "name": "PROVIDES_TRIM_MATERIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#PROVIDES_TRIM_MATERIAL"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#RABBIT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "RARITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#RARITY"
          },
          {
            "kind": "FIELD",
            "name": "RECIPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#RECIPES"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#REPAIRABLE"
          },
          {
            "kind": "FIELD",
            "name": "REPAIR_COST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#REPAIR_COST"
          },
          {
            "kind": "FIELD",
            "name": "SALMON_SIZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#SALMON_SIZE"
          },
          {
            "kind": "FIELD",
            "name": "SHEEP_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#SHEEP_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#SHULKER_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "STORED_ENCHANTMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#STORED_ENCHANTMENTS"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_STEW_EFFECTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#SUSPICIOUS_STEW_EFFECTS"
          },
          {
            "kind": "FIELD",
            "name": "TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TOOL"
          },
          {
            "kind": "FIELD",
            "name": "TOOLTIP_DISPLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TOOLTIP_DISPLAY"
          },
          {
            "kind": "FIELD",
            "name": "TOOLTIP_STYLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TOOLTIP_STYLE"
          },
          {
            "kind": "FIELD",
            "name": "TRIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TRIM"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_BASE_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TROPICAL_FISH_BASE_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TROPICAL_FISH_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_PATTERN_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#TROPICAL_FISH_PATTERN_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "UNBREAKABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#UNBREAKABLE"
          },
          {
            "kind": "FIELD",
            "name": "USE_COOLDOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#USE_COOLDOWN"
          },
          {
            "kind": "FIELD",
            "name": "USE_REMAINDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#USE_REMAINDER"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#VILLAGER_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#WEAPON"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_COLLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#WOLF_COLLAR"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_SOUND_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#WOLF_SOUND_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#WOLF_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WRITABLE_BOOK_CONTENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#WRITABLE_BOOK_CONTENT"
          },
          {
            "kind": "FIELD",
            "name": "WRITTEN_BOOK_CONTENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#WRITTEN_BOOK_CONTENT"
          },
          {
            "kind": "METHOD",
            "name": "unvalued(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html#unvalued(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentTypes.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.DataComponentView",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetData(Valued)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentView.html#\u003cT\u003egetData(Valued)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetDataOrDefault(Valued,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "fallback"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentView.html#\u003cT\u003egetDataOrDefault(Valued,T)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "hasData(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentView.html#hasData(DataComponentType)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/DataComponentView.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.datacomponent.item",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.BannerPatternLayers",
        "children": [
          {
            "kind": "METHOD",
            "name": "bannerPatternLayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers.html#bannerPatternLayers()"
          },
          {
            "kind": "METHOD",
            "name": "bannerPatternLayers(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "patterns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers.html#bannerPatternLayers(List)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.BannerPatternLayers.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "add(Pattern)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pattern"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers/Builder.html#add(Pattern)"
              },
              {
                "kind": "METHOD",
                "name": "addAll(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "patterns"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers/Builder.html#addAll(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "patterns()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers.html#patterns()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BannerPatternLayers.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.BlockItemDataProperties",
        "children": [
          {
            "kind": "METHOD",
            "name": "applyTo(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlockItemDataProperties.html#applyTo(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "blockItemStateProperties()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlockItemDataProperties.html#blockItemStateProperties()"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(BlockType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlockItemDataProperties.html#createBlockData(BlockType)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.BlockItemDataProperties.Builder",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlockItemDataProperties/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlockItemDataProperties.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.BlocksAttacks",
        "children": [
          {
            "kind": "METHOD",
            "name": "blockDelaySeconds()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#blockDelaySeconds()"
          },
          {
            "kind": "METHOD",
            "name": "blockSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#blockSound()"
          },
          {
            "kind": "METHOD",
            "name": "blocksAttacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#blocksAttacks()"
          },
          {
            "kind": "METHOD",
            "name": "bypassedBy()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#bypassedBy()"
          },
          {
            "kind": "METHOD",
            "name": "damageReductions()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#damageReductions()"
          },
          {
            "kind": "METHOD",
            "name": "disableCooldownScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#disableCooldownScale()"
          },
          {
            "kind": "METHOD",
            "name": "disableSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#disableSound()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.BlocksAttacks.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addDamageReduction(DamageReduction)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "reduction"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#addDamageReduction(DamageReduction)"
              },
              {
                "kind": "METHOD",
                "name": "blockDelaySeconds(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "delay"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#blockDelaySeconds(float)"
              },
              {
                "kind": "METHOD",
                "name": "blockSound(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "sound"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#blockSound(Key)"
              },
              {
                "kind": "METHOD",
                "name": "bypassedBy(TagKey)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "bypassedBy"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#bypassedBy(TagKey)"
              },
              {
                "kind": "METHOD",
                "name": "damageReductions(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "reductions"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#damageReductions(List)"
              },
              {
                "kind": "METHOD",
                "name": "disableCooldownScale(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "scale"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#disableCooldownScale(float)"
              },
              {
                "kind": "METHOD",
                "name": "disableSound(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "sound"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#disableSound(Key)"
              },
              {
                "kind": "METHOD",
                "name": "itemDamage(ItemDamageFunction)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "function"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html#itemDamage(ItemDamageFunction)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html#itemDamage()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BlocksAttacks.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.BundleContents",
        "children": [
          {
            "kind": "METHOD",
            "name": "bundleContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents.html#bundleContents()"
          },
          {
            "kind": "METHOD",
            "name": "bundleContents(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents.html#bundleContents(List)"
          },
          {
            "kind": "METHOD",
            "name": "contents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents.html#contents()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.BundleContents.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "add(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stack"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents/Builder.html#add(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "addAll(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stacks"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents/Builder.html#addAll(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/BundleContents.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ChargedProjectiles",
        "children": [
          {
            "kind": "METHOD",
            "name": "chargedProjectiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles.html#chargedProjectiles()"
          },
          {
            "kind": "METHOD",
            "name": "chargedProjectiles(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "projectiles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles.html#chargedProjectiles(List)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ChargedProjectiles.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "add(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stack"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles/Builder.html#add(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "addAll(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stacks"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles/Builder.html#addAll(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "projectiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles.html#projectiles()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ChargedProjectiles.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Consumable",
        "children": [
          {
            "kind": "METHOD",
            "name": "animation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html#animation()"
          },
          {
            "kind": "METHOD",
            "name": "consumable()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html#consumable()"
          },
          {
            "kind": "METHOD",
            "name": "consumeEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html#consumeEffects()"
          },
          {
            "kind": "METHOD",
            "name": "consumeSeconds()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html#consumeSeconds()"
          },
          {
            "kind": "METHOD",
            "name": "hasConsumeParticles()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html#hasConsumeParticles()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.Consumable.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addEffect(ConsumeEffect)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effect"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#addEffect(ConsumeEffect)"
              },
              {
                "kind": "METHOD",
                "name": "addEffects(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effects"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#addEffects(List)"
              },
              {
                "kind": "METHOD",
                "name": "animation(ItemUseAnimation)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "animation"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#animation(ItemUseAnimation)"
              },
              {
                "kind": "METHOD",
                "name": "consumeSeconds(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "consumeSeconds"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#consumeSeconds(float)"
              },
              {
                "kind": "METHOD",
                "name": "effects(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effects"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#effects(List)"
              },
              {
                "kind": "METHOD",
                "name": "hasConsumeParticles(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "hasConsumeParticles"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#hasConsumeParticles(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "sound(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "sound"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html#sound(Key)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "sound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html#sound()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Consumable.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.CustomModelData",
        "children": [
          {
            "kind": "METHOD",
            "name": "colors()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData.html#colors()"
          },
          {
            "kind": "METHOD",
            "name": "customModelData()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData.html#customModelData()"
          },
          {
            "kind": "METHOD",
            "name": "flags()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData.html#flags()"
          },
          {
            "kind": "METHOD",
            "name": "floats()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData.html#floats()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.CustomModelData.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addColor(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addColor(Color)"
              },
              {
                "kind": "METHOD",
                "name": "addColors(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addColors(List)"
              },
              {
                "kind": "METHOD",
                "name": "addFlag(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "flag"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addFlag(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "addFlags(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "flags"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addFlags(List)"
              },
              {
                "kind": "METHOD",
                "name": "addFloat(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "f"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addFloat(float)"
              },
              {
                "kind": "METHOD",
                "name": "addFloats(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "floats"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addFloats(List)"
              },
              {
                "kind": "METHOD",
                "name": "addString(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "string"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addString(String)"
              },
              {
                "kind": "METHOD",
                "name": "addStrings(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "strings"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html#addStrings(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "strings()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData.html#strings()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/CustomModelData.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.DamageResistant",
        "children": [
          {
            "kind": "METHOD",
            "name": "damageResistant(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "types"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DamageResistant.html#damageResistant(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "types()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DamageResistant.html#types()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DamageResistant.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.DeathProtection",
        "children": [
          {
            "kind": "METHOD",
            "name": "deathEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection.html#deathEffects()"
          },
          {
            "kind": "METHOD",
            "name": "deathProtection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection.html#deathProtection()"
          },
          {
            "kind": "METHOD",
            "name": "deathProtection(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathEffects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection.html#deathProtection(List)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.DeathProtection.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addEffect(ConsumeEffect)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effect"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection/Builder.html#addEffect(ConsumeEffect)"
              },
              {
                "kind": "METHOD",
                "name": "addEffects(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effects"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection/Builder.html#addEffects(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DeathProtection.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.DyedItemColor",
        "children": [
          {
            "kind": "METHOD",
            "name": "color()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DyedItemColor.html#color()"
          },
          {
            "kind": "METHOD",
            "name": "dyedItemColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DyedItemColor.html#dyedItemColor()"
          },
          {
            "kind": "METHOD",
            "name": "dyedItemColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DyedItemColor.html#dyedItemColor(Color)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.DyedItemColor.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "color(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DyedItemColor/Builder.html#color(Color)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DyedItemColor/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/DyedItemColor.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Enchantable",
        "children": [
          {
            "kind": "METHOD",
            "name": "enchantable(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Enchantable.html#enchantable(int)"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Enchantable.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Enchantable.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Equippable",
        "children": [
          {
            "kind": "METHOD",
            "name": "allowedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#allowedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "assetId()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#assetId()"
          },
          {
            "kind": "METHOD",
            "name": "cameraOverlay()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#cameraOverlay()"
          },
          {
            "kind": "METHOD",
            "name": "canBeSheared()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#canBeSheared()"
          },
          {
            "kind": "METHOD",
            "name": "damageOnHurt()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#damageOnHurt()"
          },
          {
            "kind": "METHOD",
            "name": "dispensable()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#dispensable()"
          },
          {
            "kind": "METHOD",
            "name": "equipOnInteract()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#equipOnInteract()"
          },
          {
            "kind": "METHOD",
            "name": "equipSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#equipSound()"
          },
          {
            "kind": "METHOD",
            "name": "equippable(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#equippable(EquipmentSlot)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.Equippable.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "allowedEntities(RegistryKeySet)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "allowedEntities"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#allowedEntities(RegistryKeySet)"
              },
              {
                "kind": "METHOD",
                "name": "assetId(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "assetId"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#assetId(Key)"
              },
              {
                "kind": "METHOD",
                "name": "cameraOverlay(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "cameraOverlay"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#cameraOverlay(Key)"
              },
              {
                "kind": "METHOD",
                "name": "canBeSheared(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "canBeSheared"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#canBeSheared(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "damageOnHurt(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "damageOnHurt"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#damageOnHurt(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "dispensable(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "dispensable"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#dispensable(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "equipOnInteract(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "equipOnInteract"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#equipOnInteract(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "equipSound(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "sound"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#equipSound(Key)"
              },
              {
                "kind": "METHOD",
                "name": "shearSound(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "shearSound"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#shearSound(Key)"
              },
              {
                "kind": "METHOD",
                "name": "swappable(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "swappable"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html#swappable(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "shearSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#shearSound()"
          },
          {
            "kind": "METHOD",
            "name": "slot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#slot()"
          },
          {
            "kind": "METHOD",
            "name": "swappable()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html#swappable()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Equippable.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Fireworks",
        "children": [
          {
            "kind": "METHOD",
            "name": "effects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks.html#effects()"
          },
          {
            "kind": "METHOD",
            "name": "fireworks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks.html#fireworks()"
          },
          {
            "kind": "METHOD",
            "name": "fireworks(List,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              },
              {
                "kind": "PARAMETER",
                "name": "flightDuration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks.html#fireworks(List,int)"
          },
          {
            "kind": "METHOD",
            "name": "flightDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks.html#flightDuration()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.Fireworks.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addEffect(FireworkEffect)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effect"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks/Builder.html#addEffect(FireworkEffect)"
              },
              {
                "kind": "METHOD",
                "name": "addEffects(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effects"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks/Builder.html#addEffects(List)"
              },
              {
                "kind": "METHOD",
                "name": "flightDuration(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "duration"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks/Builder.html#flightDuration(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Fireworks.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.FoodProperties",
        "children": [
          {
            "kind": "METHOD",
            "name": "canAlwaysEat()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties.html#canAlwaysEat()"
          },
          {
            "kind": "METHOD",
            "name": "food()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties.html#food()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.FoodProperties.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "canAlwaysEat(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "canAlwaysEat"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties/Builder.html#canAlwaysEat(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "nutrition(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "nutrition"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties/Builder.html#nutrition(int)"
              },
              {
                "kind": "METHOD",
                "name": "saturation(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "saturation"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties/Builder.html#saturation(float)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "nutrition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties.html#nutrition()"
          },
          {
            "kind": "METHOD",
            "name": "saturation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties.html#saturation()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/FoodProperties.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ItemAdventurePredicate",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemAdventurePredicate.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addPredicate(BlockPredicate)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "predicate"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate/Builder.html#addPredicate(BlockPredicate)"
              },
              {
                "kind": "METHOD",
                "name": "addPredicates(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "predicates"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate/Builder.html#addPredicates(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemAdventurePredicate()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate.html#itemAdventurePredicate()"
          },
          {
            "kind": "METHOD",
            "name": "itemAdventurePredicate(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicates"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate.html#itemAdventurePredicate(List)"
          },
          {
            "kind": "METHOD",
            "name": "predicates()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate.html#predicates()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAdventurePredicate.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ItemArmorTrim",
        "children": [
          {
            "kind": "METHOD",
            "name": "armorTrim()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemArmorTrim.html#armorTrim()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemArmorTrim.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "armorTrim(ArmorTrim)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "armorTrim"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemArmorTrim/Builder.html#armorTrim(ArmorTrim)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemArmorTrim/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemArmorTrim(ArmorTrim)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "armorTrim"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemArmorTrim.html#itemArmorTrim(ArmorTrim)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemArmorTrim.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ItemAttributeModifiers",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemAttributeModifiers.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addModifier(Attribute,AttributeModifier)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "attribute"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "modifier"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Builder.html#addModifier(Attribute,AttributeModifier)"
              },
              {
                "kind": "METHOD",
                "name": "addModifier(Attribute,AttributeModifier,AttributeModifierDisplay)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "attribute"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "display"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "modifier"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Builder.html#addModifier(Attribute,AttributeModifier,AttributeModifierDisplay)"
              },
              {
                "kind": "METHOD",
                "name": "addModifier(Attribute,AttributeModifier,EquipmentSlotGroup)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "attribute"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "equipmentSlotGroup"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "modifier"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Builder.html#addModifier(Attribute,AttributeModifier,EquipmentSlotGroup)"
              },
              {
                "kind": "METHOD",
                "name": "addModifier(Attribute,AttributeModifier,EquipmentSlotGroup,AttributeModifierDisplay)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "attribute"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "display"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "equipmentSlotGroup"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "modifier"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Builder.html#addModifier(Attribute,AttributeModifier,EquipmentSlotGroup,AttributeModifierDisplay)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemAttributeModifiers.Entry",
            "children": [
              {
                "kind": "METHOD",
                "name": "attribute()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Entry.html#attribute()"
              },
              {
                "kind": "METHOD",
                "name": "display()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Entry.html#display()"
              },
              {
                "kind": "METHOD",
                "name": "getGroup()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Entry.html#getGroup()"
              },
              {
                "kind": "METHOD",
                "name": "modifier()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Entry.html#modifier()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers/Entry.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemAttributes()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers.html#itemAttributes()"
          },
          {
            "kind": "METHOD",
            "name": "modifiers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers.html#modifiers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemAttributeModifiers.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ItemContainerContents",
        "children": [
          {
            "kind": "METHOD",
            "name": "containerContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents.html#containerContents()"
          },
          {
            "kind": "METHOD",
            "name": "containerContents(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents.html#containerContents(List)"
          },
          {
            "kind": "METHOD",
            "name": "contents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents.html#contents()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemContainerContents.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "add(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stack"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents/Builder.html#add(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "addAll(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stacks"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents/Builder.html#addAll(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemContainerContents.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ItemEnchantments",
        "children": [
          {
            "kind": "METHOD",
            "name": "enchantments()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments.html#enchantments()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemEnchantments.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "add(Enchantment,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enchantment"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "level"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments/Builder.html#add(Enchantment,int)"
              },
              {
                "kind": "METHOD",
                "name": "addAll(Map)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "enchantments"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments/Builder.html#addAll(Map)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemEnchantments()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments.html#itemEnchantments()"
          },
          {
            "kind": "METHOD",
            "name": "itemEnchantments(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments.html#itemEnchantments(Map)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemEnchantments.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ItemLore",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ItemLore.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addLine(ComponentLike)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "line"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore/Builder.html#addLine(ComponentLike)"
              },
              {
                "kind": "METHOD",
                "name": "addLines(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lines"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore/Builder.html#addLines(List)"
              },
              {
                "kind": "METHOD",
                "name": "lines(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lines"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore/Builder.html#lines(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "lines()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore.html#lines()"
          },
          {
            "kind": "METHOD",
            "name": "lore()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore.html#lore()"
          },
          {
            "kind": "METHOD",
            "name": "lore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lines"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore.html#lore(List)"
          },
          {
            "kind": "METHOD",
            "name": "styledLines()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore.html#styledLines()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ItemLore.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.JukeboxPlayable",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.JukeboxPlayable.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "jukeboxSong(JukeboxSong)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "song"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/JukeboxPlayable/Builder.html#jukeboxSong(JukeboxSong)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/JukeboxPlayable/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "jukeboxPlayable(JukeboxSong)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "song"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/JukeboxPlayable.html#jukeboxPlayable(JukeboxSong)"
          },
          {
            "kind": "METHOD",
            "name": "jukeboxSong()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/JukeboxPlayable.html#jukeboxSong()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/JukeboxPlayable.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.LodestoneTracker",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.LodestoneTracker.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "location(Location)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "location"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker/Builder.html#location(Location)"
              },
              {
                "kind": "METHOD",
                "name": "tracked(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "tracked"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker/Builder.html#tracked(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "location()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker.html#location()"
          },
          {
            "kind": "METHOD",
            "name": "lodestoneTracker()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker.html#lodestoneTracker()"
          },
          {
            "kind": "METHOD",
            "name": "lodestoneTracker(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "tracked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker.html#lodestoneTracker(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "tracked()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker.html#tracked()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/LodestoneTracker.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.MapDecorations",
        "children": [
          {
            "kind": "METHOD",
            "name": "decoration(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations.html#decoration(String)"
          },
          {
            "kind": "METHOD",
            "name": "decorationEntry(Type,double,double,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations.html#decorationEntry(Type,double,double,float)"
          },
          {
            "kind": "METHOD",
            "name": "decorations()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations.html#decorations()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.MapDecorations.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "put(String,DecorationEntry)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "entry"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/Builder.html#put(String,DecorationEntry)"
              },
              {
                "kind": "METHOD",
                "name": "putAll(Map)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "entries"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/Builder.html#putAll(Map)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/Builder.html",
            "apiStatus": "Experimental"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.MapDecorations.DecorationEntry",
            "children": [
              {
                "kind": "METHOD",
                "name": "rotation()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/DecorationEntry.html#rotation()"
              },
              {
                "kind": "METHOD",
                "name": "type()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/DecorationEntry.html#type()"
              },
              {
                "kind": "METHOD",
                "name": "x()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/DecorationEntry.html#x()"
              },
              {
                "kind": "METHOD",
                "name": "z()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/DecorationEntry.html#z()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations/DecorationEntry.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "mapDecorations()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations.html#mapDecorations()"
          },
          {
            "kind": "METHOD",
            "name": "mapDecorations(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations.html#mapDecorations(Map)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapDecorations.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.MapId",
        "children": [
          {
            "kind": "METHOD",
            "name": "id()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapId.html#id()"
          },
          {
            "kind": "METHOD",
            "name": "mapId(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapId.html#mapId(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapId.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.MapItemColor",
        "children": [
          {
            "kind": "METHOD",
            "name": "color()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapItemColor.html#color()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.MapItemColor.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "color(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapItemColor/Builder.html#color(Color)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapItemColor/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "mapItemColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapItemColor.html#mapItemColor()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/MapItemColor.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.OminousBottleAmplifier",
        "children": [
          {
            "kind": "METHOD",
            "name": "amplifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/OminousBottleAmplifier.html#amplifier()"
          },
          {
            "kind": "METHOD",
            "name": "amplifier(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/OminousBottleAmplifier.html#amplifier(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/OminousBottleAmplifier.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.PotDecorations",
        "children": [
          {
            "kind": "METHOD",
            "name": "back()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html#back()"
          },
          {
            "kind": "METHOD",
            "name": "front()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html#front()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.PotDecorations.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "back(ItemType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "back"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations/Builder.html#back(ItemType)"
              },
              {
                "kind": "METHOD",
                "name": "front(ItemType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "front"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations/Builder.html#front(ItemType)"
              },
              {
                "kind": "METHOD",
                "name": "left(ItemType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "left"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations/Builder.html#left(ItemType)"
              },
              {
                "kind": "METHOD",
                "name": "right(ItemType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "right"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations/Builder.html#right(ItemType)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "left()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html#left()"
          },
          {
            "kind": "METHOD",
            "name": "potDecorations()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html#potDecorations()"
          },
          {
            "kind": "METHOD",
            "name": "potDecorations(ItemType,ItemType,ItemType,ItemType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "back"
              },
              {
                "kind": "PARAMETER",
                "name": "front"
              },
              {
                "kind": "PARAMETER",
                "name": "left"
              },
              {
                "kind": "PARAMETER",
                "name": "right"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html#potDecorations(ItemType,ItemType,ItemType,ItemType)"
          },
          {
            "kind": "METHOD",
            "name": "right()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html#right()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotDecorations.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.PotionContents",
        "children": [
          {
            "kind": "METHOD",
            "name": "allEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#allEffects()"
          },
          {
            "kind": "METHOD",
            "name": "computeEffectiveColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#computeEffectiveColor()"
          },
          {
            "kind": "METHOD",
            "name": "customColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#customColor()"
          },
          {
            "kind": "METHOD",
            "name": "customEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#customEffects()"
          },
          {
            "kind": "METHOD",
            "name": "customName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#customName()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.PotionContents.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addCustomEffect(PotionEffect)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effect"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents/Builder.html#addCustomEffect(PotionEffect)"
              },
              {
                "kind": "METHOD",
                "name": "addCustomEffects(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effects"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents/Builder.html#addCustomEffects(List)"
              },
              {
                "kind": "METHOD",
                "name": "customColor(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents/Builder.html#customColor(Color)"
              },
              {
                "kind": "METHOD",
                "name": "customName(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents/Builder.html#customName(String)"
              },
              {
                "kind": "METHOD",
                "name": "potion(PotionType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "type"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents/Builder.html#potion(PotionType)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "potion()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#potion()"
          },
          {
            "kind": "METHOD",
            "name": "potionContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html#potionContents()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/PotionContents.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Repairable",
        "children": [
          {
            "kind": "METHOD",
            "name": "repairable(RegistryKeySet)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "types"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Repairable.html#repairable(RegistryKeySet)"
          },
          {
            "kind": "METHOD",
            "name": "types()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Repairable.html#types()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Repairable.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.ResolvableProfile",
        "children": [
          {
            "kind": "METHOD",
            "name": "dynamic()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#dynamic()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ResolvableProfile.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addProperties(Collection)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "properties"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html#addProperties(Collection)"
              },
              {
                "kind": "METHOD",
                "name": "addProperty(ProfileProperty)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "property"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html#addProperty(ProfileProperty)"
              },
              {
                "kind": "METHOD",
                "name": "name(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html#name(String)"
              },
              {
                "kind": "METHOD",
                "name": "skinPatch(Consumer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "configure"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html#skinPatch(Consumer)"
              },
              {
                "kind": "METHOD",
                "name": "skinPatch(SkinPatch)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "patch"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html#skinPatch(SkinPatch)"
              },
              {
                "kind": "METHOD",
                "name": "uuid(UUID)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "uuid"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html#uuid(UUID)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ResolvableProfile.SkinPatch",
            "children": [
              {
                "kind": "METHOD",
                "name": "body()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#body()"
              },
              {
                "kind": "METHOD",
                "name": "cape()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#cape()"
              },
              {
                "kind": "METHOD",
                "name": "elytra()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#elytra()"
              },
              {
                "kind": "METHOD",
                "name": "empty()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#empty()"
              },
              {
                "kind": "METHOD",
                "name": "isEmpty()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#isEmpty()"
              },
              {
                "kind": "METHOD",
                "name": "model()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#model()"
              },
              {
                "kind": "METHOD",
                "name": "skinPatch()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html#skinPatch()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatch.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.ResolvableProfile.SkinPatchBuilder",
            "children": [
              {
                "kind": "METHOD",
                "name": "body(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "body"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatchBuilder.html#body(Key)"
              },
              {
                "kind": "METHOD",
                "name": "cape(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "cape"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatchBuilder.html#cape(Key)"
              },
              {
                "kind": "METHOD",
                "name": "elytra(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "elytra"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatchBuilder.html#elytra(Key)"
              },
              {
                "kind": "METHOD",
                "name": "model(SkinModel)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "model"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatchBuilder.html#model(SkinModel)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile/SkinPatchBuilder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#name()"
          },
          {
            "kind": "METHOD",
            "name": "properties()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#properties()"
          },
          {
            "kind": "METHOD",
            "name": "resolvableProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#resolvableProfile()"
          },
          {
            "kind": "METHOD",
            "name": "resolvableProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#resolvableProfile(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "resolve()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#resolve()"
          },
          {
            "kind": "METHOD",
            "name": "skinPatch()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#skinPatch()"
          },
          {
            "kind": "METHOD",
            "name": "uuid()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html#uuid()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/ResolvableProfile.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.SeededContainerLoot",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.SeededContainerLoot.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "lootTable(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot/Builder.html#lootTable(Key)"
              },
              {
                "kind": "METHOD",
                "name": "seed(long)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "seed"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot/Builder.html#seed(long)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "lootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot.html#lootTable()"
          },
          {
            "kind": "METHOD",
            "name": "seed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot.html#seed()"
          },
          {
            "kind": "METHOD",
            "name": "seededContainerLoot(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lootTableKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot.html#seededContainerLoot(Key)"
          },
          {
            "kind": "METHOD",
            "name": "seededContainerLoot(Key,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lootTableKey"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot.html#seededContainerLoot(Key,long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SeededContainerLoot.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.SuspiciousStewEffects",
        "children": [
          {
            "kind": "METHOD",
            "name": "effects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects.html#effects()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.SuspiciousStewEffects.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "add(SuspiciousEffectEntry)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "entry"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects/Builder.html#add(SuspiciousEffectEntry)"
              },
              {
                "kind": "METHOD",
                "name": "addAll(Collection)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "entries"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects/Builder.html#addAll(Collection)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "suspiciousStewEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects.html#suspiciousStewEffects()"
          },
          {
            "kind": "METHOD",
            "name": "suspiciousStewEffects(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects.html#suspiciousStewEffects(Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/SuspiciousStewEffects.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Tool",
        "children": [
          {
            "kind": "METHOD",
            "name": "canDestroyBlocksInCreative()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html#canDestroyBlocksInCreative()"
          },
          {
            "kind": "METHOD",
            "name": "damagePerBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html#damagePerBlock()"
          },
          {
            "kind": "METHOD",
            "name": "defaultMiningSpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html#defaultMiningSpeed()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.Tool.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addRule(Rule)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "rule"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Builder.html#addRule(Rule)"
              },
              {
                "kind": "METHOD",
                "name": "addRules(Collection)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "rules"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Builder.html#addRules(Collection)"
              },
              {
                "kind": "METHOD",
                "name": "canDestroyBlocksInCreative(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "canDestroyBlocksInCreative"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Builder.html#canDestroyBlocksInCreative(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "damagePerBlock(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "damage"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Builder.html#damagePerBlock(int)"
              },
              {
                "kind": "METHOD",
                "name": "defaultMiningSpeed(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "miningSpeed"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Builder.html#defaultMiningSpeed(float)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.Tool.Rule",
            "children": [
              {
                "kind": "METHOD",
                "name": "blocks()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Rule.html#blocks()"
              },
              {
                "kind": "METHOD",
                "name": "correctForDrops()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Rule.html#correctForDrops()"
              },
              {
                "kind": "METHOD",
                "name": "speed()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Rule.html#speed()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool/Rule.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "rule(RegistryKeySet,Float,TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "correctForDrops"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html#rule(RegistryKeySet,Float,TriState)"
          },
          {
            "kind": "METHOD",
            "name": "rules()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html#rules()"
          },
          {
            "kind": "METHOD",
            "name": "tool()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html#tool()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Tool.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.TooltipDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "hiddenComponents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay.html#hiddenComponents()"
          },
          {
            "kind": "METHOD",
            "name": "hideTooltip()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay.html#hideTooltip()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.TooltipDisplay.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addHiddenComponents(DataComponentType...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay/Builder.html#addHiddenComponents(DataComponentType...)"
              },
              {
                "kind": "METHOD",
                "name": "hiddenComponents(Set)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay/Builder.html#hiddenComponents(Set)"
              },
              {
                "kind": "METHOD",
                "name": "hideTooltip(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "hide"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay/Builder.html#hideTooltip(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "tooltipDisplay()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay.html#tooltipDisplay()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/TooltipDisplay.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.UseCooldown",
        "children": [
          {
            "kind": "METHOD",
            "name": "cooldownGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseCooldown.html#cooldownGroup()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.UseCooldown.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "cooldownGroup(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseCooldown/Builder.html#cooldownGroup(Key)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseCooldown/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "seconds()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseCooldown.html#seconds()"
          },
          {
            "kind": "METHOD",
            "name": "useCooldown(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseCooldown.html#useCooldown(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseCooldown.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.UseRemainder",
        "children": [
          {
            "kind": "METHOD",
            "name": "transformInto()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseRemainder.html#transformInto()"
          },
          {
            "kind": "METHOD",
            "name": "useRemainder(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseRemainder.html#useRemainder(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/UseRemainder.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.Weapon",
        "children": [
          {
            "kind": "METHOD",
            "name": "disableBlockingForSeconds()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon.html#disableBlockingForSeconds()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.Weapon.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "disableBlockingForSeconds(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "seconds"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon/Builder.html#disableBlockingForSeconds(float)"
              },
              {
                "kind": "METHOD",
                "name": "itemDamagePerAttack(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "damage"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon/Builder.html#itemDamagePerAttack(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemDamagePerAttack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon.html#itemDamagePerAttack()"
          },
          {
            "kind": "METHOD",
            "name": "weapon()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon.html#weapon()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/Weapon.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.WritableBookContent",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.WritableBookContent.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addFilteredPage(Filtered)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent/Builder.html#addFilteredPage(Filtered)"
              },
              {
                "kind": "METHOD",
                "name": "addFilteredPages(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent/Builder.html#addFilteredPages(List)"
              },
              {
                "kind": "METHOD",
                "name": "addPage(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent/Builder.html#addPage(String)"
              },
              {
                "kind": "METHOD",
                "name": "addPages(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent/Builder.html#addPages(List)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "pages()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent.html#pages()"
          },
          {
            "kind": "METHOD",
            "name": "writeableBookContent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent.html#writeableBookContent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WritableBookContent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.WrittenBookContent",
        "children": [
          {
            "kind": "METHOD",
            "name": "author()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#author()"
          },
          {
            "kind": "METHOD",
            "name": "generation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#generation()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.WrittenBookContent.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addFilteredPage(Filtered)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#addFilteredPage(Filtered)"
              },
              {
                "kind": "METHOD",
                "name": "addFilteredPages(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#addFilteredPages(List)"
              },
              {
                "kind": "METHOD",
                "name": "addPage(ComponentLike)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#addPage(ComponentLike)"
              },
              {
                "kind": "METHOD",
                "name": "addPages(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#addPages(List)"
              },
              {
                "kind": "METHOD",
                "name": "author(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "author"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#author(String)"
              },
              {
                "kind": "METHOD",
                "name": "filteredTitle(Filtered)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#filteredTitle(Filtered)"
              },
              {
                "kind": "METHOD",
                "name": "generation(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "generation"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#generation(int)"
              },
              {
                "kind": "METHOD",
                "name": "resolved(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "resolved"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#resolved(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "title(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html#title(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "pages()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#pages()"
          },
          {
            "kind": "METHOD",
            "name": "resolved()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#resolved()"
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#title()"
          },
          {
            "kind": "METHOD",
            "name": "writtenBookContent(Filtered,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#writtenBookContent(Filtered,String)"
          },
          {
            "kind": "METHOD",
            "name": "writtenBookContent(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html#writtenBookContent(String,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/WrittenBookContent.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.datacomponent.item.attribute",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.attribute.AttributeModifierDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "hidden()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay.html#hidden()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.attribute.AttributeModifierDisplay.Default",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay/Default.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.attribute.AttributeModifierDisplay.Hidden",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay/Hidden.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.attribute.AttributeModifierDisplay.OverrideText",
            "children": [
              {
                "kind": "METHOD",
                "name": "text()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay/OverrideText.html#text()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay/OverrideText.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "override(ComponentLike)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay.html#override(ComponentLike)"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay.html#reset()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/AttributeModifierDisplay.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/attribute/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.datacomponent.item.blocksattacks",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.blocksattacks.DamageReduction",
        "children": [
          {
            "kind": "METHOD",
            "name": "base()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction.html#base()"
          },
          {
            "kind": "METHOD",
            "name": "damageReduction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction.html#damageReduction()"
          },
          {
            "kind": "METHOD",
            "name": "factor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction.html#factor()"
          },
          {
            "kind": "METHOD",
            "name": "horizontalBlockingAngle()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction.html#horizontalBlockingAngle()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.blocksattacks.DamageReduction.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "base(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "base"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction/Builder.html#base(float)"
              },
              {
                "kind": "METHOD",
                "name": "factor(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "factor"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction/Builder.html#factor(float)"
              },
              {
                "kind": "METHOD",
                "name": "horizontalBlockingAngle(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "horizontalBlockingAngle"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction/Builder.html#horizontalBlockingAngle(float)"
              },
              {
                "kind": "METHOD",
                "name": "type(RegistryKeySet)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "type"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction/Builder.html#type(RegistryKeySet)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "type()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction.html#type()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/DamageReduction.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.blocksattacks.ItemDamageFunction",
        "children": [
          {
            "kind": "METHOD",
            "name": "base()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.html#base()"
          },
          {
            "kind": "METHOD",
            "name": "damageToApply(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.html#damageToApply(float)"
          },
          {
            "kind": "METHOD",
            "name": "factor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.html#factor()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.blocksattacks.ItemDamageFunction.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "base(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "base"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction/Builder.html#base(float)"
              },
              {
                "kind": "METHOD",
                "name": "factor(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "factor"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction/Builder.html#factor(float)"
              },
              {
                "kind": "METHOD",
                "name": "threshold(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "threshold"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction/Builder.html#threshold(float)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "itemDamageFunction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.html#itemDamageFunction()"
          },
          {
            "kind": "METHOD",
            "name": "threshold()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.html#threshold()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/ItemDamageFunction.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/blocksattacks/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.datacomponent.item.consumable",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datacomponent.item.consumable.ConsumeEffect",
        "children": [
          {
            "kind": "METHOD",
            "name": "applyStatusEffects(List,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              },
              {
                "kind": "PARAMETER",
                "name": "probability"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect.html#applyStatusEffects(List,float)"
          },
          {
            "kind": "METHOD",
            "name": "clearAllStatusEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect.html#clearAllStatusEffects()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.consumable.ConsumeEffect.ApplyStatusEffects",
            "children": [
              {
                "kind": "METHOD",
                "name": "effects()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/ApplyStatusEffects.html#effects()"
              },
              {
                "kind": "METHOD",
                "name": "probability()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/ApplyStatusEffects.html#probability()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/ApplyStatusEffects.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.consumable.ConsumeEffect.ClearAllStatusEffects",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/ClearAllStatusEffects.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.consumable.ConsumeEffect.PlaySound",
            "children": [
              {
                "kind": "METHOD",
                "name": "sound()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/PlaySound.html#sound()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/PlaySound.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.consumable.ConsumeEffect.RemoveStatusEffects",
            "children": [
              {
                "kind": "METHOD",
                "name": "removeEffects()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/RemoveStatusEffects.html#removeEffects()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/RemoveStatusEffects.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datacomponent.item.consumable.ConsumeEffect.TeleportRandomly",
            "children": [
              {
                "kind": "METHOD",
                "name": "diameter()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/TeleportRandomly.html#diameter()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect/TeleportRandomly.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "playSoundConsumeEffect(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect.html#playSoundConsumeEffect(Key)"
          },
          {
            "kind": "METHOD",
            "name": "removeEffects(RegistryKeySet)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect.html#removeEffects(RegistryKeySet)"
          },
          {
            "kind": "METHOD",
            "name": "teleportRandomlyEffect(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "diameter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect.html#teleportRandomlyEffect(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ConsumeEffect.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.datacomponent.item.consumable.ItemUseAnimation",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#BOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#BRUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#CROSSBOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#DRINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#EAT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemUseAnimation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#ItemUseAnimation()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#NONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#SPEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPYGLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#SPYGLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOOT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#TOOT_HORN"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/ItemUseAnimation.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datacomponent/item/consumable/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.datapack",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datapack.Datapack",
        "children": [
          {
            "kind": "METHOD",
            "name": "computeDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack.html#computeDisplayName()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.datapack.Datapack.Compatibility",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMPATIBLE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html#COMPATIBLE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Compatibility()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html#Compatibility()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOO_NEW",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html#TOO_NEW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOO_OLD",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html#TOO_OLD"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Compatibility.html"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.datapack.Datapack.Position",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Position.html#BOTTOM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Position()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Position.html#Position()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOP",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Position.html#TOP"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Position.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Position.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack/Position.html"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "setEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack.html#setEnabled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/Datapack.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datapack.DatapackManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEnabledPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackManager.html#getEnabledPacks()"
          },
          {
            "kind": "METHOD",
            "name": "getPack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackManager.html#getPack(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackManager.html#getPacks()"
          },
          {
            "kind": "METHOD",
            "name": "refreshPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackManager.html#refreshPacks()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackManager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datapack.DatapackRegistrar",
        "children": [
          {
            "kind": "METHOD",
            "name": "discoverPack(Path,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#discoverPack(Path,String)"
          },
          {
            "kind": "METHOD",
            "name": "discoverPack(Path,String,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configurer"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#discoverPack(Path,String,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "discoverPack(PluginMeta,Path,String,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configurer"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#discoverPack(PluginMeta,Path,String,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "discoverPack(PluginMeta,URI,String,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configurer"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginMeta"
              },
              {
                "kind": "PARAMETER",
                "name": "uri"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#discoverPack(PluginMeta,URI,String,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "discoverPack(URI,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "uri"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#discoverPack(URI,String)"
          },
          {
            "kind": "METHOD",
            "name": "discoverPack(URI,String,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configurer"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "uri"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#discoverPack(URI,String,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getDiscoveredPack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#getDiscoveredPack(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDiscoveredPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#getDiscoveredPacks()"
          },
          {
            "kind": "METHOD",
            "name": "hasPackDiscovered(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#hasPackDiscovered(String)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.datapack.DatapackRegistrar.Configurer",
            "children": [
              {
                "kind": "METHOD",
                "name": "autoEnableOnServerStart(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "autoEnableOnServerStart"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar/Configurer.html#autoEnableOnServerStart(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "position(boolean,Position)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fixed"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "position"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar/Configurer.html#position(boolean,Position)"
              },
              {
                "kind": "METHOD",
                "name": "title(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar/Configurer.html#title(Component)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar/Configurer.html",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "removeDiscoveredPack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html#removeDiscoveredPack(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackRegistrar.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datapack.DatapackSource",
        "children": [
          {
            "kind": "FIELD",
            "name": "BUILT_IN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#BUILT_IN"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#DEFAULT"
          },
          {
            "kind": "FIELD",
            "name": "FEATURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#FEATURE"
          },
          {
            "kind": "FIELD",
            "name": "PLUGIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#PLUGIN"
          },
          {
            "kind": "FIELD",
            "name": "SERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#SERVER"
          },
          {
            "kind": "FIELD",
            "name": "WORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#WORLD"
          },
          {
            "kind": "METHOD",
            "name": "create(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html#create(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DatapackSource.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.datapack.DiscoveredDatapack",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCompatibility()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#getCompatibility()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getRequiredFeatures()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#getRequiredFeatures()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "isRequired()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html#isRequired()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/DiscoveredDatapack.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/datapack/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.dialog",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.dialog.Dialog",
        "children": [
          {
            "kind": "FIELD",
            "name": "CUSTOM_OPTIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#CUSTOM_OPTIONS"
          },
          {
            "kind": "FIELD",
            "name": "QUICK_ACTIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#QUICK_ACTIONS"
          },
          {
            "kind": "FIELD",
            "name": "SERVER_LINKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#SERVER_LINKS"
          },
          {
            "kind": "METHOD",
            "name": "create(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#create(Consumer)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getDialog(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#getDialog(String)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#getKey()",
            "deprecated": {
              "since": "1.21.8",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html#key()",
            "deprecated": {
              "since": "1.21.8",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/Dialog.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.dialog.DialogResponseView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBoolean(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/DialogResponseView.html#getBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "getFloat(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/DialogResponseView.html#getFloat(String)"
          },
          {
            "kind": "METHOD",
            "name": "getText(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/DialogResponseView.html#getText(String)"
          },
          {
            "kind": "METHOD",
            "name": "payload()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/DialogResponseView.html#payload()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/DialogResponseView.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/dialog/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.enchantments",
    "children": [
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.enchantments.EnchantmentRarity",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#COMMON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentRarity(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "weight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#EnchantmentRarity(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNCOMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#UNCOMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERY_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#VERY_RARE"
          },
          {
            "kind": "METHOD",
            "name": "getWeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#getWeight()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#values()"
          },
          {
            "kind": "FIELD",
            "name": "weight",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html#weight"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/EnchantmentRarity.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.5",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/enchantments/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.entity",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.Bucketable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBaseBucketItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Bucketable.html#getBaseBucketItem()"
          },
          {
            "kind": "METHOD",
            "name": "getPickupSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Bucketable.html#getPickupSound()"
          },
          {
            "kind": "METHOD",
            "name": "isFromBucket()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Bucketable.html#isFromBucket()"
          },
          {
            "kind": "METHOD",
            "name": "setFromBucket(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fromBucket"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Bucketable.html#setFromBucket(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Bucketable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.CollarColorable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCollarColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/CollarColorable.html#getCollarColor()"
          },
          {
            "kind": "METHOD",
            "name": "setCollarColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/CollarColorable.html#setCollarColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/CollarColorable.html"
      },
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.entity.EntitySerializationFlag",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntitySerializationFlag()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#EntitySerializationFlag()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FORCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#FORCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MISC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#MISC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PASSENGERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#PASSENGERS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#PLAYER"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/EntitySerializationFlag.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.Frictional",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFrictionState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Frictional.html#getFrictionState()"
          },
          {
            "kind": "METHOD",
            "name": "setFrictionState(TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Frictional.html#setFrictionState(TriState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Frictional.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.Leashable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLeashHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Leashable.html#getLeashHolder()"
          },
          {
            "kind": "METHOD",
            "name": "isLeashed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Leashable.html#isLeashed()"
          },
          {
            "kind": "METHOD",
            "name": "setLeashHolder(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "holder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Leashable.html#setLeashHolder(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Leashable.html"
      },
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.entity.LookAnchor",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "EYES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/LookAnchor.html#EYES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FEET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/LookAnchor.html#FEET"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LookAnchor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/LookAnchor.html#LookAnchor()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/LookAnchor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/LookAnchor.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/LookAnchor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.PlayerGiveResult",
        "children": [
          {
            "kind": "METHOD",
            "name": "drops()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/PlayerGiveResult.html#drops()"
          },
          {
            "kind": "METHOD",
            "name": "leftovers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/PlayerGiveResult.html#leftovers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/PlayerGiveResult.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.SchoolableFish",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaxSchoolSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/SchoolableFish.html#getMaxSchoolSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSchoolLeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/SchoolableFish.html#getSchoolLeader()"
          },
          {
            "kind": "METHOD",
            "name": "getSchoolSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/SchoolableFish.html#getSchoolSize()"
          },
          {
            "kind": "METHOD",
            "name": "startFollowing(SchoolableFish)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/SchoolableFish.html#startFollowing(SchoolableFish)"
          },
          {
            "kind": "METHOD",
            "name": "stopFollowing()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/SchoolableFish.html#stopFollowing()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/SchoolableFish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.Shearable",
        "children": [
          {
            "kind": "METHOD",
            "name": "readyToBeSheared()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Shearable.html#readyToBeSheared()"
          },
          {
            "kind": "METHOD",
            "name": "shear()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Shearable.html#shear()"
          },
          {
            "kind": "METHOD",
            "name": "shear(Source)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Shearable.html#shear(Source)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/Shearable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.entity.TeleportFlag",
        "children": [
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.entity.TeleportFlag.EntityState",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "EntityState()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html#EntityState()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RETAIN_OPEN_INVENTORY",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html#RETAIN_OPEN_INVENTORY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RETAIN_PASSENGERS",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html#RETAIN_PASSENGERS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RETAIN_VEHICLE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html#RETAIN_VEHICLE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/EntityState.html"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.entity.TeleportFlag.Relative",
            "children": [
              {
                "kind": "FIELD",
                "name": "PITCH",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#PITCH",
                "deprecated": {
                  "since": "1.21.3",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Relative()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#Relative()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VELOCITY_ROTATION",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#VELOCITY_ROTATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VELOCITY_X",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#VELOCITY_X"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VELOCITY_Y",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#VELOCITY_Y"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VELOCITY_Z",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#VELOCITY_Z"
              },
              {
                "kind": "FIELD",
                "name": "X",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#X",
                "deprecated": {
                  "since": "1.21.3",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "Y",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#Y",
                "deprecated": {
                  "since": "1.21.3",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "YAW",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#YAW",
                "deprecated": {
                  "since": "1.21.3",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "Z",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#Z",
                "deprecated": {
                  "since": "1.21.3",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag/Relative.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/TeleportFlag.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.block",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BeaconActivatedEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconActivatedEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getBeacon()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconActivatedEvent.html#getBeacon()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconActivatedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconActivatedEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconActivatedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BeaconDeactivatedEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconDeactivatedEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getBeacon()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconDeactivatedEvent.html#getBeacon()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconDeactivatedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconDeactivatedEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BeaconDeactivatedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BellRevealRaiderEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "raider",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#raider"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRevealRaiderEvent.html",
        "deprecated": {
          "since": "1.19.4",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BellRingEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BellRingEvent.html",
        "deprecated": {
          "since": "1.19.4",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BlockBreakBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "drops",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#drops"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BlockBreakProgressUpdateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getProgress()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#getProgress()"
          },
          {
            "kind": "FIELD",
            "name": "progress",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html#progress"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockBreakProgressUpdateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BlockFailedDispenseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "callEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#callEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "shouldPlayEffect",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#shouldPlayEffect"
          },
          {
            "kind": "METHOD",
            "name": "shouldPlayEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#shouldPlayEffect()"
          },
          {
            "kind": "METHOD",
            "name": "shouldPlayEffect(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html#shouldPlayEffect(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockFailedDispenseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BlockLockCheckEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "denyWithMessageAndSound(Component,Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lockedMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "lockedSound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#denyWithMessageAndSound(Component,Sound)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKeyItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getKeyItem()"
          },
          {
            "kind": "METHOD",
            "name": "getLockedMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getLockedMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getLockedSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getLockedSound()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "isUsingCustomKeyItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#isUsingCustomKeyItemStack()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#itemStack"
          },
          {
            "kind": "FIELD",
            "name": "lockedMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#lockedMessage"
          },
          {
            "kind": "FIELD",
            "name": "lockedSound",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#lockedSound"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "resetKeyItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#resetKeyItem()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKeyItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#setKeyItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLockedMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lockedMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#setLockedMessage(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setLockedSound(Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lockedSound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#setLockedSound(Sound)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html#setResult(Result)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockLockCheckEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.BlockPreDispenseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html#slot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/BlockPreDispenseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.CompostItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setWillRaiseLevel(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "willRaiseLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#setWillRaiseLevel(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "willRaiseLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#willRaiseLevel"
          },
          {
            "kind": "METHOD",
            "name": "willRaiseLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html#willRaiseLevel()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/CompostItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.DragonEggFormEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/DragonEggFormEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "dragonBattle",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/DragonEggFormEvent.html#dragonBattle"
          },
          {
            "kind": "METHOD",
            "name": "getDragonBattle()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/DragonEggFormEvent.html#getDragonBattle()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/DragonEggFormEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/DragonEggFormEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/DragonEggFormEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.PlayerShearBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "drops",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#drops"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/PlayerShearBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.TargetHitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSignalStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html#getSignalStrength()"
          },
          {
            "kind": "METHOD",
            "name": "setSignalStrength(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "signalStrength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html#setSignalStrength(int)"
          },
          {
            "kind": "FIELD",
            "name": "signalStrength",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html#signalStrength"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/TargetHitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.block.VaultChangeStateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "currentState",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#currentState"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#getCurrentState()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#getNewState()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#newState"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/VaultChangeStateEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.connection",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.connection.PlayerConnectionValidateLoginEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#allow()"
          },
          {
            "kind": "FIELD",
            "name": "connection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#connection"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#getConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#getKickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "isAllowed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#isAllowed()"
          },
          {
            "kind": "FIELD",
            "name": "kickMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#kickMessage"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html#kickMessage(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/PlayerConnectionValidateLoginEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.connection.configuration",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.connection.configuration.AsyncPlayerConnectionConfigureEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/AsyncPlayerConnectionConfigureEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "connection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/AsyncPlayerConnectionConfigureEvent.html#connection"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/AsyncPlayerConnectionConfigureEvent.html#getConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/AsyncPlayerConnectionConfigureEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/AsyncPlayerConnectionConfigureEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/AsyncPlayerConnectionConfigureEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.connection.configuration.PlayerConnectionInitialConfigureEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionInitialConfigureEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "connection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionInitialConfigureEvent.html#connection"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionInitialConfigureEvent.html#getConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionInitialConfigureEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionInitialConfigureEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionInitialConfigureEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.connection.configuration.PlayerConnectionReconfigureEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionReconfigureEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "connection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionReconfigureEvent.html#connection"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionReconfigureEvent.html#getConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionReconfigureEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionReconfigureEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/PlayerConnectionReconfigureEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/connection/configuration/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.entity",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.ElderGuardianAppearanceEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "affectedPlayer",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#affectedPlayer"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAffectedPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#getAffectedPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ElderGuardianAppearanceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityAttemptSmashAttackEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#getOriginalResult()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getWeapon()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#getWeapon()"
          },
          {
            "kind": "FIELD",
            "name": "originalResult",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#originalResult"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#setResult(Result)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#target"
          },
          {
            "kind": "FIELD",
            "name": "weapon",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html#weapon"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSmashAttackEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityAttemptSpinAttackEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityAttemptSpinAttackEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityCompostItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityCompostItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityCompostItemEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityCompostItemEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityCompostItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityCompostItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityCompostItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityDamageItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "damage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#damage"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html#setDamage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDamageItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityDyeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "dyeColor",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#dyeColor"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dyeColor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html#setColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityDyeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityEffectTickEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "amplifier",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#amplifier"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAmplifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#getAmplifier()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEffectTickEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityEquipmentChangedEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "equipmentChanges",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html#equipmentChanges"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipmentChanges()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html#getEquipmentChanges()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html#getHandlers()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.event.entity.EntityEquipmentChangedEvent.EquipmentChange",
            "children": [
              {
                "kind": "METHOD",
                "name": "newItem()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent/EquipmentChange.html#newItem()"
              },
              {
                "kind": "METHOD",
                "name": "oldItem()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent/EquipmentChange.html#oldItem()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent/EquipmentChange.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityEquipmentChangedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityFertilizeEggEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bredWith",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#bredWith"
          },
          {
            "kind": "FIELD",
            "name": "breeder",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#breeder"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "experience",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#experience"
          },
          {
            "kind": "FIELD",
            "name": "father",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#father"
          },
          {
            "kind": "METHOD",
            "name": "getBredWith()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getBredWith()"
          },
          {
            "kind": "METHOD",
            "name": "getBreeder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getBreeder()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getFather()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getFather()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMother()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#getMother()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html#setExperience(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityFertilizeEggEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityInsideBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityInsideBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityKnockbackEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKnockback()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#getKnockback()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.entity.EntityKnockbackEvent.Cause",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DAMAGE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#DAMAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#ENTITY_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PUSH",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#PUSH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHIELD_BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#SHIELD_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SWEEP_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#SWEEP_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "knockback",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#knockback"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setKnockback(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "knockback"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html#setKnockback(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityKnockbackEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityLoadCrossbowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumeItem",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#consumeItem"
          },
          {
            "kind": "FIELD",
            "name": "crossbow",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#crossbow"
          },
          {
            "kind": "METHOD",
            "name": "getCrossbow()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#getCrossbow()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConsumeItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#setConsumeItem(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldConsumeItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html#shouldConsumeItem()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityLoadCrossbowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityMoveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#getTo()"
          },
          {
            "kind": "METHOD",
            "name": "hasChangedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#hasChangedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "hasChangedOrientation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#hasChangedOrientation()"
          },
          {
            "kind": "METHOD",
            "name": "hasChangedPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#hasChangedPosition()"
          },
          {
            "kind": "METHOD",
            "name": "hasExplicitlyChangedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#hasExplicitlyChangedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "hasExplicitlyChangedPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#hasExplicitlyChangedPosition()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFrom(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#setFrom(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setTo(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#setTo(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#to"
          },
          {
            "kind": "METHOD",
            "name": "validateLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html#validateLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityMoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityPortalReadyEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#getPortalType()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#getTargetWorld()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "portalType",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#portalType"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetWorld(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "targetWorld"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#setTargetWorld(World)"
          },
          {
            "kind": "FIELD",
            "name": "targetWorld",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html#targetWorld"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPortalReadyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityPushedByEntityAttackEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAcceleration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html#getAcceleration()",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPushedBy()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html#getPushedBy()"
          },
          {
            "kind": "FIELD",
            "name": "pushedBy",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html#pushedBy"
          },
          {
            "kind": "METHOD",
            "name": "setAcceleration(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "acceleration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html#setAcceleration(Vector)",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityPushedByEntityAttackEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.EntityToggleSitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSittingState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#getSittingState()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSitting",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#isSitting"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/EntityToggleSitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.FishHookStateChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewHookState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html#getNewHookState()"
          },
          {
            "kind": "FIELD",
            "name": "newHookState",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html#newHookState"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/FishHookStateChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.ItemTransportingEntityValidateTargetEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "allowed",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#allowed"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#block"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isAllowed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#isAllowed()"
          },
          {
            "kind": "METHOD",
            "name": "setAllowed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html#setAllowed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ItemTransportingEntityValidateTargetEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.PufferFishStateChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewPuffState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#getNewPuffState()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isDeflating()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#isDeflating()"
          },
          {
            "kind": "METHOD",
            "name": "isInflating()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#isInflating()"
          },
          {
            "kind": "FIELD",
            "name": "newPuffState",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#newPuffState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/PufferFishStateChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.ShulkerDuplicateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#getParent()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "parent",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#parent"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/ShulkerDuplicateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.TameableDeathMessageEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "deathMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#deathMessage"
          },
          {
            "kind": "METHOD",
            "name": "deathMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#deathMessage()"
          },
          {
            "kind": "METHOD",
            "name": "deathMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#deathMessage(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/TameableDeathMessageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.WardenAngerChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#getNewAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getOldAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#getOldAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newAnger",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#newAnger"
          },
          {
            "kind": "FIELD",
            "name": "oldAnger",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#oldAnger"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewAnger(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newAnger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#setNewAnger(int)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WardenAngerChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.entity.WaterBottleSplashEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "damageAsWaterSensitive(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#damageAsWaterSensitive(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "doNotDamageAsWaterSensitive(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#doNotDamageAsWaterSensitive(LivingEntity)"
          },
          {
            "kind": "FIELD",
            "name": "extinguish",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#extinguish"
          },
          {
            "kind": "METHOD",
            "name": "getAffectedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#getAffectedEntities()",
            "deprecated": {
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getIntensity(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#getIntensity(LivingEntity)",
            "deprecated": {
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getToDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#getToDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getToExtinguish()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#getToExtinguish()"
          },
          {
            "kind": "METHOD",
            "name": "getToRehydrate()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#getToRehydrate()"
          },
          {
            "kind": "FIELD",
            "name": "rehydrate",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#rehydrate"
          },
          {
            "kind": "METHOD",
            "name": "setIntensity(LivingEntity,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "intensity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html#setIntensity(LivingEntity,double)",
            "deprecated": {
              "since": "1.19.3",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/WaterBottleSplashEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.executor",
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/executor/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.packet",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.packet.ClientTickEndEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/ClientTickEndEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/ClientTickEndEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/ClientTickEndEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/ClientTickEndEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.packet.PlayerChunkLoadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkLoadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkLoadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkLoadEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkLoadEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.packet.PlayerChunkUnloadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkUnloadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkUnloadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkUnloadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkUnloadEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkUnloadEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/PlayerChunkUnloadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.packet.UncheckedSignChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "editedBlockPosition",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#editedBlockPosition"
          },
          {
            "kind": "METHOD",
            "name": "getEditedBlockPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#getEditedBlockPosition()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#getSide()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "lines",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#lines"
          },
          {
            "kind": "METHOD",
            "name": "lines()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#lines()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "side",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html#side"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/UncheckedSignChangeEvent.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/packet/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.player",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.AbstractChatEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AbstractChatEvent(boolean,Player,Set,ChatRenderer,Component,Component,SignedMessage)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "async"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "originalMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "renderer"
              },
              {
                "kind": "PARAMETER",
                "name": "signedMessage"
              },
              {
                "kind": "PARAMETER",
                "name": "viewers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#AbstractChatEvent(boolean,Player,Set,ChatRenderer,Component,Component,SignedMessage)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#message"
          },
          {
            "kind": "METHOD",
            "name": "message()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#message()"
          },
          {
            "kind": "METHOD",
            "name": "message(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#message(Component)"
          },
          {
            "kind": "FIELD",
            "name": "originalMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#originalMessage"
          },
          {
            "kind": "METHOD",
            "name": "originalMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#originalMessage()"
          },
          {
            "kind": "FIELD",
            "name": "renderer",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#renderer"
          },
          {
            "kind": "METHOD",
            "name": "renderer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#renderer()"
          },
          {
            "kind": "METHOD",
            "name": "renderer(ChatRenderer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#renderer(ChatRenderer)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "signedMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#signedMessage"
          },
          {
            "kind": "METHOD",
            "name": "signedMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#signedMessage()"
          },
          {
            "kind": "FIELD",
            "name": "viewers",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#viewers"
          },
          {
            "kind": "METHOD",
            "name": "viewers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html#viewers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractChatEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.AbstractRespawnEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AbstractRespawnEvent(Player,Location,boolean,boolean,boolean,RespawnReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAnchorSpawn"
              },
              {
                "kind": "PARAMETER",
                "name": "isBedSpawn"
              },
              {
                "kind": "PARAMETER",
                "name": "missingRespawnBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnLocation"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "respawnReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#AbstractRespawnEvent(Player,Location,boolean,boolean,boolean,RespawnReason)"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#getRespawnFlags()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRespawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#getRespawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#getRespawnReason()"
          },
          {
            "kind": "FIELD",
            "name": "isAnchorSpawn",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#isAnchorSpawn"
          },
          {
            "kind": "METHOD",
            "name": "isAnchorSpawn()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#isAnchorSpawn()"
          },
          {
            "kind": "FIELD",
            "name": "isBedSpawn",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#isBedSpawn"
          },
          {
            "kind": "METHOD",
            "name": "isBedSpawn()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#isBedSpawn()"
          },
          {
            "kind": "METHOD",
            "name": "isMissingRespawnBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#isMissingRespawnBlock()"
          },
          {
            "kind": "FIELD",
            "name": "missingRespawnBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#missingRespawnBlock"
          },
          {
            "kind": "FIELD",
            "name": "respawnFlags",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#respawnFlags"
          },
          {
            "kind": "FIELD",
            "name": "respawnLocation",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#respawnLocation"
          },
          {
            "kind": "FIELD",
            "name": "respawnReason",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html#respawnReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AbstractRespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.AsyncChatCommandDecorateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatCommandDecorateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatCommandDecorateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatCommandDecorateEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatCommandDecorateEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.AsyncChatDecorateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "originalMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#originalMessage"
          },
          {
            "kind": "METHOD",
            "name": "originalMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#originalMessage()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "player()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#player()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "result()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#result()"
          },
          {
            "kind": "METHOD",
            "name": "result(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#result(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatDecorateEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.AsyncChatEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncChatEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.AsyncPlayerSpawnLocationEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "connection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#connection"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#getConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#getSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isNewPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#isNewPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "newPlayer",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#newPlayer"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#setSpawnLocation(Location)"
          },
          {
            "kind": "FIELD",
            "name": "spawnLocation",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html#spawnLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/AsyncPlayerSpawnLocationEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.CartographyItemEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/CartographyItemEvent.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/CartographyItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.ChatEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/ChatEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/ChatEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/ChatEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/ChatEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerArmSwingEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "equipmentSlot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerArmSwingEvent.html#equipmentSlot"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerArmSwingEvent.html#getHand()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerArmSwingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerBedFailEnterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bed",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#bed"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "failReason",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#failReason"
          },
          {
            "kind": "METHOD",
            "name": "getBed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#getBed()"
          },
          {
            "kind": "METHOD",
            "name": "getFailReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#getFailReason()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getWillExplode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#getWillExplode()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.player.PlayerBedFailEnterEvent.FailReason",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "FailReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#FailReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_POSSIBLE_HERE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#NOT_POSSIBLE_HERE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_POSSIBLE_NOW",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#NOT_POSSIBLE_NOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_SAFE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#NOT_SAFE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OBSTRUCTED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#OBSTRUCTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OTHER_PROBLEM",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#OTHER_PROBLEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOO_FAR_AWAY",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#TOO_FAR_AWAY"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent/FailReason.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#message"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#setMessage(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setWillExplode(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "willExplode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#setWillExplode(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "willExplode",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html#willExplode"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerBedFailEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerChangeBeaconEffectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "beacon",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#beacon"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumeItem",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#consumeItem"
          },
          {
            "kind": "METHOD",
            "name": "getBeacon()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#getBeacon()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimary()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#getPrimary()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondary()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#getSecondary()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "primary",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#primary"
          },
          {
            "kind": "FIELD",
            "name": "secondary",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#secondary"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConsumeItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumeItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#setConsumeItem(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPrimary(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "primary"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#setPrimary(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondary(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "secondary"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#setSecondary(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "willConsumeItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html#willConsumeItem()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerChangeBeaconEffectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerClientLoadedWorldEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerClientLoadedWorldEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerClientLoadedWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerClientLoadedWorldEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isTimeout()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerClientLoadedWorldEvent.html#isTimeout()"
          },
          {
            "kind": "FIELD",
            "name": "timeout",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerClientLoadedWorldEvent.html#timeout"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerClientLoadedWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerCustomClickEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "commonConnection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#commonConnection"
          },
          {
            "kind": "METHOD",
            "name": "getCommonConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#getCommonConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getDialogResponseView()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#getDialogResponseView()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIdentifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#getIdentifier()"
          },
          {
            "kind": "METHOD",
            "name": "getTag()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#getTag()"
          },
          {
            "kind": "FIELD",
            "name": "identifier",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html#identifier"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerCustomClickEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerDeepSleepEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerDeepSleepEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerFailMoveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "allowed",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#allowed"
          },
          {
            "kind": "FIELD",
            "name": "failReason",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#failReason"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFailReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#getFailReason()"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLogWarning()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#getLogWarning()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#getTo()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.player.PlayerFailMoveEvent.FailReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLIPPED_INTO_BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#CLIPPED_INTO_BLOCK"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "FailReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#FailReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MOVED_INTO_UNLOADED_CHUNK",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#MOVED_INTO_UNLOADED_CHUNK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MOVED_TOO_QUICKLY",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#MOVED_TOO_QUICKLY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MOVED_WRONGLY",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#MOVED_WRONGLY"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent/FailReason.html"
          },
          {
            "kind": "METHOD",
            "name": "isAllowed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#isAllowed()"
          },
          {
            "kind": "FIELD",
            "name": "logWarning",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#logWarning"
          },
          {
            "kind": "METHOD",
            "name": "setAllowed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#setAllowed(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLogWarning(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "logWarning"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#setLogWarning(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFailMoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerFlowerPotManipulateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "flowerpot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#flowerpot"
          },
          {
            "kind": "METHOD",
            "name": "getFlowerpot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#getFlowerpot()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isPlacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#isPlacing()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "placing",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#placing"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerFlowerPotManipulateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerInsertLecternBookEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "book",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#book"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBook()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#getBook()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLectern()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#getLectern()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setBook(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "book"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#setBook(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInsertLecternBookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerInventorySlotChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerInventorySlotChangeEvent(Player,int,ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newItemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "oldItemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "rawSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#PlayerInventorySlotChangeEvent(Player,int,ItemStack,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#getNewItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getOldItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#getOldItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getRawSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#getRawSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#getSlot()"
          },
          {
            "kind": "FIELD",
            "name": "newItemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#newItemStack"
          },
          {
            "kind": "FIELD",
            "name": "oldItemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#oldItemStack"
          },
          {
            "kind": "FIELD",
            "name": "rawSlot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#rawSlot"
          },
          {
            "kind": "METHOD",
            "name": "setShouldTriggerAdvancements(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "triggerAdvancements"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#setShouldTriggerAdvancements(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldTriggerAdvancements()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#shouldTriggerAdvancements()"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#slot"
          },
          {
            "kind": "FIELD",
            "name": "triggerAdvancements",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html#triggerAdvancements"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerInventorySlotChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerItemCooldownEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemCooldownEvent.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemCooldownEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemCooldownEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerItemFrameChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFrame()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#getItemFrame()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#getItemStack()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.player.PlayerItemFrameChangeEvent.ItemFrameChangeAction",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ItemFrameChangeAction()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html#ItemFrameChangeAction()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLACE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html#PLACE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REMOVE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html#REMOVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ROTATE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html#ROTATE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent/ItemFrameChangeAction.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemFrame",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#itemFrame"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html#setItemStack(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemFrameChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerItemGroupCooldownEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cooldown",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#cooldown"
          },
          {
            "kind": "FIELD",
            "name": "cooldownGroup",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#cooldownGroup"
          },
          {
            "kind": "METHOD",
            "name": "getCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#getCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getCooldownGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#getCooldownGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html#setCooldown(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerItemGroupCooldownEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerLecternPageChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "book",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#book"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBook()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getBook()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLectern()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getLectern()"
          },
          {
            "kind": "METHOD",
            "name": "getNewPage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getNewPage()"
          },
          {
            "kind": "METHOD",
            "name": "getOldPage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getOldPage()"
          },
          {
            "kind": "METHOD",
            "name": "getPageChangeDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#getPageChangeDirection()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.player.PlayerLecternPageChangeEvent.PageChangeDirection",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent/PageChangeDirection.html#LEFT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PageChangeDirection()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent/PageChangeDirection.html#PageChangeDirection()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent/PageChangeDirection.html#RIGHT"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent/PageChangeDirection.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent/PageChangeDirection.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent/PageChangeDirection.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "lectern",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#lectern"
          },
          {
            "kind": "FIELD",
            "name": "newPage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#newPage"
          },
          {
            "kind": "FIELD",
            "name": "oldPage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#oldPage"
          },
          {
            "kind": "FIELD",
            "name": "pageChangeDirection",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#pageChangeDirection"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newPage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html#setNewPage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLecternPageChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerLoomPatternSelectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLoomInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#getLoomInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getPatternType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#getPatternType()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "loomInventory",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#loomInventory"
          },
          {
            "kind": "FIELD",
            "name": "patternType",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#patternType"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPatternType(PatternType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "patternType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html#setPatternType(PatternType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerLoomPatternSelectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerMapFilledEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "createdMap",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#createdMap"
          },
          {
            "kind": "METHOD",
            "name": "getCreatedMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#getCreatedMap()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#getOriginalItem()"
          },
          {
            "kind": "FIELD",
            "name": "originalItem",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#originalItem"
          },
          {
            "kind": "METHOD",
            "name": "setCreatedMap(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "createdMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html#setCreatedMap(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerMapFilledEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerNameEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isPersistent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#isPersistent()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#name"
          },
          {
            "kind": "FIELD",
            "name": "persistent",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#persistent"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEntity(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#setEntity(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "setName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#setName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setPersistent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "persistent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html#setPersistent(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerNameEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerOpenSignEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#getSide()"
          },
          {
            "kind": "METHOD",
            "name": "getSign()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#getSign()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.player.PlayerOpenSignEvent.Cause",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INTERACT",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#INTERACT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLACE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#PLACE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "side",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#side"
          },
          {
            "kind": "FIELD",
            "name": "sign",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html#sign"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerOpenSignEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerPickBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickBlockEvent.html#block"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickBlockEvent.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerPickEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickEntityEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerPickItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#getSourceSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#getTargetSlot()"
          },
          {
            "kind": "FIELD",
            "name": "includeData",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#includeData"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isIncludeData()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#isIncludeData()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSourceSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sourceSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#setSourceSlot(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "targetSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#setTargetSlot(int)"
          },
          {
            "kind": "FIELD",
            "name": "sourceSlot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#sourceSlot"
          },
          {
            "kind": "FIELD",
            "name": "targetSlot",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html#targetSlot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPickItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerPurchaseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTrade()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#getTrade()"
          },
          {
            "kind": "FIELD",
            "name": "increaseTradeUses",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#increaseTradeUses"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isRewardingExp()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#isRewardingExp()"
          },
          {
            "kind": "FIELD",
            "name": "rewardExp",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#rewardExp"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIncreaseTradeUses(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "increaseTradeUses"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#setIncreaseTradeUses(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRewardExp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rewardExp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#setRewardExp(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTrade(MerchantRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trade"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#setTrade(MerchantRecipe)"
          },
          {
            "kind": "FIELD",
            "name": "trade",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#trade"
          },
          {
            "kind": "METHOD",
            "name": "willIncreaseTradeUses()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html#willIncreaseTradeUses()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerPurchaseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerServerFullCheckEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "allow",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#allow"
          },
          {
            "kind": "METHOD",
            "name": "allow(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#allow(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "deny(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#deny(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "isAllowed()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#isAllowed()"
          },
          {
            "kind": "FIELD",
            "name": "kickMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#kickMessage"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#kickMessage()"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html#profile"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerServerFullCheckEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerShieldDisableEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cooldown",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#cooldown"
          },
          {
            "kind": "FIELD",
            "name": "damager",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#damager"
          },
          {
            "kind": "METHOD",
            "name": "getCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#getCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getDamager()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#getDamager()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html#setCooldown(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerShieldDisableEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerSignCommandPreprocessEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerSignCommandPreprocessEvent.html#getSide()"
          },
          {
            "kind": "METHOD",
            "name": "getSign()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerSignCommandPreprocessEvent.html#getSign()"
          },
          {
            "kind": "FIELD",
            "name": "side",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerSignCommandPreprocessEvent.html#side"
          },
          {
            "kind": "FIELD",
            "name": "sign",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerSignCommandPreprocessEvent.html#sign"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerSignCommandPreprocessEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerStonecutterRecipeSelectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStonecutterRecipeSelectEvent(Player,StonecutterInventory,StonecuttingRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "stonecutterInventory"
              },
              {
                "kind": "PARAMETER",
                "name": "stonecuttingRecipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#PlayerStonecutterRecipeSelectEvent(Player,StonecutterInventory,StonecuttingRecipe)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getStonecutterInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#getStonecutterInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getStonecuttingRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#getStonecuttingRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setStonecuttingRecipe(StonecuttingRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stonecuttingRecipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#setStonecuttingRecipe(StonecuttingRecipe)"
          },
          {
            "kind": "FIELD",
            "name": "stonecutterInventory",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#stonecutterInventory"
          },
          {
            "kind": "FIELD",
            "name": "stonecuttingRecipe",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html#stonecuttingRecipe"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStonecutterRecipeSelectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerStopUsingItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerStopUsingItemEvent(Player,ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "ticksHeldFor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#PlayerStopUsingItemEvent(Player,ItemStack,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksHeldFor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#getTicksHeldFor()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "ticksHeldFor",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html#ticksHeldFor"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerStopUsingItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerTrackEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTrackEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerTradeEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVillager()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTradeEvent.html#getVillager()"
          },
          {
            "kind": "FIELD",
            "name": "villager",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTradeEvent.html#villager"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerTradeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PlayerUntrackEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerUntrackEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerUntrackEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerUntrackEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerUntrackEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerUntrackEntityEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PlayerUntrackEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.player.PrePlayerAttackEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "attacked",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#attacked"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAttacked()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#getAttacked()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "willAttack",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#willAttack"
          },
          {
            "kind": "METHOD",
            "name": "willAttack()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html#willAttack()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/PrePlayerAttackEntityEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/player/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.server",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.server.ServerResourcesReloadedEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html#getHandlers()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.server.ServerResourcesReloadedEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent/Cause.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/ServerResourcesReloadedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.server.WhitelistStateUpdateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getStatus()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#getStatus()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.server.WhitelistStateUpdateEvent.WhitelistStatus",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADDED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent/WhitelistStatus.html#ADDED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REMOVED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent/WhitelistStatus.html#REMOVED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "WhitelistStatus()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent/WhitelistStatus.html#WhitelistStatus()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent/WhitelistStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent/WhitelistStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent/WhitelistStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "playerProfile",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#playerProfile"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "status",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html#status"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/WhitelistStateUpdateEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/server/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.world",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.StructuresLocateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "findUnexplored",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#findUnexplored"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOrigin()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#getOrigin()"
          },
          {
            "kind": "METHOD",
            "name": "getRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#getRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#getStructures()"
          },
          {
            "kind": "RECORD",
            "name": "io.papermc.paper.event.world.StructuresLocateEvent.Result",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Result(Position,Structure)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pos"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "structure"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#Result(Position,Structure)"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "o"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#hashCode()"
              },
              {
                "kind": "RECORD_COMPONENT",
                "name": "pos",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#pos"
              },
              {
                "kind": "METHOD",
                "name": "pos()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#pos()"
              },
              {
                "kind": "METHOD",
                "name": "position()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#position()",
                "deprecated": {
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "RECORD_COMPONENT",
                "name": "structure",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#structure"
              },
              {
                "kind": "METHOD",
                "name": "structure()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#structure()"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html#toString()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent/Result.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "origin",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#origin"
          },
          {
            "kind": "FIELD",
            "name": "radius",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#radius"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFindUnexplored(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#setFindUnexplored(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#setRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#setResult(Result)"
          },
          {
            "kind": "METHOD",
            "name": "setStructures(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structures"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#setStructures(List)"
          },
          {
            "kind": "METHOD",
            "name": "shouldFindUnexplored()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#shouldFindUnexplored()"
          },
          {
            "kind": "FIELD",
            "name": "structures",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html#structures"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/StructuresLocateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.WorldDifficultyChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "commandSource",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#commandSource"
          },
          {
            "kind": "FIELD",
            "name": "difficulty",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#difficulty"
          },
          {
            "kind": "METHOD",
            "name": "getCommandSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#getCommandSource()"
          },
          {
            "kind": "METHOD",
            "name": "getDifficulty()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#getDifficulty()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldDifficultyChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.WorldGameRuleChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "commandSender",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#commandSender"
          },
          {
            "kind": "FIELD",
            "name": "gameRule",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#gameRule"
          },
          {
            "kind": "METHOD",
            "name": "getCommandSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#getCommandSender()"
          },
          {
            "kind": "METHOD",
            "name": "getGameRule()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#getGameRule()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#getValue()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setValue(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#setValue(String)"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html#value"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/WorldGameRuleChangeEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.event.world.border",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.border.WorldBorderBoundsChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "duration",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#duration"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getNewSize()"
          },
          {
            "kind": "METHOD",
            "name": "getOldSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getOldSize()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#getType()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.event.world.border.WorldBorderBoundsChangeEvent.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "INSTANT_MOVE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent/Type.html#INSTANT_MOVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARTED_MOVE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent/Type.html#STARTED_MOVE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newSize",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#newSize"
          },
          {
            "kind": "FIELD",
            "name": "oldSize",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#oldSize"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDuration(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#setDuration(long)"
          },
          {
            "kind": "METHOD",
            "name": "setNewSize(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSize"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#setNewSize(double)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.border.WorldBorderBoundsChangeFinishEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "duration",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#duration"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#getNewSize()"
          },
          {
            "kind": "METHOD",
            "name": "getOldSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#getOldSize()"
          },
          {
            "kind": "FIELD",
            "name": "newSize",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#newSize"
          },
          {
            "kind": "FIELD",
            "name": "oldSize",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html#oldSize"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderBoundsChangeFinishEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.border.WorldBorderCenterChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewCenter()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#getNewCenter()"
          },
          {
            "kind": "METHOD",
            "name": "getOldCenter()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#getOldCenter()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newCenter",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#newCenter"
          },
          {
            "kind": "FIELD",
            "name": "oldCenter",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#oldCenter"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewCenter(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCenter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html#setNewCenter(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderCenterChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.event.world.border.WorldBorderEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getWorldBorder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderEvent.html#getWorldBorder()"
          },
          {
            "kind": "FIELD",
            "name": "worldBorder",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderEvent.html#worldBorder"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/WorldBorderEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/event/world/border/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.inventory",
    "children": [
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.inventory.ItemRarity",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#COMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EPIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#EPIC"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemRarity(TextColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#ItemRarity(TextColor)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNCOMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#UNCOMMON"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#color"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/ItemRarity.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.5",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.inventory.tooltip",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.inventory.tooltip.TooltipContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "asAdvanced()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html#asAdvanced()"
          },
          {
            "kind": "METHOD",
            "name": "asCreative()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html#asCreative()"
          },
          {
            "kind": "METHOD",
            "name": "create()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html#create()"
          },
          {
            "kind": "METHOD",
            "name": "create(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advanced"
              },
              {
                "kind": "PARAMETER",
                "name": "creative"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html#create(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "isAdvanced()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html#isAdvanced()"
          },
          {
            "kind": "METHOD",
            "name": "isCreative()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html#isCreative()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContext.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.inventory.tooltip.TooltipContextImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TooltipContextImpl(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAdvanced"
              },
              {
                "kind": "PARAMETER",
                "name": "isCreative"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#TooltipContextImpl(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "asAdvanced()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#asAdvanced()"
          },
          {
            "kind": "METHOD",
            "name": "asCreative()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#asCreative()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "isAdvanced",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#isAdvanced"
          },
          {
            "kind": "METHOD",
            "name": "isAdvanced()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#isAdvanced()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "isCreative",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#isCreative"
          },
          {
            "kind": "METHOD",
            "name": "isCreative()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#isCreative()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/TooltipContextImpl.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/inventory/tooltip/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.item",
    "children": [
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.item.MapPostProcessing",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/MapPostProcessing.html#LOCK"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapPostProcessing()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/MapPostProcessing.html#MapPostProcessing()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCALE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/MapPostProcessing.html#SCALE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/MapPostProcessing.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/MapPostProcessing.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/MapPostProcessing.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/item/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.math",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.math.BlockPosition",
        "children": [
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isFine()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#isFine()"
          },
          {
            "kind": "METHOD",
            "name": "offset(Axis,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "axis"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#offset(Axis,int)"
          },
          {
            "kind": "METHOD",
            "name": "offset(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#offset(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "offset(BlockFace,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#offset(BlockFace,int)"
          },
          {
            "kind": "METHOD",
            "name": "offset(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#offset(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "offset(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#offset(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "toBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#toBlock()"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#x()"
          },
          {
            "kind": "METHOD",
            "name": "y()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#y()"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html#z()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPosition.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.math.BlockPositionImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPositionImpl(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockX"
              },
              {
                "kind": "PARAMETER",
                "name": "blockY"
              },
              {
                "kind": "PARAMETER",
                "name": "blockZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#BlockPositionImpl(int,int,int)"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "blockX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#blockX"
          },
          {
            "kind": "METHOD",
            "name": "blockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#blockX()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "blockY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#blockY"
          },
          {
            "kind": "METHOD",
            "name": "blockY()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#blockY()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "blockZ",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#blockZ"
          },
          {
            "kind": "METHOD",
            "name": "blockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#blockZ()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/BlockPositionImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.math.FinePosition",
        "children": [
          {
            "kind": "METHOD",
            "name": "blockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#blockX()"
          },
          {
            "kind": "METHOD",
            "name": "blockY()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#blockY()"
          },
          {
            "kind": "METHOD",
            "name": "blockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#blockZ()"
          },
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isFine()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#isFine()"
          },
          {
            "kind": "METHOD",
            "name": "offset(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#offset(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "offset(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#offset(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "toBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html#toBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePosition.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.math.FinePositionImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FinePositionImpl(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#FinePositionImpl(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#toString()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#x"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#x()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#y"
          },
          {
            "kind": "METHOD",
            "name": "y()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#y()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#z"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html#z()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/FinePositionImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.math.Position",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLOCK_ZERO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#BLOCK_ZERO"
          },
          {
            "kind": "FIELD",
            "name": "FINE_ZERO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#FINE_ZERO"
          },
          {
            "kind": "METHOD",
            "name": "block(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#block(Location)"
          },
          {
            "kind": "METHOD",
            "name": "block(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#block(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "blockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#blockX()"
          },
          {
            "kind": "METHOD",
            "name": "blockY()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#blockY()"
          },
          {
            "kind": "METHOD",
            "name": "blockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#blockZ()"
          },
          {
            "kind": "METHOD",
            "name": "fine(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#fine(Location)"
          },
          {
            "kind": "METHOD",
            "name": "fine(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#fine(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isFine()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#isFine()"
          },
          {
            "kind": "METHOD",
            "name": "isFinite()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#isFinite()"
          },
          {
            "kind": "METHOD",
            "name": "offset(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#offset(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "offset(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#offset(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "toBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#toBlock()"
          },
          {
            "kind": "METHOD",
            "name": "toCenter()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#toCenter()"
          },
          {
            "kind": "METHOD",
            "name": "toLocation(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#toLocation(World)"
          },
          {
            "kind": "METHOD",
            "name": "toVector()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#toVector()"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#x()"
          },
          {
            "kind": "METHOD",
            "name": "y()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#y()"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html#z()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Position.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.math.Rotation",
        "children": [
          {
            "kind": "METHOD",
            "name": "pitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotation.html#pitch()"
          },
          {
            "kind": "METHOD",
            "name": "rotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotation.html#rotation(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "yaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotation.html#yaw()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotation.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.math.RotationImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RotationImpl(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#RotationImpl(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "pitch",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#pitch"
          },
          {
            "kind": "METHOD",
            "name": "pitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#pitch()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#toString()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "yaw",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#yaw"
          },
          {
            "kind": "METHOD",
            "name": "yaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html#yaw()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.math.Rotations",
        "children": [
          {
            "kind": "FIELD",
            "name": "ZERO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#ZERO"
          },
          {
            "kind": "METHOD",
            "name": "add(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#add(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "ofDegrees(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#ofDegrees(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#subtract(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "withX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#withX(double)"
          },
          {
            "kind": "METHOD",
            "name": "withY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#withY(double)"
          },
          {
            "kind": "METHOD",
            "name": "withZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#withZ(double)"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#x()"
          },
          {
            "kind": "METHOD",
            "name": "y()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#y()"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html#z()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/Rotations.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.math.RotationsImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RotationsImpl(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#RotationsImpl(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "add(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#add(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "withX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#withX(double)"
          },
          {
            "kind": "METHOD",
            "name": "withY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#withY(double)"
          },
          {
            "kind": "METHOD",
            "name": "withZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#withZ(double)"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#x"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#x()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#y"
          },
          {
            "kind": "METHOD",
            "name": "y()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#y()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#z"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html#z()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/RotationsImpl.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/math/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.persistence",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.persistence.PersistentDataContainerView",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cP,C\u003eget(NamespacedKey,PersistentDataType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#\u003cP,C\u003eget(NamespacedKey,PersistentDataType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cP,C\u003egetOrDefault(NamespacedKey,PersistentDataType,C)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#\u003cP,C\u003egetOrDefault(NamespacedKey,PersistentDataType,C)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cP,C\u003ehas(NamespacedKey,PersistentDataType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#\u003cP,C\u003ehas(NamespacedKey,PersistentDataType)"
          },
          {
            "kind": "METHOD",
            "name": "copyTo(PersistentDataContainer,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              },
              {
                "kind": "PARAMETER",
                "name": "replace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#copyTo(PersistentDataContainer,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getAdapterContext()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#getAdapterContext()"
          },
          {
            "kind": "METHOD",
            "name": "getKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#getKeys()"
          },
          {
            "kind": "METHOD",
            "name": "has(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#has(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "serializeToBytes()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html#serializeToBytes()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataContainerView.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.persistence.PersistentDataViewHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataViewHolder.html#getPersistentDataContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/PersistentDataViewHolder.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/persistence/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.PermissionManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#addPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "addPermissions(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#addPermissions(List)"
          },
          {
            "kind": "METHOD",
            "name": "clearPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#clearPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermSubscriptions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#getDefaultPermSubscriptions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermissions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#getDefaultPermissions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#getPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionSubscriptions(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#getPermissionSubscriptions(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissionDefaults(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#recalculatePermissionDefaults(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#removePermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#removePermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "subscribeToDefaultPerms(boolean,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#subscribeToDefaultPerms(boolean,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "subscribeToPermission(String,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#subscribeToPermission(String,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "unsubscribeFromDefaultPerms(boolean,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#unsubscribeFromDefaultPerms(boolean,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "unsubscribeFromPermission(String,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html#unsubscribeFromPermission(String,Permissible)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/PermissionManager.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.bootstrap",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.bootstrap.BootstrapContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLifecycleManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/BootstrapContext.html#getLifecycleManager()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/BootstrapContext.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.bootstrap.PluginBootstrap",
        "children": [
          {
            "kind": "METHOD",
            "name": "bootstrap(BootstrapContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginBootstrap.html#bootstrap(BootstrapContext)"
          },
          {
            "kind": "METHOD",
            "name": "createPlugin(PluginProviderContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginBootstrap.html#createPlugin(PluginProviderContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginBootstrap.html",
        "apiStatus": "OverrideOnly"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.bootstrap.PluginProviderContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginProviderContext.html#getConfiguration()"
          },
          {
            "kind": "METHOD",
            "name": "getDataDirectory()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginProviderContext.html#getDataDirectory()"
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginProviderContext.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginProviderContext.html#getPluginSource()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/PluginProviderContext.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/bootstrap/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.configuration",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.configuration.PluginMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAPIVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getAPIVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getAuthors()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getAuthors()"
          },
          {
            "kind": "METHOD",
            "name": "getContributors()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getContributors()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadBeforePlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getLoadBeforePlugins()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadOrder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getLoadOrder()"
          },
          {
            "kind": "METHOD",
            "name": "getLoggerPrefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getLoggerPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getMainClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getMainClass()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionDefault()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getPermissionDefault()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginDependencies()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getPluginDependencies()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginSoftDependencies()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getPluginSoftDependencies()"
          },
          {
            "kind": "METHOD",
            "name": "getProvidedPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getProvidedPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getWebsite()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#getWebsite()"
          },
          {
            "kind": "METHOD",
            "name": "namespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html#namespace()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/PluginMeta.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/configuration/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.lifecycle.event",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.LifecycleEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/LifecycleEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.LifecycleEventManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eregisterEventHandler(LifecycleEventType,LifecycleEventHandler)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "eventHandler"
              },
              {
                "kind": "PARAMETER",
                "name": "eventType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/LifecycleEventManager.html#\u003cE\u003eregisterEventHandler(LifecycleEventType,LifecycleEventHandler)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "O"
          },
          {
            "kind": "METHOD",
            "name": "registerEventHandler(LifecycleEventHandlerConfiguration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "handlerConfiguration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/LifecycleEventManager.html#registerEventHandler(LifecycleEventHandlerConfiguration)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/LifecycleEventManager.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.LifecycleEventOwner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPluginMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/LifecycleEventOwner.html#getPluginMeta()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/LifecycleEventOwner.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.lifecycle.event.handler",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.handler.LifecycleEventHandler",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "E"
          },
          {
            "kind": "METHOD",
            "name": "run(E)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/LifecycleEventHandler.html#run(E)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/LifecycleEventHandler.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.lifecycle.event.handler.configuration",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.handler.configuration.LifecycleEventHandlerConfiguration",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "O"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/LifecycleEventHandlerConfiguration.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.handler.configuration.MonitorLifecycleEventHandlerConfiguration",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "O"
          },
          {
            "kind": "METHOD",
            "name": "monitor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/MonitorLifecycleEventHandlerConfiguration.html#monitor()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/MonitorLifecycleEventHandlerConfiguration.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.handler.configuration.PrioritizedLifecycleEventHandlerConfiguration",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "O"
          },
          {
            "kind": "METHOD",
            "name": "monitor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/PrioritizedLifecycleEventHandlerConfiguration.html#monitor()"
          },
          {
            "kind": "METHOD",
            "name": "priority(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/PrioritizedLifecycleEventHandlerConfiguration.html#priority(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/PrioritizedLifecycleEventHandlerConfiguration.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/handler/configuration/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.lifecycle.event.registrar",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.registrar.Registrar",
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/Registrar.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.registrar.RegistrarEvent",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "R"
          },
          {
            "kind": "METHOD",
            "name": "registrar()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/RegistrarEvent.html#registrar()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/RegistrarEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.registrar.ReloadableRegistrarEvent",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "R"
          },
          {
            "kind": "METHOD",
            "name": "cause()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent.html#cause()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.plugin.lifecycle.event.registrar.ReloadableRegistrarEvent.Cause",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INITIAL",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent/Cause.html#INITIAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RELOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent/Cause.html#RELOAD"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent/Cause.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/ReloadableRegistrarEvent.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/registrar/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.lifecycle.event.types",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.types.LifecycleEventType",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "C"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "E"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "O"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.plugin.lifecycle.event.types.LifecycleEventType.Monitorable",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "O"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEventType/Monitorable.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.plugin.lifecycle.event.types.LifecycleEventType.Prioritizable",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "O"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEventType/Prioritizable.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEventType.html#name()"
          },
          {
            "kind": "METHOD",
            "name": "newHandler(LifecycleEventHandler)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "handler"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEventType.html#newHandler(LifecycleEventHandler)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEventType.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.plugin.lifecycle.event.types.LifecycleEvents",
        "children": [
          {
            "kind": "FIELD",
            "name": "COMMANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEvents.html#COMMANDS"
          },
          {
            "kind": "FIELD",
            "name": "DATAPACK_DISCOVERY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEvents.html#DATAPACK_DISCOVERY",
            "apiStatus": "Experimental"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LifecycleEvents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEvents.html#LifecycleEvents()"
          },
          {
            "kind": "FIELD",
            "name": "TAGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEvents.html#TAGS",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/LifecycleEvents.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.lifecycle.event.types.TagEventTypeProvider",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003epostFlatten(RegistryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/TagEventTypeProvider.html#\u003cT\u003epostFlatten(RegistryKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003epreFlatten(RegistryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/TagEventTypeProvider.html#\u003cT\u003epreFlatten(RegistryKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/TagEventTypeProvider.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/lifecycle/event/types/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.loader",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.loader.PluginClasspathBuilder",
        "children": [
          {
            "kind": "METHOD",
            "name": "addLibrary(ClassPathLibrary)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classPathLibrary"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/PluginClasspathBuilder.html#addLibrary(ClassPathLibrary)"
          },
          {
            "kind": "METHOD",
            "name": "getContext()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/PluginClasspathBuilder.html#getContext()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/PluginClasspathBuilder.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.loader.PluginLoader",
        "children": [
          {
            "kind": "METHOD",
            "name": "classloader(PluginClasspathBuilder)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classpathBuilder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/PluginLoader.html#classloader(PluginClasspathBuilder)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/PluginLoader.html",
        "apiStatus": "OverrideOnly"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.loader.library",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.plugin.loader.library.ClassPathLibrary",
        "children": [
          {
            "kind": "METHOD",
            "name": "register(LibraryStore)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "store"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/ClassPathLibrary.html#register(LibraryStore)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/ClassPathLibrary.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.plugin.loader.library.LibraryLoadingException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LibraryLoadingException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "s"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/LibraryLoadingException.html#LibraryLoadingException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LibraryLoadingException(String,Exception)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "e"
              },
              {
                "kind": "PARAMETER",
                "name": "s"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/LibraryLoadingException.html#LibraryLoadingException(String,Exception)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/LibraryLoadingException.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.loader.library.impl",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.plugin.loader.library.impl.JarLibrary",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "JarLibrary(Path)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/JarLibrary.html#JarLibrary(Path)"
          },
          {
            "kind": "FIELD",
            "name": "path",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/JarLibrary.html#path"
          },
          {
            "kind": "METHOD",
            "name": "register(LibraryStore)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "store"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/JarLibrary.html#register(LibraryStore)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/JarLibrary.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.plugin.loader.library.impl.MavenLibraryResolver",
        "children": [
          {
            "kind": "FIELD",
            "name": "LOGGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#LOGGER"
          },
          {
            "kind": "FIELD",
            "name": "MAVEN_CENTRAL_DEFAULT_MIRROR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#MAVEN_CENTRAL_DEFAULT_MIRROR"
          },
          {
            "kind": "FIELD",
            "name": "MAVEN_CENTRAL_URLS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#MAVEN_CENTRAL_URLS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MavenLibraryResolver()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#MavenLibraryResolver()"
          },
          {
            "kind": "METHOD",
            "name": "addDependency(Dependency)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dependency"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#addDependency(Dependency)"
          },
          {
            "kind": "METHOD",
            "name": "addRepository(RemoteRepository)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "remoteRepository"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#addRepository(RemoteRepository)"
          },
          {
            "kind": "FIELD",
            "name": "dependencies",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#dependencies"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultMavenCentralMirror()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#getDefaultMavenCentralMirror()"
          },
          {
            "kind": "METHOD",
            "name": "register(LibraryStore)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "store"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#register(LibraryStore)"
          },
          {
            "kind": "FIELD",
            "name": "repositories",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#repositories"
          },
          {
            "kind": "FIELD",
            "name": "repository",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#repository"
          },
          {
            "kind": "FIELD",
            "name": "session",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html#session"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/MavenLibraryResolver.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/loader/library/impl/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.provider.classloader",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.plugin.provider.classloader.PaperClassLoaderStorageAccess",
        "children": [
          {
            "kind": "FIELD",
            "name": "INSTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/provider/classloader/PaperClassLoaderStorageAccess.html#INSTANCE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PaperClassLoaderStorageAccess()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/provider/classloader/PaperClassLoaderStorageAccess.html#PaperClassLoaderStorageAccess()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/provider/classloader/PaperClassLoaderStorageAccess.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/provider/classloader/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.provider.entrypoint",
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/provider/entrypoint/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.plugin.provider.util",
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/plugin/provider/util/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.potion",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.potion.PotionMix",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionMix(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#PotionMix(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "createPredicateChoice(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stackPredicate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#createPredicateChoice(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getIngredient()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#getIngredient()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#getInput()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "ingredient",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#ingredient"
          },
          {
            "kind": "FIELD",
            "name": "input",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#input"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#key"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#result"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/PotionMix.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.potion.SuspiciousEffectEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "create(PotionEffectType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "effectType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/SuspiciousEffectEntry.html#create(PotionEffectType,int)"
          },
          {
            "kind": "METHOD",
            "name": "duration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/SuspiciousEffectEntry.html#duration()"
          },
          {
            "kind": "METHOD",
            "name": "effect()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/SuspiciousEffectEntry.html#effect()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/SuspiciousEffectEntry.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/potion/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.raytracing",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.raytracing.PositionedRayTraceConfigurationBuilder",
        "children": [
          {
            "kind": "METHOD",
            "name": "blockFilter(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockFilter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#blockFilter(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "direction(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#direction(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "entityFilter(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityFilter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#entityFilter(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "fluidCollisionMode(FluidCollisionMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#fluidCollisionMode(FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "ignorePassableBlocks(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignorePassableBlocks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#ignorePassableBlocks(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "maxDistance(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#maxDistance(double)"
          },
          {
            "kind": "METHOD",
            "name": "raySize(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raySize"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#raySize(double)"
          },
          {
            "kind": "METHOD",
            "name": "start(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#start(Location)"
          },
          {
            "kind": "METHOD",
            "name": "targets(RayTraceTarget,RayTraceTarget...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "first"
              },
              {
                "kind": "PARAMETER",
                "name": "others"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html#targets(RayTraceTarget,RayTraceTarget...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/PositionedRayTraceConfigurationBuilder.html"
      },
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.raytracing.RayTraceTarget",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/RayTraceTarget.html#BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/RayTraceTarget.html#ENTITY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/RayTraceTarget.html#RayTraceTarget()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/RayTraceTarget.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/RayTraceTarget.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/RayTraceTarget.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/raytracing/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.Reference",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(Registry,NamespacedKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/Reference.html#\u003cT\u003ecreate(Registry,NamespacedKey)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/Reference.html#value()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOrNull()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/Reference.html#valueOrNull()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/Reference.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.20.6",
          "deprecated": "true"
        }
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.registry.ReferenceImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ReferenceImpl(Registry,NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#ReferenceImpl(Registry,NamespacedKey)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#key"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#key()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "registry",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#registry"
          },
          {
            "kind": "METHOD",
            "name": "registry()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#registry()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#value()"
          },
          {
            "kind": "METHOD",
            "name": "valueOrNull()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html#valueOrNull()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/ReferenceImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.RegistryAccess",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistry(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccess.html#\u003cT\u003egetRegistry(Class)",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistry(RegistryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccess.html#\u003cT\u003egetRegistry(RegistryKey)"
          },
          {
            "kind": "METHOD",
            "name": "registryAccess()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccess.html#registryAccess()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccess.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.RegistryAccessHolder",
        "children": [
          {
            "kind": "FIELD",
            "name": "INSTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccessHolder.html#INSTANCE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegistryAccessHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccessHolder.html#RegistryAccessHolder()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryAccessHolder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.RegistryBuilder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryBuilder.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.RegistryBuilderFactory",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "copyFrom(TypedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryBuilderFactory.html#copyFrom(TypedKey)"
          },
          {
            "kind": "METHOD",
            "name": "empty()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryBuilderFactory.html#empty()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryBuilderFactory.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.RegistryKey",
        "children": [
          {
            "kind": "FIELD",
            "name": "ATTRIBUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#ATTRIBUTE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "BIOME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#BIOME"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CAT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#CAT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#CHICKEN_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "COW_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#COW_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#DAMAGE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "DATA_COMPONENT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#DATA_COMPONENT_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "DIALOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#DIALOG"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#ENCHANTMENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#ENTITY_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "FLUID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#FLUID"
          },
          {
            "kind": "FIELD",
            "name": "FROG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#FROG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#GAME_EVENT"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#INSTRUMENT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#ITEM"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_SONG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#JUKEBOX_SONG"
          },
          {
            "kind": "FIELD",
            "name": "MAP_DECORATION_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#MAP_DECORATION_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "MEMORY_MODULE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#MEMORY_MODULE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "MENU",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#MENU"
          },
          {
            "kind": "FIELD",
            "name": "MOB_EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#MOB_EFFECT"
          },
          {
            "kind": "FIELD",
            "name": "PAINTING_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#PAINTING_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#PARTICLE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "PIG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#PIG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#POTION"
          },
          {
            "kind": "FIELD",
            "name": "SOUND_EVENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#SOUND_EVENT"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#STRUCTURE"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#STRUCTURE_TYPE"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TRIM_MATERIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#TRIM_MATERIAL"
          },
          {
            "kind": "FIELD",
            "name": "TRIM_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#TRIM_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_PROFESSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#VILLAGER_PROFESSION"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#VILLAGER_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_SOUND_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#WOLF_SOUND_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#WOLF_VARIANT"
          },
          {
            "kind": "METHOD",
            "name": "tagKey(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#tagKey(Key)"
          },
          {
            "kind": "METHOD",
            "name": "tagKey(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#tagKey(String)"
          },
          {
            "kind": "METHOD",
            "name": "typedKey(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#typedKey(Key)"
          },
          {
            "kind": "METHOD",
            "name": "typedKey(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html#typedKey(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKey.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.registry.RegistryKeyImpl",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#\u003cT\u003ecreate(String)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreateInternal(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#\u003cT\u003ecreateInternal(String)"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_KEYS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#REGISTRY_KEYS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegistryKeyImpl(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#RegistryKeyImpl(Key)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#key"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#key()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/RegistryKeyImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.TypedKey",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(RegistryKey,Key)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKey.html#\u003cT\u003ecreate(RegistryKey,Key)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(RegistryKey,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKey.html#\u003cT\u003ecreate(RegistryKey,String)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKey.html#key()"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKey.html#registryKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKey.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.registry.TypedKeyImpl",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TypedKeyImpl(Key,RegistryKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#TypedKeyImpl(Key,RegistryKey)"
          },
          {
            "kind": "METHOD",
            "name": "asString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#asString()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#key"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#key()"
          },
          {
            "kind": "METHOD",
            "name": "namespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#namespace()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "registryKey",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#registryKey"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#registryKey()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/TypedKeyImpl.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.BannerPatternRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "assetId()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/BannerPatternRegistryEntry.html#assetId()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.BannerPatternRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "assetId(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "assetId"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/BannerPatternRegistryEntry/Builder.html#assetId(Key)"
              },
              {
                "kind": "METHOD",
                "name": "translationKey(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "translationKey"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/BannerPatternRegistryEntry/Builder.html#translationKey(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/BannerPatternRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/BannerPatternRegistryEntry.html#translationKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/BannerPatternRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.CatTypeRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "clientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CatTypeRegistryEntry.html#clientTextureAsset()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.CatTypeRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "clientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "clientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CatTypeRegistryEntry/Builder.html#clientTextureAsset(ClientTextureAsset)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CatTypeRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CatTypeRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.ChickenVariantRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "clientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry.html#clientTextureAsset()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.ChickenVariantRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "clientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "clientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Builder.html#clientTextureAsset(ClientTextureAsset)"
              },
              {
                "kind": "METHOD",
                "name": "model(Model)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "model"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Builder.html#model(Model)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.registry.data.ChickenVariantRegistryEntry.Model",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Model.html#COLD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Model()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Model.html#Model()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Model.html#NORMAL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Model.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Model.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry/Model.html"
          },
          {
            "kind": "METHOD",
            "name": "model()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry.html#model()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/ChickenVariantRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.CowVariantRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "clientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry.html#clientTextureAsset()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.CowVariantRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "clientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "clientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Builder.html#clientTextureAsset(ClientTextureAsset)"
              },
              {
                "kind": "METHOD",
                "name": "model(Model)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "model"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Builder.html#model(Model)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.registry.data.CowVariantRegistryEntry.Model",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html#COLD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Model()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html#Model()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WARM",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html#WARM"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry/Model.html"
          },
          {
            "kind": "METHOD",
            "name": "model()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry.html#model()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/CowVariantRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.DamageTypeRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "damageEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry.html#damageEffect()"
          },
          {
            "kind": "METHOD",
            "name": "damageScaling()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry.html#damageScaling()"
          },
          {
            "kind": "METHOD",
            "name": "deathMessageType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry.html#deathMessageType()"
          },
          {
            "kind": "METHOD",
            "name": "exhaustion()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry.html#exhaustion()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.DamageTypeRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "damageEffect(DamageEffect)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "effect"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry/Builder.html#damageEffect(DamageEffect)"
              },
              {
                "kind": "METHOD",
                "name": "damageScaling(DamageScaling)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "scaling"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry/Builder.html#damageScaling(DamageScaling)"
              },
              {
                "kind": "METHOD",
                "name": "deathMessageType(DeathMessageType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "deathMessageType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry/Builder.html#deathMessageType(DeathMessageType)"
              },
              {
                "kind": "METHOD",
                "name": "exhaustion(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "exhaustion"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry/Builder.html#exhaustion(float)"
              },
              {
                "kind": "METHOD",
                "name": "messageId(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "messageId"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry/Builder.html#messageId(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "messageId()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry.html#messageId()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/DamageTypeRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.EnchantmentRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "activeSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#activeSlots()"
          },
          {
            "kind": "METHOD",
            "name": "anvilCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#anvilCost()"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "exclusiveWith()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#exclusiveWith()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.EnchantmentRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "activeSlots(EquipmentSlotGroup...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "activeSlots"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#activeSlots(EquipmentSlotGroup...)"
              },
              {
                "kind": "METHOD",
                "name": "activeSlots(Iterable)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "activeSlots"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#activeSlots(Iterable)"
              },
              {
                "kind": "METHOD",
                "name": "anvilCost(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "anvilCost"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#anvilCost(int)"
              },
              {
                "kind": "METHOD",
                "name": "description(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "description"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#description(Component)"
              },
              {
                "kind": "METHOD",
                "name": "exclusiveWith(RegistryKeySet)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "exclusiveWith"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#exclusiveWith(RegistryKeySet)"
              },
              {
                "kind": "METHOD",
                "name": "maxLevel(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "maxLevel"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#maxLevel(int)"
              },
              {
                "kind": "METHOD",
                "name": "maximumCost(EnchantmentCost)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "maximumCost"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#maximumCost(EnchantmentCost)"
              },
              {
                "kind": "METHOD",
                "name": "minimumCost(EnchantmentCost)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "minimumCost"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#minimumCost(EnchantmentCost)"
              },
              {
                "kind": "METHOD",
                "name": "primaryItems(RegistryKeySet)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "primaryItems"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#primaryItems(RegistryKeySet)"
              },
              {
                "kind": "METHOD",
                "name": "supportedItems(RegistryKeySet)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "supportedItems"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#supportedItems(RegistryKeySet)"
              },
              {
                "kind": "METHOD",
                "name": "weight(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "weight"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html#weight(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.EnchantmentRegistryEntry.EnchantmentCost",
            "children": [
              {
                "kind": "METHOD",
                "name": "additionalPerLevelCost()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/EnchantmentCost.html#additionalPerLevelCost()"
              },
              {
                "kind": "METHOD",
                "name": "baseCost()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/EnchantmentCost.html#baseCost()"
              },
              {
                "kind": "METHOD",
                "name": "of(int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "additionalPerLevelCost"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "baseCost"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/EnchantmentCost.html#of(int,int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry/EnchantmentCost.html"
          },
          {
            "kind": "METHOD",
            "name": "maxLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#maxLevel()"
          },
          {
            "kind": "METHOD",
            "name": "maximumCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#maximumCost()"
          },
          {
            "kind": "METHOD",
            "name": "minimumCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#minimumCost()"
          },
          {
            "kind": "METHOD",
            "name": "primaryItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#primaryItems()"
          },
          {
            "kind": "METHOD",
            "name": "supportedItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#supportedItems()"
          },
          {
            "kind": "METHOD",
            "name": "weight()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html#weight()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/EnchantmentRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.FrogVariantRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "clientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/FrogVariantRegistryEntry.html#clientTextureAsset()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.FrogVariantRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "clientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "clientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/FrogVariantRegistryEntry/Builder.html#clientTextureAsset(ClientTextureAsset)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/FrogVariantRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/FrogVariantRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.GameEventRegistryEntry",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.GameEventRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "range(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "range"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/GameEventRegistryEntry/Builder.html#range(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/GameEventRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "range()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/GameEventRegistryEntry.html#range()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/GameEventRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.InlinedRegistryBuilderProvider",
        "children": [
          {
            "kind": "METHOD",
            "name": "createDialog(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InlinedRegistryBuilderProvider.html#createDialog(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createInstrument(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InlinedRegistryBuilderProvider.html#createInstrument(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "instance()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InlinedRegistryBuilderProvider.html#instance()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InlinedRegistryBuilderProvider.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.InstrumentRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "duration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry.html#duration()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.InstrumentRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "description(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "description"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html#description(Component)"
              },
              {
                "kind": "METHOD",
                "name": "duration(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "duration"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html#duration(float)"
              },
              {
                "kind": "METHOD",
                "name": "range(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "range"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html#range(float)"
              },
              {
                "kind": "METHOD",
                "name": "soundEvent(Consumer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "soundEvent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html#soundEvent(Consumer)"
              },
              {
                "kind": "METHOD",
                "name": "soundEvent(RegistryHolder)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "soundEvent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html#soundEvent(RegistryHolder)"
              },
              {
                "kind": "METHOD",
                "name": "soundEvent(TypedKey)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "soundEvent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html#soundEvent(TypedKey)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "range()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry.html#range()"
          },
          {
            "kind": "METHOD",
            "name": "soundEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry.html#soundEvent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/InstrumentRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.JukeboxSongRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "comparatorOutput()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry.html#comparatorOutput()"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry.html#description()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.JukeboxSongRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "comparatorOutput(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "comparatorOutput"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html#comparatorOutput(int)"
              },
              {
                "kind": "METHOD",
                "name": "description(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "description"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html#description(Component)"
              },
              {
                "kind": "METHOD",
                "name": "lengthInSeconds(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lengthInSeconds"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html#lengthInSeconds(float)"
              },
              {
                "kind": "METHOD",
                "name": "soundEvent(Consumer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "soundEvent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html#soundEvent(Consumer)"
              },
              {
                "kind": "METHOD",
                "name": "soundEvent(RegistryHolder)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "soundEvent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html#soundEvent(RegistryHolder)"
              },
              {
                "kind": "METHOD",
                "name": "soundEvent(TypedKey)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "soundEvent"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html#soundEvent(TypedKey)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "lengthInSeconds()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry.html#lengthInSeconds()"
          },
          {
            "kind": "METHOD",
            "name": "soundEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry.html#soundEvent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/JukeboxSongRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.PaintingVariantRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "assetId()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry.html#assetId()"
          },
          {
            "kind": "METHOD",
            "name": "author()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry.html#author()"
          },
          {
            "kind": "METHOD",
            "name": "height()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry.html#height()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.PaintingVariantRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "assetId(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "assetId"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry/Builder.html#assetId(Key)"
              },
              {
                "kind": "METHOD",
                "name": "author(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "author"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry/Builder.html#author(Component)"
              },
              {
                "kind": "METHOD",
                "name": "height(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "height"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry/Builder.html#height(int)"
              },
              {
                "kind": "METHOD",
                "name": "title(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry/Builder.html#title(Component)"
              },
              {
                "kind": "METHOD",
                "name": "width(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry/Builder.html#width(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry.html#title()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PaintingVariantRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.PigVariantRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "clientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry.html#clientTextureAsset()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.PigVariantRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "clientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "clientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Builder.html#clientTextureAsset(ClientTextureAsset)"
              },
              {
                "kind": "METHOD",
                "name": "model(Model)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "model"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Builder.html#model(Model)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.registry.data.PigVariantRegistryEntry.Model",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Model.html#COLD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Model()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Model.html#Model()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Model.html#NORMAL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Model.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Model.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry/Model.html"
          },
          {
            "kind": "METHOD",
            "name": "model()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry.html#model()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/PigVariantRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.SoundEventRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "fixedRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/SoundEventRegistryEntry.html#fixedRange()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.SoundEventRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "fixedRange(Float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fixedRange"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/SoundEventRegistryEntry/Builder.html#fixedRange(Float)"
              },
              {
                "kind": "METHOD",
                "name": "location(Key)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "location"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/SoundEventRegistryEntry/Builder.html#location(Key)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/SoundEventRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "location()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/SoundEventRegistryEntry.html#location()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/SoundEventRegistryEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.WolfVariantRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "angryClientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry.html#angryClientTextureAsset()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.WolfVariantRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "angryClientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "angryClientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry/Builder.html#angryClientTextureAsset(ClientTextureAsset)"
              },
              {
                "kind": "METHOD",
                "name": "tameClientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "tameClientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry/Builder.html#tameClientTextureAsset(ClientTextureAsset)"
              },
              {
                "kind": "METHOD",
                "name": "wildClientTextureAsset(ClientTextureAsset)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "wildClientTextureAsset"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry/Builder.html#wildClientTextureAsset(ClientTextureAsset)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "tameClientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry.html#tameClientTextureAsset()"
          },
          {
            "kind": "METHOD",
            "name": "wildClientTextureAsset()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry.html#wildClientTextureAsset()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/WolfVariantRegistryEntry.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data.client",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.client.ClientTextureAsset",
        "children": [
          {
            "kind": "METHOD",
            "name": "clientTextureAsset(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAsset.html#clientTextureAsset(Key)"
          },
          {
            "kind": "METHOD",
            "name": "clientTextureAsset(Key,Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              },
              {
                "kind": "PARAMETER",
                "name": "texturePath"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAsset.html#clientTextureAsset(Key,Key)"
          },
          {
            "kind": "METHOD",
            "name": "clientTextureAsset(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAsset.html#clientTextureAsset(String)"
          },
          {
            "kind": "METHOD",
            "name": "identifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAsset.html#identifier()"
          },
          {
            "kind": "METHOD",
            "name": "texturePath()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAsset.html#texturePath()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAsset.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.registry.data.client.ClientTextureAssetImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ClientTextureAssetImpl(Key,Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              },
              {
                "kind": "PARAMETER",
                "name": "texturePath"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#ClientTextureAssetImpl(Key,Key)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "identifier",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#identifier"
          },
          {
            "kind": "METHOD",
            "name": "identifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#identifier()"
          },
          {
            "kind": "METHOD",
            "name": "pathFromIdentifier(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#pathFromIdentifier(Key)"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "texturePath",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#texturePath"
          },
          {
            "kind": "METHOD",
            "name": "texturePath()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#texturePath()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/ClientTextureAssetImpl.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/client/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data.dialog",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.ActionButton",
        "children": [
          {
            "kind": "METHOD",
            "name": "action()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html#action()"
          },
          {
            "kind": "METHOD",
            "name": "builder(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html#builder(Component)"
          },
          {
            "kind": "METHOD",
            "name": "create(Component,Component,int,DialogAction)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "tooltip"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html#create(Component,Component,int,DialogAction)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.ActionButton.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "action(DialogAction)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "action"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton/Builder.html#action(DialogAction)"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "tooltip(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "tooltip"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton/Builder.html#tooltip(Component)"
              },
              {
                "kind": "METHOD",
                "name": "width(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton/Builder.html#width(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "label()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html#label()"
          },
          {
            "kind": "METHOD",
            "name": "tooltip()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html#tooltip()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/ActionButton.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.DialogBase",
        "children": [
          {
            "kind": "METHOD",
            "name": "afterAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#afterAction()"
          },
          {
            "kind": "METHOD",
            "name": "body()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#body()"
          },
          {
            "kind": "METHOD",
            "name": "builder(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#builder(Component)"
          },
          {
            "kind": "METHOD",
            "name": "canCloseWithEscape()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#canCloseWithEscape()"
          },
          {
            "kind": "METHOD",
            "name": "create(Component,Component,boolean,boolean,DialogAfterAction,List,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "afterAction"
              },
              {
                "kind": "PARAMETER",
                "name": "body"
              },
              {
                "kind": "PARAMETER",
                "name": "canCloseWithEscape"
              },
              {
                "kind": "PARAMETER",
                "name": "externalTitle"
              },
              {
                "kind": "PARAMETER",
                "name": "inputs"
              },
              {
                "kind": "PARAMETER",
                "name": "pause"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#create(Component,Component,boolean,boolean,DialogAfterAction,List,List)"
          },
          {
            "kind": "METHOD",
            "name": "externalTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#externalTitle()"
          },
          {
            "kind": "METHOD",
            "name": "inputs()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#inputs()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.DialogBase.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "afterAction(DialogAfterAction)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "afterAction"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#afterAction(DialogAfterAction)"
              },
              {
                "kind": "METHOD",
                "name": "body(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "body"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#body(List)"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "canCloseWithEscape(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "canCloseWithEscape"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#canCloseWithEscape(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "externalTitle(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "externalTitle"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#externalTitle(Component)"
              },
              {
                "kind": "METHOD",
                "name": "inputs(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "inputs"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#inputs(List)"
              },
              {
                "kind": "METHOD",
                "name": "pause(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pause"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html#pause(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.registry.data.dialog.DialogBase.DialogAfterAction",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#CLOSE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "DialogAfterAction(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#DialogAfterAction(String)"
              },
              {
                "kind": "FIELD",
                "name": "NAMES",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#NAMES"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WAIT_FOR_RESPONSE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#WAIT_FOR_RESPONSE"
              },
              {
                "kind": "FIELD",
                "name": "name",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#name"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase/DialogAfterAction.html"
          },
          {
            "kind": "METHOD",
            "name": "pause()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#pause()"
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html#title()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogBase.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.DialogRegistryEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "base()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry.html#base()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.DialogRegistryEntry.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "base(DialogBase)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "dialogBase"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry/Builder.html#base(DialogBase)"
              },
              {
                "kind": "METHOD",
                "name": "registryValueSet()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry/Builder.html#registryValueSet()"
              },
              {
                "kind": "METHOD",
                "name": "type(DialogType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "dialogType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry/Builder.html#type(DialogType)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "type()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry.html#type()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/DialogRegistryEntry.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data.dialog.action",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.action.DialogAction",
        "children": [
          {
            "kind": "METHOD",
            "name": "commandTemplate(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction.html#commandTemplate(String)"
          },
          {
            "kind": "METHOD",
            "name": "customClick(DialogActionCallback,Options)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "callback"
              },
              {
                "kind": "PARAMETER",
                "name": "options"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction.html#customClick(DialogActionCallback,Options)"
          },
          {
            "kind": "METHOD",
            "name": "customClick(Key,BinaryTagHolder)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "additions"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction.html#customClick(Key,BinaryTagHolder)"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.action.DialogAction.CommandTemplateAction",
            "children": [
              {
                "kind": "METHOD",
                "name": "template()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/CommandTemplateAction.html#template()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/CommandTemplateAction.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.action.DialogAction.CustomClickAction",
            "children": [
              {
                "kind": "METHOD",
                "name": "additions()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/CustomClickAction.html#additions()"
              },
              {
                "kind": "METHOD",
                "name": "id()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/CustomClickAction.html#id()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/CustomClickAction.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.action.DialogAction.StaticAction",
            "children": [
              {
                "kind": "METHOD",
                "name": "value()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/StaticAction.html#value()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction/StaticAction.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "staticAction(ClickEvent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction.html#staticAction(ClickEvent)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogAction.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.action.DialogActionCallback",
        "children": [
          {
            "kind": "METHOD",
            "name": "accept(DialogResponseView,Audience)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "audience"
              },
              {
                "kind": "PARAMETER",
                "name": "response"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogActionCallback.html#accept(DialogResponseView,Audience)",
            "apiStatus": "OverrideOnly"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/DialogActionCallback.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/action/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data.dialog.body",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.body.DialogBody",
        "children": [
          {
            "kind": "METHOD",
            "name": "item(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/DialogBody.html#item(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "item(ItemStack,PlainMessageDialogBody,boolean,boolean,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "height"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "showDecorations"
              },
              {
                "kind": "PARAMETER",
                "name": "showTooltip"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/DialogBody.html#item(ItemStack,PlainMessageDialogBody,boolean,boolean,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "plainMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/DialogBody.html#plainMessage(Component)"
          },
          {
            "kind": "METHOD",
            "name": "plainMessage(Component,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/DialogBody.html#plainMessage(Component,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/DialogBody.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.body.ItemDialogBody",
        "children": [
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "height()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html#height()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.body.ItemDialogBody.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "description(PlainMessageDialogBody)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "description"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html#description(PlainMessageDialogBody)"
              },
              {
                "kind": "METHOD",
                "name": "height(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "height"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html#height(int)"
              },
              {
                "kind": "METHOD",
                "name": "showDecorations(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "showDecorations"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html#showDecorations(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "showTooltip(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "showTooltip"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html#showTooltip(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "width(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html#width(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "item()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html#item()"
          },
          {
            "kind": "METHOD",
            "name": "showDecorations()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html#showDecorations()"
          },
          {
            "kind": "METHOD",
            "name": "showTooltip()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html#showTooltip()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/ItemDialogBody.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.body.PlainMessageDialogBody",
        "children": [
          {
            "kind": "METHOD",
            "name": "contents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/PlainMessageDialogBody.html#contents()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/PlainMessageDialogBody.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/PlainMessageDialogBody.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/body/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data.dialog.input",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.input.BooleanDialogInput",
        "children": [
          {
            "kind": "METHOD",
            "name": "initial()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput.html#initial()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.input.BooleanDialogInput.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "initial(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "initial"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput/Builder.html#initial(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "onFalse(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "onFalse"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput/Builder.html#onFalse(String)"
              },
              {
                "kind": "METHOD",
                "name": "onTrue(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "onTrue"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput/Builder.html#onTrue(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "label()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput.html#label()"
          },
          {
            "kind": "METHOD",
            "name": "onFalse()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput.html#onFalse()"
          },
          {
            "kind": "METHOD",
            "name": "onTrue()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput.html#onTrue()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/BooleanDialogInput.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.input.DialogInput",
        "children": [
          {
            "kind": "METHOD",
            "name": "bool(String,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#bool(String,Component)"
          },
          {
            "kind": "METHOD",
            "name": "bool(String,Component,boolean,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initial"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "onFalse"
              },
              {
                "kind": "PARAMETER",
                "name": "onTrue"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#bool(String,Component,boolean,String,String)"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#key()"
          },
          {
            "kind": "METHOD",
            "name": "numberRange(String,Component,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "end"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#numberRange(String,Component,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "numberRange(String,int,Component,String,float,float,Float,Float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "end"
              },
              {
                "kind": "PARAMETER",
                "name": "initial"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "labelFormat"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              },
              {
                "kind": "PARAMETER",
                "name": "step"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#numberRange(String,int,Component,String,float,float,Float,Float)"
          },
          {
            "kind": "METHOD",
            "name": "singleOption(String,Component,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#singleOption(String,Component,List)"
          },
          {
            "kind": "METHOD",
            "name": "singleOption(String,int,List,Component,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "labelVisible"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#singleOption(String,int,List,Component,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "text(String,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#text(String,Component)"
          },
          {
            "kind": "METHOD",
            "name": "text(String,int,Component,boolean,String,int,MultilineOptions)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initial"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "labelVisible"
              },
              {
                "kind": "PARAMETER",
                "name": "maxLength"
              },
              {
                "kind": "PARAMETER",
                "name": "multilineOptions"
              },
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html#text(String,int,Component,boolean,String,int,MultilineOptions)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/DialogInput.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.input.NumberRangeDialogInput",
        "children": [
          {
            "kind": "METHOD",
            "name": "end()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#end()"
          },
          {
            "kind": "METHOD",
            "name": "initial()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#initial()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.input.NumberRangeDialogInput.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "initial(Float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "initial"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput/Builder.html#initial(Float)"
              },
              {
                "kind": "METHOD",
                "name": "labelFormat(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "labelFormat"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput/Builder.html#labelFormat(String)"
              },
              {
                "kind": "METHOD",
                "name": "step(Float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "step"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput/Builder.html#step(Float)"
              },
              {
                "kind": "METHOD",
                "name": "width(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput/Builder.html#width(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "label()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#label()"
          },
          {
            "kind": "METHOD",
            "name": "labelFormat()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#labelFormat()"
          },
          {
            "kind": "METHOD",
            "name": "start()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#start()"
          },
          {
            "kind": "METHOD",
            "name": "step()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#step()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/NumberRangeDialogInput.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.input.SingleOptionDialogInput",
        "children": [
          {
            "kind": "METHOD",
            "name": "entries()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput.html#entries()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.input.SingleOptionDialogInput.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "labelVisible(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "labelVisible"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/Builder.html#labelVisible(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "width(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/Builder.html#width(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.input.SingleOptionDialogInput.OptionEntry",
            "children": [
              {
                "kind": "METHOD",
                "name": "create(String,Component,boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "display"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "initial"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/OptionEntry.html#create(String,Component,boolean)"
              },
              {
                "kind": "METHOD",
                "name": "display()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/OptionEntry.html#display()"
              },
              {
                "kind": "METHOD",
                "name": "id()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/OptionEntry.html#id()"
              },
              {
                "kind": "METHOD",
                "name": "initial()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/OptionEntry.html#initial()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput/OptionEntry.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "label()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput.html#label()"
          },
          {
            "kind": "METHOD",
            "name": "labelVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput.html#labelVisible()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/SingleOptionDialogInput.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.input.TextDialogInput",
        "children": [
          {
            "kind": "METHOD",
            "name": "initial()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html#initial()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.input.TextDialogInput.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "initial(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "initial"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html#initial(String)"
              },
              {
                "kind": "METHOD",
                "name": "labelVisible(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "labelVisible"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html#labelVisible(boolean)"
              },
              {
                "kind": "METHOD",
                "name": "maxLength(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "maxLength"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html#maxLength(int)"
              },
              {
                "kind": "METHOD",
                "name": "multiline(MultilineOptions)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "multiline"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html#multiline(MultilineOptions)"
              },
              {
                "kind": "METHOD",
                "name": "width(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html#width(int)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/Builder.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.input.TextDialogInput.MultilineOptions",
            "children": [
              {
                "kind": "METHOD",
                "name": "create(Integer,Integer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "height"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "maxLines"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/MultilineOptions.html#create(Integer,Integer)"
              },
              {
                "kind": "METHOD",
                "name": "height()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/MultilineOptions.html#height()"
              },
              {
                "kind": "METHOD",
                "name": "maxLines()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/MultilineOptions.html#maxLines()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput/MultilineOptions.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "label()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html#label()"
          },
          {
            "kind": "METHOD",
            "name": "labelVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html#labelVisible()"
          },
          {
            "kind": "METHOD",
            "name": "maxLength()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html#maxLength()"
          },
          {
            "kind": "METHOD",
            "name": "multiline()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html#multiline()"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html#width()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/TextDialogInput.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/input/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.data.dialog.type",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.type.ConfirmationType",
        "children": [
          {
            "kind": "METHOD",
            "name": "noButton()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ConfirmationType.html#noButton()"
          },
          {
            "kind": "METHOD",
            "name": "yesButton()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ConfirmationType.html#yesButton()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ConfirmationType.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.type.DialogListType",
        "children": [
          {
            "kind": "METHOD",
            "name": "buttonWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType.html#buttonWidth()"
          },
          {
            "kind": "METHOD",
            "name": "columns()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType.html#columns()"
          },
          {
            "kind": "METHOD",
            "name": "dialogs()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType.html#dialogs()"
          },
          {
            "kind": "METHOD",
            "name": "exitAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType.html#exitAction()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.type.DialogListType.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "buttonWidth(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "buttonWidth"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType/Builder.html#buttonWidth(int)"
              },
              {
                "kind": "METHOD",
                "name": "columns(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "columns"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType/Builder.html#columns(int)"
              },
              {
                "kind": "METHOD",
                "name": "exitAction(ActionButton)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "exitAction"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType/Builder.html#exitAction(ActionButton)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogListType.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.type.DialogType",
        "children": [
          {
            "kind": "METHOD",
            "name": "confirmation(ActionButton,ActionButton)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "noButton"
              },
              {
                "kind": "PARAMETER",
                "name": "yesButton"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#confirmation(ActionButton,ActionButton)"
          },
          {
            "kind": "METHOD",
            "name": "dialogList(RegistrySet)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dialogs"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#dialogList(RegistrySet)"
          },
          {
            "kind": "METHOD",
            "name": "dialogList(RegistrySet,ActionButton,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "buttonWidth"
              },
              {
                "kind": "PARAMETER",
                "name": "columns"
              },
              {
                "kind": "PARAMETER",
                "name": "dialogs"
              },
              {
                "kind": "PARAMETER",
                "name": "exitAction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#dialogList(RegistrySet,ActionButton,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "multiAction(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "actions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#multiAction(List)"
          },
          {
            "kind": "METHOD",
            "name": "multiAction(List,ActionButton,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "actions"
              },
              {
                "kind": "PARAMETER",
                "name": "columns"
              },
              {
                "kind": "PARAMETER",
                "name": "exitAction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#multiAction(List,ActionButton,int)"
          },
          {
            "kind": "METHOD",
            "name": "notice()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#notice()"
          },
          {
            "kind": "METHOD",
            "name": "notice(ActionButton)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "action"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#notice(ActionButton)"
          },
          {
            "kind": "METHOD",
            "name": "serverLinks(ActionButton,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "buttonWidth"
              },
              {
                "kind": "PARAMETER",
                "name": "columns"
              },
              {
                "kind": "PARAMETER",
                "name": "exitAction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html#serverLinks(ActionButton,int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/DialogType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.type.MultiActionType",
        "children": [
          {
            "kind": "METHOD",
            "name": "actions()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType.html#actions()"
          },
          {
            "kind": "METHOD",
            "name": "columns()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType.html#columns()"
          },
          {
            "kind": "METHOD",
            "name": "exitAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType.html#exitAction()"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.data.dialog.type.MultiActionType.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "columns(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "columns"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType/Builder.html#columns(int)"
              },
              {
                "kind": "METHOD",
                "name": "exitAction(ActionButton)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "exitAction"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType/Builder.html#exitAction(ActionButton)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType/Builder.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/MultiActionType.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.type.NoticeType",
        "children": [
          {
            "kind": "METHOD",
            "name": "action()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/NoticeType.html#action()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/NoticeType.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.data.dialog.type.ServerLinksType",
        "children": [
          {
            "kind": "METHOD",
            "name": "buttonWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ServerLinksType.html#buttonWidth()"
          },
          {
            "kind": "METHOD",
            "name": "columns()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ServerLinksType.html#columns()"
          },
          {
            "kind": "METHOD",
            "name": "exitAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ServerLinksType.html#exitAction()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/ServerLinksType.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/data/dialog/type/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.event",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.RegistryComposeEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cV\u003egetOrCreateTag(TagKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "V"
              },
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryComposeEvent.html#\u003cV\u003egetOrCreateTag(TagKey)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "registry()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryComposeEvent.html#registry()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryComposeEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.RegistryEntryAddEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cV\u003egetOrCreateTag(TagKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "V"
              },
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEntryAddEvent.html#\u003cV\u003egetOrCreateTag(TagKey)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEntryAddEvent.html#builder()"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEntryAddEvent.html#key()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEntryAddEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.RegistryEvent",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvent.html#registryKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvent.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.RegistryEventProvider",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "compose()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEventProvider.html#compose()"
          },
          {
            "kind": "METHOD",
            "name": "entryAdd()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEventProvider.html#entryAdd()"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEventProvider.html#registryKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEventProvider.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.event.RegistryEvents",
        "children": [
          {
            "kind": "FIELD",
            "name": "BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "CAT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#CAT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#CHICKEN_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "COW_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#COW_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#DAMAGE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "DIALOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#DIALOG"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#ENCHANTMENT"
          },
          {
            "kind": "FIELD",
            "name": "FROG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#FROG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#GAME_EVENT"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#INSTRUMENT"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_SONG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#JUKEBOX_SONG"
          },
          {
            "kind": "FIELD",
            "name": "PAINTING_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#PAINTING_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "PIG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#PIG_VARIANT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegistryEvents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#RegistryEvents()"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html#WOLF_VARIANT"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/RegistryEvents.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.WritableRegistry",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "register(TypedKey,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/WritableRegistry.html#register(TypedKey,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "registerWith(TypedKey,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/WritableRegistry.html#registerWith(TypedKey,Consumer)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/WritableRegistry.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.event.type",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.type.RegistryEntryAddConfiguration",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "filter(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/RegistryEntryAddConfiguration.html#filter(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "filter(TypedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/RegistryEntryAddConfiguration.html#filter(TypedKey)"
          },
          {
            "kind": "METHOD",
            "name": "monitor()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/RegistryEntryAddConfiguration.html#monitor()"
          },
          {
            "kind": "METHOD",
            "name": "priority(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/RegistryEntryAddConfiguration.html#priority(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/RegistryEntryAddConfiguration.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.event.type.RegistryEntryAddEventType",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "B"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/RegistryEntryAddEventType.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/event/type/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.holder",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.holder.RegistryHolder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "API"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "ENTRY"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.holder.RegistryHolder.Inlined",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "API"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "ENTRY"
              },
              {
                "kind": "METHOD",
                "name": "entry()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/holder/RegistryHolder/Inlined.html#entry()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/holder/RegistryHolder/Inlined.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "INTERFACE",
            "name": "io.papermc.paper.registry.holder.RegistryHolder.Reference",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "API"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "ENTRY"
              },
              {
                "kind": "METHOD",
                "name": "key()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/holder/RegistryHolder/Reference.html#key()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/holder/RegistryHolder/Reference.html",
            "apiStatus": "NonExtendable"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/holder/RegistryHolder.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/holder/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.keys",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.AttributeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ARMOR_TOUGHNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#ARMOR_TOUGHNESS"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#ATTACK_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#ATTACK_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#ATTACK_SPEED"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#AttributeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BREAK_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#BLOCK_BREAK_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_INTERACTION_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#BLOCK_INTERACTION_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "BURNING_TIME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#BURNING_TIME"
          },
          {
            "kind": "FIELD",
            "name": "CAMERA_DISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#CAMERA_DISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_INTERACTION_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#ENTITY_INTERACTION_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "EXPLOSION_KNOCKBACK_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#EXPLOSION_KNOCKBACK_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE_MULTIPLIER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#FALL_DAMAGE_MULTIPLIER"
          },
          {
            "kind": "FIELD",
            "name": "FLYING_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#FLYING_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOW_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#FOLLOW_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "GRAVITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#GRAVITY"
          },
          {
            "kind": "FIELD",
            "name": "JUMP_STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#JUMP_STRENGTH"
          },
          {
            "kind": "FIELD",
            "name": "KNOCKBACK_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#KNOCKBACK_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#LUCK"
          },
          {
            "kind": "FIELD",
            "name": "MAX_ABSORPTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#MAX_ABSORPTION"
          },
          {
            "kind": "FIELD",
            "name": "MAX_HEALTH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#MAX_HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "MINING_EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#MINING_EFFICIENCY"
          },
          {
            "kind": "FIELD",
            "name": "MOVEMENT_EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#MOVEMENT_EFFICIENCY"
          },
          {
            "kind": "FIELD",
            "name": "MOVEMENT_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#MOVEMENT_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "OXYGEN_BONUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#OXYGEN_BONUS"
          },
          {
            "kind": "FIELD",
            "name": "SAFE_FALL_DISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#SAFE_FALL_DISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "SCALE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#SCALE"
          },
          {
            "kind": "FIELD",
            "name": "SNEAKING_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#SNEAKING_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_REINFORCEMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#SPAWN_REINFORCEMENTS"
          },
          {
            "kind": "FIELD",
            "name": "STEP_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#STEP_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SUBMERGED_MINING_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#SUBMERGED_MINING_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "SWEEPING_DAMAGE_RATIO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#SWEEPING_DAMAGE_RATIO"
          },
          {
            "kind": "FIELD",
            "name": "TEMPT_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#TEMPT_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "WATER_MOVEMENT_EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#WATER_MOVEMENT_EFFICIENCY"
          },
          {
            "kind": "FIELD",
            "name": "WAYPOINT_RECEIVE_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#WAYPOINT_RECEIVE_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "WAYPOINT_TRANSMIT_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#WAYPOINT_TRANSMIT_RANGE"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/AttributeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.BannerPatternKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BASE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#BASE"
          },
          {
            "kind": "FIELD",
            "name": "BORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#BORDER"
          },
          {
            "kind": "FIELD",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#BRICKS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BannerPatternKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#BannerPatternKeys()"
          },
          {
            "kind": "FIELD",
            "name": "CIRCLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#CIRCLE"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "CROSS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#CROSS"
          },
          {
            "kind": "FIELD",
            "name": "CURLY_BORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#CURLY_BORDER"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#DIAGONAL_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#DIAGONAL_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_UP_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#DIAGONAL_UP_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_UP_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#DIAGONAL_UP_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "FLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#FLOW"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "GLOBE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#GLOBE"
          },
          {
            "kind": "FIELD",
            "name": "GRADIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#GRADIENT"
          },
          {
            "kind": "FIELD",
            "name": "GRADIENT_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#GRADIENT_UP"
          },
          {
            "kind": "FIELD",
            "name": "GUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#GUSTER"
          },
          {
            "kind": "FIELD",
            "name": "HALF_HORIZONTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#HALF_HORIZONTAL"
          },
          {
            "kind": "FIELD",
            "name": "HALF_HORIZONTAL_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#HALF_HORIZONTAL_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "HALF_VERTICAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#HALF_VERTICAL"
          },
          {
            "kind": "FIELD",
            "name": "HALF_VERTICAL_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#HALF_VERTICAL_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "MOJANG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#MOJANG"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "RHOMBUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#RHOMBUS"
          },
          {
            "kind": "FIELD",
            "name": "SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_STRIPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#SMALL_STRIPES"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_BOTTOM_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#SQUARE_BOTTOM_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_BOTTOM_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#SQUARE_BOTTOM_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_TOP_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#SQUARE_TOP_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_TOP_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#SQUARE_TOP_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "STRAIGHT_CROSS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRAIGHT_CROSS"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_CENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_CENTER"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_DOWNLEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_DOWNLEFT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_DOWNRIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_DOWNRIGHT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_MIDDLE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#STRIPE_TOP"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLES_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#TRIANGLES_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLES_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#TRIANGLES_TOP"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLE_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#TRIANGLE_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLE_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#TRIANGLE_TOP"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BannerPatternKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.BiomeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#BAMBOO_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "BASALT_DELTAS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#BASALT_DELTAS"
          },
          {
            "kind": "FIELD",
            "name": "BEACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#BEACH"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#BIRCH_FOREST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BiomeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#BiomeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#CHERRY_GROVE"
          },
          {
            "kind": "FIELD",
            "name": "COLD_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#COLD_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#CRIMSON_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "DARK_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DARK_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_COLD_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DEEP_COLD_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_DARK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DEEP_DARK"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_FROZEN_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DEEP_FROZEN_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_LUKEWARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DEEP_LUKEWARM_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DEEP_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DESERT"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#DRIPSTONE_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "END_BARRENS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#END_BARRENS"
          },
          {
            "kind": "FIELD",
            "name": "END_HIGHLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#END_HIGHLANDS"
          },
          {
            "kind": "FIELD",
            "name": "END_MIDLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#END_MIDLANDS"
          },
          {
            "kind": "FIELD",
            "name": "ERODED_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#ERODED_BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#FLOWER_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#FOREST"
          },
          {
            "kind": "FIELD",
            "name": "FROZEN_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#FROZEN_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "FROZEN_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#FROZEN_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "FROZEN_RIVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#FROZEN_RIVER"
          },
          {
            "kind": "FIELD",
            "name": "GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#GROVE"
          },
          {
            "kind": "FIELD",
            "name": "ICE_SPIKES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#ICE_SPIKES"
          },
          {
            "kind": "FIELD",
            "name": "JAGGED_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#JAGGED_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "LUKEWARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#LUKEWARM_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "LUSH_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#LUSH_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#MANGROVE_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "MEADOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#MEADOW"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_FIELDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#MUSHROOM_FIELDS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WASTES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#NETHER_WASTES"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "OLD_GROWTH_BIRCH_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#OLD_GROWTH_BIRCH_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "OLD_GROWTH_PINE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#OLD_GROWTH_PINE_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "OLD_GROWTH_SPRUCE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#OLD_GROWTH_SPRUCE_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "PALE_GARDEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#PALE_GARDEN"
          },
          {
            "kind": "FIELD",
            "name": "PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "RIVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#RIVER"
          },
          {
            "kind": "FIELD",
            "name": "SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "SAVANNA_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SAVANNA_PLATEAU"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_END_ISLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SMALL_END_ISLANDS"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_BEACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SNOWY_BEACH"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SNOWY_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_SLOPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SNOWY_SLOPES"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SNOWY_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SAND_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SOUL_SAND_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "SPARSE_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SPARSE_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "STONY_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#STONY_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "STONY_SHORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#STONY_SHORE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWER_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SUNFLOWER_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "THE_END",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#THE_END"
          },
          {
            "kind": "FIELD",
            "name": "THE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#THE_VOID"
          },
          {
            "kind": "FIELD",
            "name": "WARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WARM_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WARPED_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WINDSWEPT_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_GRAVELLY_HILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WINDSWEPT_GRAVELLY_HILLS"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_HILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WINDSWEPT_HILLS"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WINDSWEPT_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "WOODED_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#WOODED_BADLANDS"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BiomeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.BlockTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACACIA_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ACTIVATOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ALLIUM"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#AMETHYST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_CLUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#AMETHYST_CLUSTER"
          },
          {
            "kind": "FIELD",
            "name": "ANCIENT_DEBRIS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ANCIENT_DEBRIS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ANDESITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "ATTACHED_MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ATTACHED_MELON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "ATTACHED_PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ATTACHED_PUMPKIN_STEM"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#AZURE_BLUET"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_MOSAIC"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_MOSAIC_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_MOSAIC_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BAMBOO_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BARREL"
          },
          {
            "kind": "FIELD",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BARRIER"
          },
          {
            "kind": "FIELD",
            "name": "BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BASALT"
          },
          {
            "kind": "FIELD",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BEACON"
          },
          {
            "kind": "FIELD",
            "name": "BEDROCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BEDROCK"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BEEHIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BEETROOTS"
          },
          {
            "kind": "FIELD",
            "name": "BEE_NEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BEE_NEST"
          },
          {
            "kind": "FIELD",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BELL"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIG_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIG_DRIPLEAF_STEM"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLACK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLAST_FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_ICE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_ORCHID"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BREWING_STAND"
          },
          {
            "kind": "FIELD",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_BED"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BROWN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_COLUMN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUBBLE_COLUMN"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BUDDING_AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUDDING_AMETHYST"
          },
          {
            "kind": "FIELD",
            "name": "BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BUSH"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#BlockTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CACTUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CALCITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CALCITE"
          },
          {
            "kind": "FIELD",
            "name": "CALIBRATED_SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CALIBRATED_SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CARROTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CARROTS"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CARVED_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CARVED_PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CAVE_AIR"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CAVE_VINES"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CAVE_VINES_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "CHAIN_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHAIN_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHEST"
          },
          {
            "kind": "FIELD",
            "name": "CHIPPED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHIPPED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHISELED_TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHORUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CHORUS_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CLAY"
          },
          {
            "kind": "FIELD",
            "name": "CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COARSE_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COARSE_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COBWEB"
          },
          {
            "kind": "FIELD",
            "name": "COCOA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COCOA"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COMPARATOR"
          },
          {
            "kind": "FIELD",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COMPOSTER"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CONDUIT"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#COPPER_WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CORNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRACKED_DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRACKED_DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRACKED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRACKED_POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRAFTER"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRAFTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CREAKING_HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CREAKING_HEART"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CREEPER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CREEPER_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRIMSON_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRYING_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CRYING_OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CUT_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_BED"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#CYAN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DAMAGED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DANDELION"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DARK_PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DAYLIGHT_DETECTOR"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEAD_TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DECORATED_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DECORATED_POT"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_TILE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_TILE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DEEPSLATE_TILE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DETECTOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIAMOND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIORITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DIRT_PATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DIRT_PATH"
          },
          {
            "kind": "FIELD",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DISPENSER"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DRAGON_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DRAGON_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DRAGON_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DRIED_GHAST"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_KELP_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DRIED_KELP_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DRIPSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#DROPPER"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EMERALD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ENCHANTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ENDER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_GATEWAY"
          },
          {
            "kind": "FIELD",
            "name": "END_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "END_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_PORTAL_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_ROD"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_STONE"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#END_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FARMLAND"
          },
          {
            "kind": "FIELD",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FERN"
          },
          {
            "kind": "FIELD",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FIRE"
          },
          {
            "kind": "FIELD",
            "name": "FIREFLY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FIREFLY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "FLETCHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FLETCHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FLOWERING_AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FLOWERING_AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FLOWER_POT"
          },
          {
            "kind": "FIELD",
            "name": "FROGSPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FROGSPAWN"
          },
          {
            "kind": "FIELD",
            "name": "FROSTED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FROSTED_ICE"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "GILDED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GILDED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GLOWSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_LICHEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GLOW_LICHEN"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRANITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "GRASS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRASS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_BED"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GREEN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#GRINDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "HANGING_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HANGING_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HAY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_CORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HEAVY_CORE"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HEAVY_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "HONEYCOMB_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HONEYCOMB_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HONEY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HONEY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HOPPER"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_STONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#INFESTED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#IRON_BARS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "IRON_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#IRON_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#IRON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#IRON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JACK_O_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JIGSAW"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUKEBOX"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#KELP"
          },
          {
            "kind": "FIELD",
            "name": "KELP_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#KELP_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LADDER"
          },
          {
            "kind": "FIELD",
            "name": "LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LAPIS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LARGE_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LARGE_FERN"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LAVA_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "LEAF_LITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LEAF_LITTER"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LECTERN"
          },
          {
            "kind": "FIELD",
            "name": "LEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LEVER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIGHT_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "LILAC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LILAC"
          },
          {
            "kind": "FIELD",
            "name": "LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LILY_OF_THE_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "LILY_PAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LILY_PAD"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LIME_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LODESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LODESTONE"
          },
          {
            "kind": "FIELD",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#LOOM"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_BED"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGENTA_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MAGMA_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_PROPAGULE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "MEDIUM_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MEDIUM_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MELON"
          },
          {
            "kind": "FIELD",
            "name": "MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MELON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSSY_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MOVING_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MOVING_PISTON"
          },
          {
            "kind": "FIELD",
            "name": "MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUD"
          },
          {
            "kind": "FIELD",
            "name": "MUDDY_MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUDDY_MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUD_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUD_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUD_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUD_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MUSHROOM_STEM"
          },
          {
            "kind": "FIELD",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#MYCELIUM"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHERITE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHERRACK"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_BRICK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_QUARTZ_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_SPROUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_SPROUTS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_WART"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NETHER_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#NOTE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "OBSERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OBSERVER"
          },
          {
            "kind": "FIELD",
            "name": "OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "OCHRE_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OCHRE_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OPEN_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_BED"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ORANGE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXEYE_DAISY"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PACKED_ICE"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PACKED_MUD"
          },
          {
            "kind": "FIELD",
            "name": "PALE_HANGING_MOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_HANGING_MOSS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "PEARLESCENT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PEARLESCENT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "PEONY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PEONY"
          },
          {
            "kind": "FIELD",
            "name": "PETRIFIED_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PETRIFIED_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PIGLIN_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PIGLIN_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_BED"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_PETALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_PETALS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "PINK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PINK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PISTON"
          },
          {
            "kind": "FIELD",
            "name": "PISTON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PISTON_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PITCHER_CROP"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PITCHER_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PLAYER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PLAYER_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PODZOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PODZOL"
          },
          {
            "kind": "FIELD",
            "name": "POINTED_DRIPSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POINTED_DRIPSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POLISHED_TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POPPY"
          },
          {
            "kind": "FIELD",
            "name": "POTATOES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTATOES"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_ACACIA_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_ALLIUM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_AZALEA_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_AZALEA_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_AZURE_BLUET"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_BAMBOO"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_BIRCH_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_BLUE_ORCHID"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_BROWN_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_CHERRY_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_CORNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_CRIMSON_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_CRIMSON_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_DANDELION"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_DARK_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_DEAD_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_FERN"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_FLOWERING_AZALEA_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_FLOWERING_AZALEA_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_JUNGLE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_LILY_OF_THE_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_MANGROVE_PROPAGULE"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_OPEN_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_ORANGE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_OXEYE_DAISY"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_PALE_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_PINK_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_POPPY"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_RED_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_RED_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_SPRUCE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_TORCHFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_WARPED_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_WARPED_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_WHITE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POTTED_WITHER_ROSE"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POWDER_SNOW_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#POWERED_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PRISMARINE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PUMPKIN_STEM"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_BED"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPLE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPUR_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPUR_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPUR_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#PURPUR_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#QUARTZ_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#QUARTZ_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RAIL"
          },
          {
            "kind": "FIELD",
            "name": "RAW_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RAW_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RAW_GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RAW_IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REDSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_LAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REDSTONE_LAMP"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REDSTONE_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REDSTONE_WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_WIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REDSTONE_WIRE"
          },
          {
            "kind": "FIELD",
            "name": "RED_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RED_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_BED"
          },
          {
            "kind": "FIELD",
            "name": "RED_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_SAND"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "RED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "RED_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RED_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RED_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "REINFORCED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REINFORCED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "REPEATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REPEATER"
          },
          {
            "kind": "FIELD",
            "name": "REPEATING_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#REPEATING_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESIN_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESIN_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESIN_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESIN_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_CLUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESIN_CLUMP"
          },
          {
            "kind": "FIELD",
            "name": "RESPAWN_ANCHOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#RESPAWN_ANCHOR"
          },
          {
            "kind": "FIELD",
            "name": "ROOTED_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ROOTED_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "ROSE_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ROSE_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SCAFFOLDING"
          },
          {
            "kind": "FIELD",
            "name": "SCULK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SCULK"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_CATALYST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SCULK_CATALYST"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SHRIEKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SCULK_SHRIEKER"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_VEIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SCULK_VEIN"
          },
          {
            "kind": "FIELD",
            "name": "SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SEAGRASS"
          },
          {
            "kind": "FIELD",
            "name": "SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SEA_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SEA_PICKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SEA_PICKLE"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SHORT_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SHORT_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHROOMLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SHROOMLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SKELETON_WALL_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SLIME_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMALL_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMALL_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMITHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOKER"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_STONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SMOOTH_STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SNIFFER_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SNOW_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SOIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_SOIL"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SOUL_WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "SPORE_BLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPORE_BLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STICKY_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STICKY_PISTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE"
          },
          {
            "kind": "FIELD",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONECUTTER"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRIPPED_WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRUCTURE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#STRUCTURE_VOID"
          },
          {
            "kind": "FIELD",
            "name": "SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SUGAR_CANE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SUNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SUSPICIOUS_GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SUSPICIOUS_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#SWEET_BERRY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "TALL_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TALL_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TALL_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TALL_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TALL_SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TALL_SEAGRASS"
          },
          {
            "kind": "FIELD",
            "name": "TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TARGET"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TEST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TEST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TEST_INSTANCE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TEST_INSTANCE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TINTED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TINTED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TNT"
          },
          {
            "kind": "FIELD",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TORCH"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TORCHFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TORCHFLOWER_CROP"
          },
          {
            "kind": "FIELD",
            "name": "TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TRAPPED_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TRIAL_SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "TRIPWIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TRIPWIRE"
          },
          {
            "kind": "FIELD",
            "name": "TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TRIPWIRE_HOOK"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TURTLE_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TWISTING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#TWISTING_VINES_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "VAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#VAULT"
          },
          {
            "kind": "FIELD",
            "name": "VERDANT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#VERDANT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#VINE"
          },
          {
            "kind": "FIELD",
            "name": "VOID_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#VOID_AIR"
          },
          {
            "kind": "FIELD",
            "name": "WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WARPED_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WATER"
          },
          {
            "kind": "FIELD",
            "name": "WATER_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WATER_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WAXED_WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEEPING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WEEPING_VINES_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "WET_SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WET_SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "WHEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHEAT"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_BED"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WHITE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WILDFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WILDFLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WITHER_ROSE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WITHER_SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#WITHER_SKELETON_WALL_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_BED"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#YELLOW_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ZOMBIE_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#ZOMBIE_WALL_HEAD"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/BlockTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.CatVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALL_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#ALL_BLACK"
          },
          {
            "kind": "FIELD",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#BLACK"
          },
          {
            "kind": "FIELD",
            "name": "BRITISH_SHORTHAIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#BRITISH_SHORTHAIR"
          },
          {
            "kind": "FIELD",
            "name": "CALICO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#CALICO"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CatVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#CatVariantKeys()"
          },
          {
            "kind": "FIELD",
            "name": "JELLIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#JELLIE"
          },
          {
            "kind": "FIELD",
            "name": "PERSIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#PERSIAN"
          },
          {
            "kind": "FIELD",
            "name": "RAGDOLL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#RAGDOLL"
          },
          {
            "kind": "FIELD",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#RED"
          },
          {
            "kind": "FIELD",
            "name": "SIAMESE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#SIAMESE"
          },
          {
            "kind": "FIELD",
            "name": "TABBY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#TABBY"
          },
          {
            "kind": "FIELD",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#WHITE"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CatVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.ChickenVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ChickenVariantKeys.html#COLD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChickenVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ChickenVariantKeys.html#ChickenVariantKeys()"
          },
          {
            "kind": "FIELD",
            "name": "TEMPERATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ChickenVariantKeys.html#TEMPERATE"
          },
          {
            "kind": "FIELD",
            "name": "WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ChickenVariantKeys.html#WARM"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ChickenVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ChickenVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.CowVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CowVariantKeys.html#COLD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CowVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CowVariantKeys.html#CowVariantKeys()"
          },
          {
            "kind": "FIELD",
            "name": "TEMPERATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CowVariantKeys.html#TEMPERATE"
          },
          {
            "kind": "FIELD",
            "name": "WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CowVariantKeys.html#WARM"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CowVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/CowVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.DamageTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#ARROW"
          },
          {
            "kind": "FIELD",
            "name": "BAD_RESPAWN_POINT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#BAD_RESPAWN_POINT"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "CRAMMING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#CRAMMING"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#DRAGON_BREATH"
          },
          {
            "kind": "FIELD",
            "name": "DROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#DROWN"
          },
          {
            "kind": "FIELD",
            "name": "DRY_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#DRY_OUT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DamageTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#DamageTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#ENDER_PEARL"
          },
          {
            "kind": "FIELD",
            "name": "EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FALL"
          },
          {
            "kind": "FIELD",
            "name": "FALLING_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FALLING_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "FALLING_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FALLING_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "FALLING_STALACTITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FALLING_STALACTITE"
          },
          {
            "kind": "FIELD",
            "name": "FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FIREBALL"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FIREWORKS"
          },
          {
            "kind": "FIELD",
            "name": "FLY_INTO_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FLY_INTO_WALL"
          },
          {
            "kind": "FIELD",
            "name": "FREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#FREEZE"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_KILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#GENERIC_KILL"
          },
          {
            "kind": "FIELD",
            "name": "HOT_FLOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#HOT_FLOOR"
          },
          {
            "kind": "FIELD",
            "name": "INDIRECT_MAGIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#INDIRECT_MAGIC"
          },
          {
            "kind": "FIELD",
            "name": "IN_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#IN_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "IN_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#IN_WALL"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_BOLT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#LIGHTNING_BOLT"
          },
          {
            "kind": "FIELD",
            "name": "MACE_SMASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#MACE_SMASH"
          },
          {
            "kind": "FIELD",
            "name": "MAGIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#MAGIC"
          },
          {
            "kind": "FIELD",
            "name": "MOB_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#MOB_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "MOB_ATTACK_NO_AGGRO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#MOB_ATTACK_NO_AGGRO"
          },
          {
            "kind": "FIELD",
            "name": "MOB_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#MOB_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "ON_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#ON_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "OUTSIDE_BORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#OUTSIDE_BORDER"
          },
          {
            "kind": "FIELD",
            "name": "OUT_OF_WORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#OUT_OF_WORLD"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#PLAYER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#PLAYER_EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "SONIC_BOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#SONIC_BOOM"
          },
          {
            "kind": "FIELD",
            "name": "SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#SPIT"
          },
          {
            "kind": "FIELD",
            "name": "STALAGMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#STALAGMITE"
          },
          {
            "kind": "FIELD",
            "name": "STARVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#STARVE"
          },
          {
            "kind": "FIELD",
            "name": "STING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#STING"
          },
          {
            "kind": "FIELD",
            "name": "SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#SWEET_BERRY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#THORNS"
          },
          {
            "kind": "FIELD",
            "name": "THROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#THROWN"
          },
          {
            "kind": "FIELD",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#TRIDENT"
          },
          {
            "kind": "FIELD",
            "name": "UNATTRIBUTED_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#UNATTRIBUTED_FIREBALL"
          },
          {
            "kind": "FIELD",
            "name": "WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#WIND_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#WITHER"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#WITHER_SKULL"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DamageTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.DataComponentTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ATTRIBUTE_MODIFIERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ATTRIBUTE_MODIFIERS"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#AXOLOTL_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_PATTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BANNER_PATTERNS"
          },
          {
            "kind": "FIELD",
            "name": "BASE_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BASE_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "BEES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BEES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCKS_ATTACKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BLOCKS_ATTACKS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENTITY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BLOCK_ENTITY_DATA"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BLOCK_STATE"
          },
          {
            "kind": "FIELD",
            "name": "BREAK_SOUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BREAK_SOUND"
          },
          {
            "kind": "FIELD",
            "name": "BUCKET_ENTITY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BUCKET_ENTITY_DATA"
          },
          {
            "kind": "FIELD",
            "name": "BUNDLE_CONTENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#BUNDLE_CONTENTS"
          },
          {
            "kind": "FIELD",
            "name": "CAN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CAN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "CAN_PLACE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CAN_PLACE_ON"
          },
          {
            "kind": "FIELD",
            "name": "CAT_COLLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CAT_COLLAR"
          },
          {
            "kind": "FIELD",
            "name": "CAT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CAT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CHARGED_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CHARGED_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CHICKEN_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CONSUMABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CONSUMABLE"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CONTAINER"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CONTAINER_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "COW_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#COW_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "CREATIVE_SLOT_LOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CREATIVE_SLOT_LOCK"
          },
          {
            "kind": "FIELD",
            "name": "CUSTOM_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CUSTOM_DATA"
          },
          {
            "kind": "FIELD",
            "name": "CUSTOM_MODEL_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CUSTOM_MODEL_DATA"
          },
          {
            "kind": "FIELD",
            "name": "CUSTOM_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#CUSTOM_NAME"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_RESISTANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#DAMAGE_RESISTANT"
          },
          {
            "kind": "FIELD",
            "name": "DEATH_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#DEATH_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEBUG_STICK_STATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#DEBUG_STICK_STATE"
          },
          {
            "kind": "FIELD",
            "name": "DYED_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#DYED_COLOR"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DataComponentTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#DataComponentTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ENCHANTABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ENCHANTMENTS"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT_GLINT_OVERRIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ENCHANTMENT_GLINT_OVERRIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ENTITY_DATA"
          },
          {
            "kind": "FIELD",
            "name": "EQUIPPABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#EQUIPPABLE"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#FIREWORKS"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORK_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#FIREWORK_EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#FOOD"
          },
          {
            "kind": "FIELD",
            "name": "FOX_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#FOX_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "FROG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#FROG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "GLIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#GLIDER"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#HORSE_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#INSTRUMENT"
          },
          {
            "kind": "FIELD",
            "name": "INTANGIBLE_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#INTANGIBLE_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MODEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ITEM_MODEL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#ITEM_NAME"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_PLAYABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#JUKEBOX_PLAYABLE"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#LLAMA_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "LOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#LOCK"
          },
          {
            "kind": "FIELD",
            "name": "LODESTONE_TRACKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#LODESTONE_TRACKER"
          },
          {
            "kind": "FIELD",
            "name": "LORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#LORE"
          },
          {
            "kind": "FIELD",
            "name": "MAP_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MAP_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "MAP_DECORATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MAP_DECORATIONS"
          },
          {
            "kind": "FIELD",
            "name": "MAP_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MAP_ID"
          },
          {
            "kind": "FIELD",
            "name": "MAP_POST_PROCESSING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MAP_POST_PROCESSING"
          },
          {
            "kind": "FIELD",
            "name": "MAX_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MAX_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "MAX_STACK_SIZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MAX_STACK_SIZE"
          },
          {
            "kind": "FIELD",
            "name": "MOOSHROOM_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#MOOSHROOM_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK_SOUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#NOTE_BLOCK_SOUND"
          },
          {
            "kind": "FIELD",
            "name": "OMINOUS_BOTTLE_AMPLIFIER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#OMINOUS_BOTTLE_AMPLIFIER"
          },
          {
            "kind": "FIELD",
            "name": "PAINTING_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#PAINTING_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#PARROT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "PIG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#PIG_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "POTION_CONTENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#POTION_CONTENTS"
          },
          {
            "kind": "FIELD",
            "name": "POTION_DURATION_SCALE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#POTION_DURATION_SCALE"
          },
          {
            "kind": "FIELD",
            "name": "POT_DECORATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#POT_DECORATIONS"
          },
          {
            "kind": "FIELD",
            "name": "PROFILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#PROFILE"
          },
          {
            "kind": "FIELD",
            "name": "PROVIDES_BANNER_PATTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#PROVIDES_BANNER_PATTERNS"
          },
          {
            "kind": "FIELD",
            "name": "PROVIDES_TRIM_MATERIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#PROVIDES_TRIM_MATERIAL"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#RABBIT_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "RARITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#RARITY"
          },
          {
            "kind": "FIELD",
            "name": "RECIPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#RECIPES"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#REPAIRABLE"
          },
          {
            "kind": "FIELD",
            "name": "REPAIR_COST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#REPAIR_COST"
          },
          {
            "kind": "FIELD",
            "name": "SALMON_SIZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#SALMON_SIZE"
          },
          {
            "kind": "FIELD",
            "name": "SHEEP_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#SHEEP_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#SHULKER_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "STORED_ENCHANTMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#STORED_ENCHANTMENTS"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_STEW_EFFECTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#SUSPICIOUS_STEW_EFFECTS"
          },
          {
            "kind": "FIELD",
            "name": "TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TOOL"
          },
          {
            "kind": "FIELD",
            "name": "TOOLTIP_DISPLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TOOLTIP_DISPLAY"
          },
          {
            "kind": "FIELD",
            "name": "TOOLTIP_STYLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TOOLTIP_STYLE"
          },
          {
            "kind": "FIELD",
            "name": "TRIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TRIM"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_BASE_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TROPICAL_FISH_BASE_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TROPICAL_FISH_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_PATTERN_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#TROPICAL_FISH_PATTERN_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "UNBREAKABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#UNBREAKABLE"
          },
          {
            "kind": "FIELD",
            "name": "USE_COOLDOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#USE_COOLDOWN"
          },
          {
            "kind": "FIELD",
            "name": "USE_REMAINDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#USE_REMAINDER"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#VILLAGER_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#WEAPON"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_COLLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#WOLF_COLLAR"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_SOUND_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#WOLF_SOUND_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#WOLF_VARIANT"
          },
          {
            "kind": "FIELD",
            "name": "WRITABLE_BOOK_CONTENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#WRITABLE_BOOK_CONTENT"
          },
          {
            "kind": "FIELD",
            "name": "WRITTEN_BOOK_CONTENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#WRITTEN_BOOK_CONTENT"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DataComponentTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.DialogKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "CUSTOM_OPTIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DialogKeys.html#CUSTOM_OPTIONS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DialogKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DialogKeys.html#DialogKeys()"
          },
          {
            "kind": "FIELD",
            "name": "QUICK_ACTIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DialogKeys.html#QUICK_ACTIONS"
          },
          {
            "kind": "FIELD",
            "name": "SERVER_LINKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DialogKeys.html#SERVER_LINKS"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DialogKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/DialogKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.EnchantmentKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "AQUA_AFFINITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#AQUA_AFFINITY"
          },
          {
            "kind": "FIELD",
            "name": "BANE_OF_ARTHROPODS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#BANE_OF_ARTHROPODS"
          },
          {
            "kind": "FIELD",
            "name": "BINDING_CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#BINDING_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#BLAST_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "BREACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#BREACH"
          },
          {
            "kind": "FIELD",
            "name": "CHANNELING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#CHANNELING"
          },
          {
            "kind": "FIELD",
            "name": "DENSITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#DENSITY"
          },
          {
            "kind": "FIELD",
            "name": "DEPTH_STRIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#DEPTH_STRIDER"
          },
          {
            "kind": "FIELD",
            "name": "EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#EFFICIENCY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#EnchantmentKeys()"
          },
          {
            "kind": "FIELD",
            "name": "FEATHER_FALLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#FEATHER_FALLING"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_ASPECT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#FIRE_ASPECT"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#FIRE_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "FLAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#FLAME"
          },
          {
            "kind": "FIELD",
            "name": "FORTUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#FORTUNE"
          },
          {
            "kind": "FIELD",
            "name": "FROST_WALKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#FROST_WALKER"
          },
          {
            "kind": "FIELD",
            "name": "IMPALING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#IMPALING"
          },
          {
            "kind": "FIELD",
            "name": "INFINITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#INFINITY"
          },
          {
            "kind": "FIELD",
            "name": "KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "LOOTING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#LOOTING"
          },
          {
            "kind": "FIELD",
            "name": "LOYALTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#LOYALTY"
          },
          {
            "kind": "FIELD",
            "name": "LUCK_OF_THE_SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#LUCK_OF_THE_SEA"
          },
          {
            "kind": "FIELD",
            "name": "LURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#LURE"
          },
          {
            "kind": "FIELD",
            "name": "MENDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#MENDING"
          },
          {
            "kind": "FIELD",
            "name": "MULTISHOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#MULTISHOT"
          },
          {
            "kind": "FIELD",
            "name": "PIERCING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#PIERCING"
          },
          {
            "kind": "FIELD",
            "name": "POWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#POWER"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILE_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#PROJECTILE_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "PUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#PUNCH"
          },
          {
            "kind": "FIELD",
            "name": "QUICK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#QUICK_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "RESPIRATION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#RESPIRATION"
          },
          {
            "kind": "FIELD",
            "name": "RIPTIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#RIPTIDE"
          },
          {
            "kind": "FIELD",
            "name": "SHARPNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#SHARPNESS"
          },
          {
            "kind": "FIELD",
            "name": "SILK_TOUCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#SILK_TOUCH"
          },
          {
            "kind": "FIELD",
            "name": "SMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#SMITE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#SOUL_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "SWEEPING_EDGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#SWEEPING_EDGE"
          },
          {
            "kind": "FIELD",
            "name": "SWIFT_SNEAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#SWIFT_SNEAK"
          },
          {
            "kind": "FIELD",
            "name": "THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#THORNS"
          },
          {
            "kind": "FIELD",
            "name": "UNBREAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#UNBREAKING"
          },
          {
            "kind": "FIELD",
            "name": "VANISHING_CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#VANISHING_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "WIND_BURST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#WIND_BURST"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/EnchantmentKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.FluidKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "FLOWING_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#FLOWING_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "FLOWING_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#FLOWING_WATER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FluidKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#FluidKeys()"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#WATER"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FluidKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.FrogVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FrogVariantKeys.html#COLD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FrogVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FrogVariantKeys.html#FrogVariantKeys()"
          },
          {
            "kind": "FIELD",
            "name": "TEMPERATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FrogVariantKeys.html#TEMPERATE"
          },
          {
            "kind": "FIELD",
            "name": "WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FrogVariantKeys.html#WARM"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FrogVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/FrogVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.GameEventKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLOCK_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ATTACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_ATTACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_CHANGE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DESTROY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_DESTROY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DETACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_DETACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#CONTAINER_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#CONTAINER_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#DRINK"
          },
          {
            "kind": "FIELD",
            "name": "EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#EAT"
          },
          {
            "kind": "FIELD",
            "name": "ELYTRA_GLIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ELYTRA_GLIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_ACTION"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_DIE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DISMOUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_DISMOUNT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_INTERACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_INTERACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_MOUNT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ENTITY_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "EQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#EQUIP"
          },
          {
            "kind": "FIELD",
            "name": "EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#EXPLODE"
          },
          {
            "kind": "FIELD",
            "name": "FLAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#FLAP"
          },
          {
            "kind": "FIELD",
            "name": "FLUID_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#FLUID_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "FLUID_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#FLUID_PLACE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameEventKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#GameEventKeys()"
          },
          {
            "kind": "FIELD",
            "name": "HIT_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#HIT_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#INSTRUMENT_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_INTERACT_FINISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ITEM_INTERACT_FINISH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_INTERACT_START",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#ITEM_INTERACT_START"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#JUKEBOX_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_STOP_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#JUKEBOX_STOP_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_STRIKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#LIGHTNING_STRIKE"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#NOTE_BLOCK_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "PRIME_FUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#PRIME_FUSE"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#PROJECTILE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#PROJECTILE_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_1",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_1"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_10",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_10"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_11",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_11"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_12",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_12"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_13",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_13"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_14",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_14"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_15",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_15"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_2",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_2"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_3"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_4",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_4"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_5",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_5"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_6",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_6"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_7",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_7"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_8",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_8"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_9",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#RESONATE_9"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SENSOR_TENDRILS_CLICKING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#SCULK_SENSOR_TENDRILS_CLICKING"
          },
          {
            "kind": "FIELD",
            "name": "SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#SHRIEK"
          },
          {
            "kind": "FIELD",
            "name": "SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#STEP"
          },
          {
            "kind": "FIELD",
            "name": "SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#SWIM"
          },
          {
            "kind": "FIELD",
            "name": "TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#UNEQUIP"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/GameEventKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.InstrumentKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ADMIRE_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#ADMIRE_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "CALL_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#CALL_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "DREAM_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#DREAM_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "FEEL_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#FEEL_GOAT_HORN"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InstrumentKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#InstrumentKeys()"
          },
          {
            "kind": "FIELD",
            "name": "PONDER_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#PONDER_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "SEEK_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#SEEK_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "SING_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#SING_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "YEARN_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#YEARN_GOAT_HORN"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/InstrumentKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.ItemTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACACIA_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ACTIVATOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ALLAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ALLAY_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ALLIUM"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AMETHYST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_CLUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AMETHYST_CLUSTER"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AMETHYST_SHARD"
          },
          {
            "kind": "FIELD",
            "name": "ANCIENT_DEBRIS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANCIENT_DEBRIS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANDESITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "ANGLER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANGLER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#APPLE"
          },
          {
            "kind": "FIELD",
            "name": "ARCHER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ARCHER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_SCUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ARMADILLO_SCUTE"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ARMADILLO_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ARMOR_STAND"
          },
          {
            "kind": "FIELD",
            "name": "ARMS_UP_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ARMS_UP_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ARROW"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AXOLOTL_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AXOLOTL_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#AZURE_BLUET"
          },
          {
            "kind": "FIELD",
            "name": "BAKED_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAKED_POTATO"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_CHEST_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_CHEST_RAFT"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_MOSAIC"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_MOSAIC_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_MOSAIC_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_RAFT"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAMBOO_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BARREL"
          },
          {
            "kind": "FIELD",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BARRIER"
          },
          {
            "kind": "FIELD",
            "name": "BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BASALT"
          },
          {
            "kind": "FIELD",
            "name": "BAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BAT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEACON"
          },
          {
            "kind": "FIELD",
            "name": "BEDROCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEDROCK"
          },
          {
            "kind": "FIELD",
            "name": "BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEEF"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEEHIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEETROOT"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEETROOT_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOT_SOUP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEETROOT_SOUP"
          },
          {
            "kind": "FIELD",
            "name": "BEE_NEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEE_NEST"
          },
          {
            "kind": "FIELD",
            "name": "BEE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BEE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BELL"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIG_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_DYE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLACK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BLADE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLADE_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLAST_FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLAZE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLAZE_ROD"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLAZE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_ICE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_ORCHID"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BOGGED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BOGGED_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BOLT_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BOLT_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "BONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BONE"
          },
          {
            "kind": "FIELD",
            "name": "BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BONE_MEAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BONE_MEAL"
          },
          {
            "kind": "FIELD",
            "name": "BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BOOK"
          },
          {
            "kind": "FIELD",
            "name": "BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "BORDURE_INDENTED_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BORDURE_INDENTED_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BOW"
          },
          {
            "kind": "FIELD",
            "name": "BOWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BOWL"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BREAD"
          },
          {
            "kind": "FIELD",
            "name": "BREEZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BREEZE_ROD"
          },
          {
            "kind": "FIELD",
            "name": "BREEZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BREEZE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BREWER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BREWER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BREWING_STAND"
          },
          {
            "kind": "FIELD",
            "name": "BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRICK"
          },
          {
            "kind": "FIELD",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_BED"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_DYE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BROWN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BRUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BRUSH"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "BUDDING_AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUDDING_AMETHYST"
          },
          {
            "kind": "FIELD",
            "name": "BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BURN_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BURN_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#BUSH"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CACTUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CALCITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CALCITE"
          },
          {
            "kind": "FIELD",
            "name": "CALIBRATED_SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CALIBRATED_SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "CAMEL_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CAMEL_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CARROT"
          },
          {
            "kind": "FIELD",
            "name": "CARROT_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CARROT_ON_A_STICK"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CARVED_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CARVED_PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "CAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CAT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CAVE_SPIDER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHAINMAIL_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHAINMAIL_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHAINMAIL_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHAINMAIL_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "CHAIN_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHAIN_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHARCOAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHARCOAL"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHEST"
          },
          {
            "kind": "FIELD",
            "name": "CHEST_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHEST_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHICKEN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CHIPPED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHIPPED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHISELED_TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHORUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHORUS_FRUIT"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CHORUS_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CLAY"
          },
          {
            "kind": "FIELD",
            "name": "CLAY_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CLAY_BALL"
          },
          {
            "kind": "FIELD",
            "name": "CLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "COAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COAL"
          },
          {
            "kind": "FIELD",
            "name": "COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COARSE_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COARSE_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "COAST_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COAST_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COBWEB"
          },
          {
            "kind": "FIELD",
            "name": "COCOA_BEANS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COCOA_BEANS"
          },
          {
            "kind": "FIELD",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COD"
          },
          {
            "kind": "FIELD",
            "name": "COD_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COD_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "COD_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COD_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COMMAND_BLOCK_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COMPARATOR"
          },
          {
            "kind": "FIELD",
            "name": "COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COMPASS"
          },
          {
            "kind": "FIELD",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COMPOSTER"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CONDUIT"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_BEEF"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_COD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_COD"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_MUTTON"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_PORKCHOP"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_RABBIT"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKED_SALMON"
          },
          {
            "kind": "FIELD",
            "name": "COOKIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COOKIE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_AXE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_HOE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_NUGGET"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CORNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "COW_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#COW_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRACKED_DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRACKED_DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRACKED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRACKED_POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRAFTER"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRAFTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CREAKING_HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CREAKING_HEART"
          },
          {
            "kind": "FIELD",
            "name": "CREAKING_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CREAKING_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CREEPER_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CREEPER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CREEPER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRIMSON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CROSSBOW"
          },
          {
            "kind": "FIELD",
            "name": "CRYING_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CRYING_OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CUT_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_BED"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_DYE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#CYAN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DAMAGED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DANDELION"
          },
          {
            "kind": "FIELD",
            "name": "DANGER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DANGER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DARK_PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DAYLIGHT_DETECTOR"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEAD_TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEBUG_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEBUG_STICK"
          },
          {
            "kind": "FIELD",
            "name": "DECORATED_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DECORATED_POT"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_TILE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_TILE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DEEPSLATE_TILE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DETECTOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_AXE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_HOE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIAMOND_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIORITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DIRT_PATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DIRT_PATH"
          },
          {
            "kind": "FIELD",
            "name": "DISC_FRAGMENT_5",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DISC_FRAGMENT_5"
          },
          {
            "kind": "FIELD",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DISPENSER"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DOLPHIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DONKEY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DONKEY_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRAGON_BREATH"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRAGON_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRAGON_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRIED_GHAST"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRIED_KELP"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_KELP_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRIED_KELP_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DRIPSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DROPPER"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DROWNED_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DUNE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#DUNE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "ECHO_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ECHO_SHARD"
          },
          {
            "kind": "FIELD",
            "name": "EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EGG"
          },
          {
            "kind": "FIELD",
            "name": "ELDER_GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ELDER_GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ELYTRA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ELYTRA"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EMERALD"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EMERALD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTED_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENCHANTED_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTED_GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENCHANTED_GOLDEN_APPLE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENCHANTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENDERMAN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMITE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENDERMITE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENDER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_DRAGON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENDER_DRAGON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENDER_EYE"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ENDER_PEARL"
          },
          {
            "kind": "FIELD",
            "name": "END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_CRYSTAL"
          },
          {
            "kind": "FIELD",
            "name": "END_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_PORTAL_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_ROD"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_STONE"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#END_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "EVOKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EVOKER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "EXPERIENCE_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPERIENCE_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "EXPLORER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPLORER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "EYE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#EYE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FARMLAND"
          },
          {
            "kind": "FIELD",
            "name": "FEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FEATHER"
          },
          {
            "kind": "FIELD",
            "name": "FERMENTED_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FERMENTED_SPIDER_EYE"
          },
          {
            "kind": "FIELD",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FERN"
          },
          {
            "kind": "FIELD",
            "name": "FIELD_MASONED_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIELD_MASONED_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "FILLED_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FILLED_MAP"
          },
          {
            "kind": "FIELD",
            "name": "FIREFLY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIREFLY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORK_ROCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIREWORK_ROCKET"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORK_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIREWORK_STAR"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIRE_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FISHING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "FLETCHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLETCHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "FLINT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLINT"
          },
          {
            "kind": "FIELD",
            "name": "FLINT_AND_STEEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLINT_AND_STEEL"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOWERING_AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOWERING_AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOWER_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOWER_POT"
          },
          {
            "kind": "FIELD",
            "name": "FLOW_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOW_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "FLOW_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOW_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "FLOW_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FLOW_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "FOX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FOX_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "FRIEND_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FRIEND_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "FROGSPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FROGSPAWN"
          },
          {
            "kind": "FIELD",
            "name": "FROG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FROG_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#FURNACE_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GHAST_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GHAST_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GHAST_TEAR"
          },
          {
            "kind": "FIELD",
            "name": "GILDED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GILDED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLASS_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GLISTERING_MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLISTERING_MELON_SLICE"
          },
          {
            "kind": "FIELD",
            "name": "GLOBE_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOBE_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOWSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWSTONE_DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOWSTONE_DUST"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOW_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_INK_SAC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOW_INK_SAC"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOW_ITEM_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_LICHEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOW_LICHEN"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GLOW_SQUID_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "GOAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOAT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_APPLE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_AXE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_CARROT"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_HOE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLDEN_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLD_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLD_NUGGET"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRANITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "GRASS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRASS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_DYE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_BED"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_DYE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GREEN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GRINDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GUNPOWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GUNPOWDER"
          },
          {
            "kind": "FIELD",
            "name": "GUSTER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GUSTER_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "GUSTER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#GUSTER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HANGING_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HANGING_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HAPPY_GHAST_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HAY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HEARTBREAK_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HEARTBREAK_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HEART_OF_THE_SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HEART_OF_THE_SEA"
          },
          {
            "kind": "FIELD",
            "name": "HEART_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HEART_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_CORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HEAVY_CORE"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HEAVY_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "HOGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HOGLIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "HONEYCOMB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HONEYCOMB"
          },
          {
            "kind": "FIELD",
            "name": "HONEYCOMB_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HONEYCOMB_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HONEY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HONEY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HONEY_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HONEY_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HOPPER"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HOPPER_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HORSE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "HOST_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HOST_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "HOWL_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HOWL_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HUSK_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#HUSK_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_STONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INFESTED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INK_SAC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#INK_SAC"
          },
          {
            "kind": "FIELD",
            "name": "IRON_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_AXE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_BARS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "IRON_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "IRON_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "IRON_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "IRON_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_HOE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "IRON_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "IRON_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_NUGGET"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "IRON_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#IRON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ITEM_FRAME"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ItemTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JACK_O_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JIGSAW"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUKEBOX"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#KELP"
          },
          {
            "kind": "FIELD",
            "name": "KNOWLEDGE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#KNOWLEDGE_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LADDER"
          },
          {
            "kind": "FIELD",
            "name": "LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LAPIS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_LAZULI",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LAPIS_LAZULI"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LARGE_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LARGE_FERN"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LAVA_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "LEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEAD"
          },
          {
            "kind": "FIELD",
            "name": "LEAF_LITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEAF_LITTER"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEATHER"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEATHER_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEATHER_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEATHER_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEATHER_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEATHER_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LECTERN"
          },
          {
            "kind": "FIELD",
            "name": "LEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LEVER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_DYE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIGHT_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "LILAC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LILAC"
          },
          {
            "kind": "FIELD",
            "name": "LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LILY_OF_THE_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "LILY_PAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LILY_PAD"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_DYE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LIME_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LINGERING_POTION"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LLAMA_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "LODESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LODESTONE"
          },
          {
            "kind": "FIELD",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#LOOM"
          },
          {
            "kind": "FIELD",
            "name": "MACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MACE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_BED"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_DYE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGENTA_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGMA_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_CREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGMA_CREAM"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_CUBE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAGMA_CUBE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_PROPAGULE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MAP"
          },
          {
            "kind": "FIELD",
            "name": "MEDIUM_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MEDIUM_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MELON"
          },
          {
            "kind": "FIELD",
            "name": "MELON_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MELON_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MELON_SLICE"
          },
          {
            "kind": "FIELD",
            "name": "MILK_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MILK_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MINECART"
          },
          {
            "kind": "FIELD",
            "name": "MINER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MINER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "MOJANG_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOJANG_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "MOOSHROOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOOSHROOM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSSY_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MOURNER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MOURNER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUD"
          },
          {
            "kind": "FIELD",
            "name": "MUDDY_MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUDDY_MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUD_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUD_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUD_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUD_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MULE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MULE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSHROOM_STEM"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSHROOM_STEW"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_11"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_13"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_5",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_5"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_CREATOR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_CREATOR_MUSIC_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_LAVA_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_OTHERSIDE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_PIGSTEP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_PRECIPICE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_RELIC"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_TEARS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "FIELD",
            "name": "MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MUTTON"
          },
          {
            "kind": "FIELD",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#MYCELIUM"
          },
          {
            "kind": "FIELD",
            "name": "NAME_TAG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NAME_TAG"
          },
          {
            "kind": "FIELD",
            "name": "NAUTILUS_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NAUTILUS_SHELL"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_AXE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_HOE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_SCRAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_SCRAP"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_UPGRADE_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERITE_UPGRADE_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHERRACK"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_BRICK"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_BRICK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_QUARTZ_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_SPROUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_SPROUTS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_STAR"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_WART"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NETHER_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#NOTE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "OBSERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OBSERVER"
          },
          {
            "kind": "FIELD",
            "name": "OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "OCELOT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OCELOT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "OCHRE_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OCHRE_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "OMINOUS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OMINOUS_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "OMINOUS_TRIAL_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OMINOUS_TRIAL_KEY"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OPEN_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_BED"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ORANGE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXEYE_DAISY"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PACKED_ICE"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PACKED_MUD"
          },
          {
            "kind": "FIELD",
            "name": "PAINTING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PAINTING"
          },
          {
            "kind": "FIELD",
            "name": "PALE_HANGING_MOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_HANGING_MOSS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PANDA_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PAPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PAPER"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PARROT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PEARLESCENT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PEARLESCENT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "PEONY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PEONY"
          },
          {
            "kind": "FIELD",
            "name": "PETRIFIED_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PETRIFIED_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_MEMBRANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PHANTOM_MEMBRANE"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PHANTOM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PIGLIN_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_BRUTE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PIGLIN_BRUTE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PIGLIN_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PIGLIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PIG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PIG_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PILLAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_BED"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_DYE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_PETALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_PETALS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "PINK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PINK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PISTON"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PITCHER_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_POD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PITCHER_POD"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PLAYER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PLENTY_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PLENTY_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "PODZOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PODZOL"
          },
          {
            "kind": "FIELD",
            "name": "POINTED_DRIPSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POINTED_DRIPSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POISONOUS_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POISONOUS_POTATO"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEAR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLAR_BEAR_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POLISHED_TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POPPED_CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POPPED_CHORUS_FRUIT"
          },
          {
            "kind": "FIELD",
            "name": "POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POPPY"
          },
          {
            "kind": "FIELD",
            "name": "PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PORKCHOP"
          },
          {
            "kind": "FIELD",
            "name": "POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POTATO"
          },
          {
            "kind": "FIELD",
            "name": "POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POTION"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POWDER_SNOW_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#POWERED_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_CRYSTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_CRYSTALS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_SHARD"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRISMARINE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "PRIZE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PRIZE_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PUFFERFISH"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PUFFERFISH_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PUFFERFISH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN_PIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PUMPKIN_PIE"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PUMPKIN_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_BED"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPLE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPUR_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPUR_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPUR_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#PURPUR_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#QUARTZ_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#QUARTZ_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RABBIT"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_FOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RABBIT_FOOT"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_HIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RABBIT_HIDE"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RABBIT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RABBIT_STEW"
          },
          {
            "kind": "FIELD",
            "name": "RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAIL"
          },
          {
            "kind": "FIELD",
            "name": "RAISER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAISER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "RAVAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAVAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "RAW_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAW_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "RAW_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAW_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAW_GOLD"
          },
          {
            "kind": "FIELD",
            "name": "RAW_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAW_GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAW_IRON"
          },
          {
            "kind": "FIELD",
            "name": "RAW_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RAW_IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RECOVERY_COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RECOVERY_COMPASS"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REDSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_LAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REDSTONE_LAMP"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REDSTONE_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "RED_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RED_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_BED"
          },
          {
            "kind": "FIELD",
            "name": "RED_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "RED_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_DYE"
          },
          {
            "kind": "FIELD",
            "name": "RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_SAND"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "RED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "RED_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RED_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "REINFORCED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REINFORCED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "REPEATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REPEATER"
          },
          {
            "kind": "FIELD",
            "name": "REPEATING_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#REPEATING_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_BRICK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_CLUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESIN_CLUMP"
          },
          {
            "kind": "FIELD",
            "name": "RESPAWN_ANCHOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RESPAWN_ANCHOR"
          },
          {
            "kind": "FIELD",
            "name": "RIB_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#RIB_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "ROOTED_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ROOTED_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "ROSE_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ROSE_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "ROTTEN_FLESH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ROTTEN_FLESH"
          },
          {
            "kind": "FIELD",
            "name": "SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SALMON"
          },
          {
            "kind": "FIELD",
            "name": "SALMON_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SALMON_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "SALMON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SALMON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCAFFOLDING"
          },
          {
            "kind": "FIELD",
            "name": "SCRAPE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCRAPE_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SCULK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCULK"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_CATALYST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCULK_CATALYST"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SHRIEKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCULK_SHRIEKER"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_VEIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SCULK_VEIN"
          },
          {
            "kind": "FIELD",
            "name": "SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SEAGRASS"
          },
          {
            "kind": "FIELD",
            "name": "SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SEA_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SEA_PICKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SEA_PICKLE"
          },
          {
            "kind": "FIELD",
            "name": "SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SHEAF_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHEAF_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SHEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHEARS"
          },
          {
            "kind": "FIELD",
            "name": "SHEEP_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHEEP_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SHELTER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHELTER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHIELD"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHORT_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHORT_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHROOMLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHROOMLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHULKER_SHELL"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SHULKER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SILVERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SILVERFISH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SKELETON_HORSE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SKELETON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SKULL_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SKULL_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "SKULL_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SKULL_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SLIME_BALL"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SLIME_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SLIME_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMALL_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMALL_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMITHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOKER"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_STONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SMOOTH_STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNIFFER_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNIFFER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SNORT_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNORT_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNOWBALL"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNOW_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SNOW_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SOUL_CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SOUL_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SOUL_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SOIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SOUL_SOIL"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SOUL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPECTRAL_ARROW"
          },
          {
            "kind": "FIELD",
            "name": "SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPIDER_EYE"
          },
          {
            "kind": "FIELD",
            "name": "SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPIDER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPLASH_POTION"
          },
          {
            "kind": "FIELD",
            "name": "SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "SPORE_BLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPORE_BLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "SPYGLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SPYGLASS"
          },
          {
            "kind": "FIELD",
            "name": "SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SQUID_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STICK"
          },
          {
            "kind": "FIELD",
            "name": "STICKY_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STICKY_PISTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE"
          },
          {
            "kind": "FIELD",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONECUTTER"
          },
          {
            "kind": "FIELD",
            "name": "STONE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_AXE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_HOE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STONE_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "STRAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRAY_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIDER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRING"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRIPPED_WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRUCTURE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#STRUCTURE_VOID"
          },
          {
            "kind": "FIELD",
            "name": "SUGAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SUGAR"
          },
          {
            "kind": "FIELD",
            "name": "SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SUGAR_CANE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SUNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SUSPICIOUS_GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SUSPICIOUS_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SUSPICIOUS_STEW"
          },
          {
            "kind": "FIELD",
            "name": "SWEET_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#SWEET_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "TADPOLE_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TADPOLE_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "TADPOLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TADPOLE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TALL_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TALL_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TALL_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TALL_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TARGET"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TEST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TEST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TEST_INSTANCE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TEST_INSTANCE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TIDE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TIDE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "TINTED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TINTED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "TIPPED_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TIPPED_ARROW"
          },
          {
            "kind": "FIELD",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TNT"
          },
          {
            "kind": "FIELD",
            "name": "TNT_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TNT_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TORCH"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TORCHFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TORCHFLOWER_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "TOTEM_OF_UNDYING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TOTEM_OF_UNDYING"
          },
          {
            "kind": "FIELD",
            "name": "TRADER_LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TRADER_LLAMA_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TRAPPED_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TRIAL_KEY"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TRIAL_SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TRIDENT"
          },
          {
            "kind": "FIELD",
            "name": "TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TRIPWIRE_HOOK"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TROPICAL_FISH"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TROPICAL_FISH_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TROPICAL_FISH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TURTLE_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TURTLE_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_SCUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TURTLE_SCUTE"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TURTLE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#TWISTING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "VAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VAULT"
          },
          {
            "kind": "FIELD",
            "name": "VERDANT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VERDANT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "VEX_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VEX_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "VEX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VEX_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "VINDICATOR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VINDICATOR_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#VINE"
          },
          {
            "kind": "FIELD",
            "name": "WANDERING_TRADER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WANDERING_TRADER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WARDEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARDEN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WARD_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARD_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FUNGUS_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_FUNGUS_ON_A_STICK"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WARPED_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WATER_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAXED_WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WEEPING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "WET_SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WET_SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "WHEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHEAT"
          },
          {
            "kind": "FIELD",
            "name": "WHEAT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHEAT_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_BED"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WHITE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WILDFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WILDFLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "WILD_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WILD_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WIND_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "WITCH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WITCH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WITHER_ROSE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WITHER_SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WITHER_SKELETON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WITHER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOLF_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOLF_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOODEN_AXE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOODEN_HOE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOODEN_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOODEN_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WOODEN_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "WRITABLE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WRITABLE_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "WRITTEN_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#WRITTEN_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_BED"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_DYE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#YELLOW_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "ZOGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ZOGLIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ZOMBIE_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ZOMBIE_HORSE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ZOMBIE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ZOMBIE_VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIFIED_PIGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#ZOMBIFIED_PIGLIN_SPAWN_EGG"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/ItemTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.JukeboxSongKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#CAT"
          },
          {
            "kind": "FIELD",
            "name": "CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#CHIRP"
          },
          {
            "kind": "FIELD",
            "name": "CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#CREATOR"
          },
          {
            "kind": "FIELD",
            "name": "CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#CREATOR_MUSIC_BOX"
          },
          {
            "kind": "FIELD",
            "name": "ELEVEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#ELEVEN"
          },
          {
            "kind": "FIELD",
            "name": "FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#FAR"
          },
          {
            "kind": "FIELD",
            "name": "FIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#FIVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "JukeboxSongKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#JukeboxSongKeys()"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#LAVA_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#MALL"
          },
          {
            "kind": "FIELD",
            "name": "MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#MELLOHI"
          },
          {
            "kind": "FIELD",
            "name": "OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#OTHERSIDE"
          },
          {
            "kind": "FIELD",
            "name": "PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#PIGSTEP"
          },
          {
            "kind": "FIELD",
            "name": "PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#PRECIPICE"
          },
          {
            "kind": "FIELD",
            "name": "RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#RELIC"
          },
          {
            "kind": "FIELD",
            "name": "STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#STAL"
          },
          {
            "kind": "FIELD",
            "name": "STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#STRAD"
          },
          {
            "kind": "FIELD",
            "name": "TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#TEARS"
          },
          {
            "kind": "FIELD",
            "name": "THIRTEEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#THIRTEEN"
          },
          {
            "kind": "FIELD",
            "name": "WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#WAIT"
          },
          {
            "kind": "FIELD",
            "name": "WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#WARD"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/JukeboxSongKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.MapDecorationTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BANNER_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_BLACK"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_BLUE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_BROWN"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_CYAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_CYAN"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_GRAY"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_GREEN"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_LIGHT_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_LIGHT_BLUE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_LIGHT_GRAY"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_LIME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_LIME"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_MAGENTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_MAGENTA"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_ORANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_ORANGE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_PINK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_PINK"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_RED"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_WHITE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BANNER_YELLOW"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_MARKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#BLUE_MARKER"
          },
          {
            "kind": "FIELD",
            "name": "FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#FRAME"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#JUNGLE_TEMPLE"
          },
          {
            "kind": "FIELD",
            "name": "MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#MANSION"
          },
          {
            "kind": "FIELD",
            "name": "MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#MONUMENT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapDecorationTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#MapDecorationTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_OFF_LIMITS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#PLAYER_OFF_LIMITS"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_OFF_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#PLAYER_OFF_MAP"
          },
          {
            "kind": "FIELD",
            "name": "RED_MARKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#RED_MARKER"
          },
          {
            "kind": "FIELD",
            "name": "RED_X",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#RED_X"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#SWAMP_HUT"
          },
          {
            "kind": "FIELD",
            "name": "TARGET_POINT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#TARGET_POINT"
          },
          {
            "kind": "FIELD",
            "name": "TARGET_X",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#TARGET_X"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_CHAMBERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#TRIAL_CHAMBERS"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#VILLAGE_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#VILLAGE_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#VILLAGE_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_SNOWY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#VILLAGE_SNOWY"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#VILLAGE_TAIGA"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MapDecorationTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.MenuTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#BEACON"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#BLAST_FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#BREWING_STAND"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTER_3X3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#CRAFTER_3X3"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#CRAFTING"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#ENCHANTMENT"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_3X3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_3X3"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X1",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_9X1"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X2",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_9X2"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_9X3"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X4",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_9X4"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X5",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_9X5"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X6",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GENERIC_9X6"
          },
          {
            "kind": "FIELD",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#GRINDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#HOPPER"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#LECTERN"
          },
          {
            "kind": "FIELD",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#LOOM"
          },
          {
            "kind": "FIELD",
            "name": "MERCHANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#MERCHANT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MenuTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#MenuTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "SMITHING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#SMITHING"
          },
          {
            "kind": "FIELD",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#SMOKER"
          },
          {
            "kind": "FIELD",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#STONECUTTER"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MenuTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.MobEffectKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ABSORPTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#ABSORPTION"
          },
          {
            "kind": "FIELD",
            "name": "BAD_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#BAD_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "BLINDNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#BLINDNESS"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT_POWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#CONDUIT_POWER"
          },
          {
            "kind": "FIELD",
            "name": "DARKNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#DARKNESS"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHINS_GRACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#DOLPHINS_GRACE"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#FIRE_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#GLOWING"
          },
          {
            "kind": "FIELD",
            "name": "HASTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#HASTE"
          },
          {
            "kind": "FIELD",
            "name": "HEALTH_BOOST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#HEALTH_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "HERO_OF_THE_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#HERO_OF_THE_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "HUNGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#HUNGER"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#INFESTED"
          },
          {
            "kind": "FIELD",
            "name": "INSTANT_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#INSTANT_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "INSTANT_HEALTH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#INSTANT_HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "INVISIBILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#INVISIBILITY"
          },
          {
            "kind": "FIELD",
            "name": "JUMP_BOOST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#JUMP_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "LEVITATION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#LEVITATION"
          },
          {
            "kind": "FIELD",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#LUCK"
          },
          {
            "kind": "FIELD",
            "name": "MINING_FATIGUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#MINING_FATIGUE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MobEffectKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#MobEffectKeys()"
          },
          {
            "kind": "FIELD",
            "name": "NAUSEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#NAUSEA"
          },
          {
            "kind": "FIELD",
            "name": "NIGHT_VISION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#NIGHT_VISION"
          },
          {
            "kind": "FIELD",
            "name": "OOZING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#OOZING"
          },
          {
            "kind": "FIELD",
            "name": "POISON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#POISON"
          },
          {
            "kind": "FIELD",
            "name": "RAID_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#RAID_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "REGENERATION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#REGENERATION"
          },
          {
            "kind": "FIELD",
            "name": "RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "SATURATION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#SATURATION"
          },
          {
            "kind": "FIELD",
            "name": "SLOWNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#SLOWNESS"
          },
          {
            "kind": "FIELD",
            "name": "SLOW_FALLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#SLOW_FALLING"
          },
          {
            "kind": "FIELD",
            "name": "SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#SPEED"
          },
          {
            "kind": "FIELD",
            "name": "STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#STRENGTH"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#TRIAL_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "UNLUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#UNLUCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER_BREATHING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#WATER_BREATHING"
          },
          {
            "kind": "FIELD",
            "name": "WEAKNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#WEAKNESS"
          },
          {
            "kind": "FIELD",
            "name": "WEAVING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#WEAVING"
          },
          {
            "kind": "FIELD",
            "name": "WIND_CHARGED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#WIND_CHARGED"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#WITHER"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/MobEffectKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.PaintingVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALBAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#ALBAN"
          },
          {
            "kind": "FIELD",
            "name": "AZTEC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#AZTEC"
          },
          {
            "kind": "FIELD",
            "name": "AZTEC2",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#AZTEC2"
          },
          {
            "kind": "FIELD",
            "name": "BACKYARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#BACKYARD"
          },
          {
            "kind": "FIELD",
            "name": "BAROQUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#BAROQUE"
          },
          {
            "kind": "FIELD",
            "name": "BOMB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#BOMB"
          },
          {
            "kind": "FIELD",
            "name": "BOUQUET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#BOUQUET"
          },
          {
            "kind": "FIELD",
            "name": "BURNING_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#BURNING_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "BUST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#BUST"
          },
          {
            "kind": "FIELD",
            "name": "CAVEBIRD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#CAVEBIRD"
          },
          {
            "kind": "FIELD",
            "name": "CHANGING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#CHANGING"
          },
          {
            "kind": "FIELD",
            "name": "COTAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#COTAN"
          },
          {
            "kind": "FIELD",
            "name": "COURBET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#COURBET"
          },
          {
            "kind": "FIELD",
            "name": "CREEBET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#CREEBET"
          },
          {
            "kind": "FIELD",
            "name": "DENNIS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#DENNIS"
          },
          {
            "kind": "FIELD",
            "name": "DONKEY_KONG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#DONKEY_KONG"
          },
          {
            "kind": "FIELD",
            "name": "EARTH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#EARTH"
          },
          {
            "kind": "FIELD",
            "name": "ENDBOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#ENDBOSS"
          },
          {
            "kind": "FIELD",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#FERN"
          },
          {
            "kind": "FIELD",
            "name": "FIGHTERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#FIGHTERS"
          },
          {
            "kind": "FIELD",
            "name": "FINDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#FINDING"
          },
          {
            "kind": "FIELD",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#FIRE"
          },
          {
            "kind": "FIELD",
            "name": "GRAHAM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#GRAHAM"
          },
          {
            "kind": "FIELD",
            "name": "HUMBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#HUMBLE"
          },
          {
            "kind": "FIELD",
            "name": "KEBAB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#KEBAB"
          },
          {
            "kind": "FIELD",
            "name": "LOWMIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#LOWMIST"
          },
          {
            "kind": "FIELD",
            "name": "MATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#MATCH"
          },
          {
            "kind": "FIELD",
            "name": "MEDITATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#MEDITATIVE"
          },
          {
            "kind": "FIELD",
            "name": "ORB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#ORB"
          },
          {
            "kind": "FIELD",
            "name": "OWLEMONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#OWLEMONS"
          },
          {
            "kind": "FIELD",
            "name": "PASSAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#PASSAGE"
          },
          {
            "kind": "FIELD",
            "name": "PIGSCENE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#PIGSCENE"
          },
          {
            "kind": "FIELD",
            "name": "PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#PLANT"
          },
          {
            "kind": "FIELD",
            "name": "POINTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#POINTER"
          },
          {
            "kind": "FIELD",
            "name": "POND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#POND"
          },
          {
            "kind": "FIELD",
            "name": "POOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#POOL"
          },
          {
            "kind": "FIELD",
            "name": "PRAIRIE_RIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#PRAIRIE_RIDE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PaintingVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#PaintingVariantKeys()"
          },
          {
            "kind": "FIELD",
            "name": "SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#SEA"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "SKULL_AND_ROSES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#SKULL_AND_ROSES"
          },
          {
            "kind": "FIELD",
            "name": "STAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#STAGE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#SUNFLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "SUNSET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#SUNSET"
          },
          {
            "kind": "FIELD",
            "name": "TIDES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#TIDES"
          },
          {
            "kind": "FIELD",
            "name": "UNPACKED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#UNPACKED"
          },
          {
            "kind": "FIELD",
            "name": "VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#VOID"
          },
          {
            "kind": "FIELD",
            "name": "WANDERER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#WANDERER"
          },
          {
            "kind": "FIELD",
            "name": "WASTELAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#WASTELAND"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#WATER"
          },
          {
            "kind": "FIELD",
            "name": "WIND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#WIND"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#WITHER"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PaintingVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.PigVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PigVariantKeys.html#COLD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PigVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PigVariantKeys.html#PigVariantKeys()"
          },
          {
            "kind": "FIELD",
            "name": "TEMPERATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PigVariantKeys.html#TEMPERATE"
          },
          {
            "kind": "FIELD",
            "name": "WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PigVariantKeys.html#WARM"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PigVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/PigVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.SoundEventKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "AMBIENT_BASALT_DELTAS_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_BASALT_DELTAS_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_BASALT_DELTAS_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_BASALT_DELTAS_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_BASALT_DELTAS_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_BASALT_DELTAS_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CAVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_CAVE"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CRIMSON_FOREST_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_CRIMSON_FOREST_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CRIMSON_FOREST_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_CRIMSON_FOREST_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CRIMSON_FOREST_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_CRIMSON_FOREST_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_NETHER_WASTES_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_NETHER_WASTES_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_NETHER_WASTES_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_NETHER_WASTES_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_NETHER_WASTES_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_NETHER_WASTES_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_SOUL_SAND_VALLEY_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_SOUL_SAND_VALLEY_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_SOUL_SAND_VALLEY_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_SOUL_SAND_VALLEY_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_SOUL_SAND_VALLEY_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_SOUL_SAND_VALLEY_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_ENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_UNDERWATER_ENTER"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_EXIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_UNDERWATER_EXIT"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_UNDERWATER_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_WARPED_FOREST_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_WARPED_FOREST_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_WARPED_FOREST_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_WARPED_FOREST_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_WARPED_FOREST_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#AMBIENT_WARPED_FOREST_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_CHIME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_CHIME"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_RESONATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_RESONATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_CLUSTER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_CLUSTER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_CLUSTER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_CLUSTER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AMETHYST_CLUSTER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANCIENT_DEBRIS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANCIENT_DEBRIS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANCIENT_DEBRIS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANCIENT_DEBRIS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANCIENT_DEBRIS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_DESTROY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_DESTROY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_LAND"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ANVIL_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_LEAVES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_LEAVES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_LEAVES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_LEAVES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_LEAVES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_AZALEA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_SAPLING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_SAPLING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_SAPLING_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_SAPLING_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_SAPLING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_SAPLING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BAMBOO_WOOD_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BARREL_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BARREL_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BARREL_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BARREL_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BASALT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BASALT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BASALT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BASALT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BASALT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEACON_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEACON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEACON_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_POWER_SELECT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEACON_POWER_SELECT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_DRIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEEHIVE_DRIP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_ENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEEHIVE_ENTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_EXIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEEHIVE_EXIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEEHIVE_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_WORK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BEEHIVE_WORK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BELL_RESONATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BELL_RESONATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BELL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BELL_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_TILT_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_TILT_DOWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_TILT_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BIG_DRIPLEAF_TILT_UP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BLASTFURNACE_FIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BLASTFURNACE_FIRE_CRACKLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BONE_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BONE_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BONE_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BONE_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BONE_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BREWING_STAND_BREW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BREWING_STAND_BREW"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BUBBLE_COLUMN_BUBBLE_POP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CACTUS_FLOWER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CACTUS_FLOWER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CACTUS_FLOWER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CACTUS_FLOWER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAKE_ADD_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAKE_ADD_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CALCITE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CALCITE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CALCITE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CALCITE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CALCITE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAMPFIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAMPFIRE_CRACKLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_EXTINGUISH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CANDLE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAVE_VINES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAVE_VINES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAVE_VINES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_PICK_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAVE_VINES_PICK_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAVE_VINES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CAVE_VINES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHAIN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHAIN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHAIN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHAIN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHAIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_LEAVES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_LEAVES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_LEAVES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_LEAVES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_LEAVES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_SAPLING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_SAPLING_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_SAPLING_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_SAPLING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_SAPLING_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHERRY_WOOD_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHEST_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHEST_LOCKED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHEST_LOCKED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHEST_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_INSERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_INSERT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_INSERT_ENCHANTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_INSERT_ENCHANTED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_PICKUP_ENCHANTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_PICKUP_ENCHANTED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHISELED_BOOKSHELF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHORUS_FLOWER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHORUS_FLOWER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHORUS_FLOWER_GROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CHORUS_FLOWER_GROW"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COBWEB_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COBWEB_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COBWEB_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COBWEB_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COBWEB_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPARATOR_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COMPARATOR_CLICK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COMPOSTER_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COMPOSTER_FILL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_FILL_SUCCESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COMPOSTER_FILL_SUCCESS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_READY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COMPOSTER_READY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CONDUIT_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CONDUIT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_AMBIENT_SHORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CONDUIT_AMBIENT_SHORT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_ATTACK_TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CONDUIT_ATTACK_TARGET"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CONDUIT_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_TURN_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_TURN_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_TURN_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_BULB_TURN_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_CHEST_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_CHEST_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_OXIDIZED_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_CHEST_OXIDIZED_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_OXIDIZED_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_CHEST_OXIDIZED_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_WEATHERED_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_CHEST_WEATHERED_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_WEATHERED_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_CHEST_WEATHERED_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GOLEM_STATUE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GOLEM_STATUE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GOLEM_STATUE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GOLEM_STATUE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GOLEM_STATUE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GRATE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GRATE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GRATE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GRATE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_GRATE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_COPPER_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CORAL_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CORAL_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CORAL_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CORAL_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CORAL_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CRAFTER_CRAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CRAFTER_CRAFT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CRAFTER_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CRAFTER_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_HURT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CREAKING_HEART_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CROP_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_CROP_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEADBUSH_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEADBUSH_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_INSERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_INSERT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_INSERT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_INSERT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_SHATTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_SHATTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DECORATED_POT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_TILES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_TILES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_TILES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_TILES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DEEPSLATE_TILES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DISPENSER_DISPENSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DISPENSER_DISPENSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DISPENSER_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DISPENSER_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DISPENSER_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DISPENSER_LAUNCH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_PLACE_IN_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_PLACE_IN_WATER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_TRANSITION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIED_GHAST_TRANSITION"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIPSTONE_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIPSTONE_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIPSTONE_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIPSTONE_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRIPSTONE_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRY_GRASS_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_DRY_GRASS_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENCHANTMENT_TABLE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ENCHANTMENT_TABLE_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENDER_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ENDER_CHEST_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENDER_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ENDER_CHEST_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_END_GATEWAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_END_GATEWAY_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_END_PORTAL_FRAME_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_END_PORTAL_FRAME_FILL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_END_PORTAL_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_END_PORTAL_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_EYEBLOSSOM_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_CLOSE_LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_EYEBLOSSOM_CLOSE_LONG"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_EYEBLOSSOM_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_EYEBLOSSOM_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_OPEN_LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_EYEBLOSSOM_OPEN_LONG"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FIREFLY_BUSH_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FIREFLY_BUSH_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FIRE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FIRE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FIRE_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FIRE_EXTINGUISH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FLOWERING_AZALEA_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FLOWERING_AZALEA_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FLOWERING_AZALEA_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FLOWERING_AZALEA_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FLOWERING_AZALEA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGLIGHT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGLIGHT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGLIGHT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGLIGHT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGLIGHT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGSPAWN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGSPAWN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_HATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGSPAWN_HATCH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGSPAWN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGSPAWN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FROGSPAWN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FUNGUS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FUNGUS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FUNGUS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FUNGUS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FUNGUS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FURNACE_FIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_FURNACE_FIRE_CRACKLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GILDED_BLACKSTONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GILDED_BLACKSTONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GILDED_BLACKSTONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GILDED_BLACKSTONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GILDED_BLACKSTONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GLASS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GLASS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GLASS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GLASS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GLASS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRASS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRASS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRASS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRASS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRASS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRAVEL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRAVEL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRAVEL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRAVEL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRAVEL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRINDSTONE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GRINDSTONE_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GROWING_PLANT_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_GROWING_PLANT_CROP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_WAXED_INTERACT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HANGING_SIGN_WAXED_INTERACT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HEAVY_CORE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HEAVY_CORE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HEAVY_CORE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HEAVY_CORE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HEAVY_CORE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HONEY_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HONEY_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HONEY_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HONEY_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_SLIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HONEY_BLOCK_SLIDE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_HONEY_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_IRON_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LADDER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LADDER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LADDER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LADDER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LADDER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LANTERN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LANTERN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LANTERN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LANTERN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LANTERN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LARGE_AMETHYST_BUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LARGE_AMETHYST_BUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LARGE_AMETHYST_BUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LARGE_AMETHYST_BUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LAVA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LAVA_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LAVA_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LAVA_EXTINGUISH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LAVA_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LAVA_POP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LEAF_LITTER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LEAF_LITTER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LEAF_LITTER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LEAF_LITTER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LEAF_LITTER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEVER_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LEVER_CLICK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LILY_PAD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LILY_PAD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LODESTONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LODESTONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LODESTONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LODESTONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_LODESTONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MANGROVE_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MANGROVE_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MANGROVE_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MANGROVE_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MANGROVE_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MEDIUM_AMETHYST_BUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MEDIUM_AMETHYST_BUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MEDIUM_AMETHYST_BUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MEDIUM_AMETHYST_BUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_METAL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_CARPET_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_CARPET_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_CARPET_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_CARPET_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_CARPET_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MOSS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUDDY_MANGROVE_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUDDY_MANGROVE_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUDDY_MANGROVE_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUDDY_MANGROVE_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUDDY_MANGROVE_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_MUD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERITE_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERITE_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERITE_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERITE_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERITE_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERRACK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERRACK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERRACK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERRACK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHERRACK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_GOLD_ORE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_GOLD_ORE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_GOLD_ORE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_GOLD_ORE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_GOLD_ORE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_ORE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_ORE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_ORE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_ORE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_ORE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_SPROUTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_SPROUTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_SPROUTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_SPROUTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_SPROUTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WART_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WART_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NETHER_WOOD_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BANJO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_BANJO"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BASEDRUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_BASEDRUM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_BASS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_BELL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_BIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_CHIME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_CHIME"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_COW_BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_COW_BELL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_DIDGERIDOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_DIDGERIDOO"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_FLUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_FLUTE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_GUITAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_GUITAR"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_HARP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_HARP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_HAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_HAT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IMITATE_CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IMITATE_ENDER_DRAGON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IMITATE_PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IMITATE_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IMITATE_WITHER_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IMITATE_ZOMBIE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IRON_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_IRON_XYLOPHONE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_PLING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_PLING"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_SNARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_SNARE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NOTE_BLOCK_XYLOPHONE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NYLIUM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NYLIUM_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NYLIUM_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NYLIUM_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_NYLIUM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PACKED_MUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PACKED_MUD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PACKED_MUD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PACKED_MUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PACKED_MUD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PALE_HANGING_MOSS_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PALE_HANGING_MOSS_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PINK_PETALS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PINK_PETALS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PINK_PETALS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PINK_PETALS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PINK_PETALS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PISTON_CONTRACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PISTON_CONTRACT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PISTON_EXTEND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PISTON_EXTEND"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_DRIP_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_DRIP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POINTED_DRIPSTONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_DEEPSLATE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_DEEPSLATE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_DEEPSLATE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_DEEPSLATE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_DEEPSLATE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_TUFF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_TUFF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_TUFF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_TUFF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POLISHED_TUFF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PORTAL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PORTAL_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PORTAL_TRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PORTAL_TRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PORTAL_TRIGGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PORTAL_TRIGGER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POWDER_SNOW_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POWDER_SNOW_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POWDER_SNOW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POWDER_SNOW_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_POWDER_SNOW_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PUMPKIN_CARVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_PUMPKIN_CARVE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_REDSTONE_TORCH_BURNOUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_REDSTONE_TORCH_BURNOUT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESPAWN_ANCHOR_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESPAWN_ANCHOR_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_DEPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESPAWN_ANCHOR_DEPLETE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_SET_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_RESPAWN_ANCHOR_SET_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTED_DIRT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTED_DIRT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTED_DIRT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTED_DIRT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTED_DIRT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SAND_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SAND_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCAFFOLDING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCAFFOLDING_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCAFFOLDING_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCAFFOLDING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCAFFOLDING_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_BLOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CATALYST_BLOOM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CATALYST_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CATALYST_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CATALYST_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CATALYST_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CATALYST_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_CLICKING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_CLICKING"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_CLICKING_STOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_CLICKING_STOP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SENSOR_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SHRIEKER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SHRIEKER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SHRIEKER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SHRIEKER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SHRIEKER_SHRIEK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SHRIEKER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SPREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_SPREAD"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_VEIN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_VEIN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_VEIN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_VEIN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SCULK_VEIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_MULTI_SWAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_MULTI_SWAP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_PLACE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_PLACE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_SINGLE_SWAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_SINGLE_SWAP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_TAKE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHELF_TAKE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHROOMLIGHT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHROOMLIGHT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHROOMLIGHT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHROOMLIGHT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHROOMLIGHT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHULKER_BOX_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHULKER_BOX_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHULKER_BOX_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SHULKER_BOX_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SIGN_WAXED_INTERACT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SIGN_WAXED_INTERACT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SLIME_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SLIME_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SLIME_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SLIME_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SLIME_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_AMETHYST_BUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_AMETHYST_BUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_AMETHYST_BUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_AMETHYST_BUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_DRIPLEAF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_DRIPLEAF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_DRIPLEAF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_DRIPLEAF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMALL_DRIPLEAF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMITHING_TABLE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMITHING_TABLE_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMOKER_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SMOKER_SMOKE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNIFFER_EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNIFFER_EGG_CRACK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNIFFER_EGG_HATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNIFFER_EGG_HATCH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNIFFER_EGG_PLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNIFFER_EGG_PLOP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNOW_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNOW_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNOW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNOW_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SNOW_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SAND_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SOIL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SOIL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SOIL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SOIL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SOUL_SOIL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPAWNER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPAWNER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPAWNER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPAWNER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPAWNER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_ABSORB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPONGE_ABSORB"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPONGE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPONGE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPONGE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPONGE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPONGE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPORE_BLOSSOM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPORE_BLOSSOM_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPORE_BLOSSOM_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPORE_BLOSSOM_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SPORE_BLOSSOM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STEM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STEM_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STEM_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STEM_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STEM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_STONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_GRAVEL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_GRAVEL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_GRAVEL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_GRAVEL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_GRAVEL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_SAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_SAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_SAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_SAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SUSPICIOUS_SAND_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWEET_BERRY_BUSH_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SWEET_BERRY_BUSH_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWEET_BERRY_BUSH_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_SWEET_BERRY_BUSH_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_ABOUT_TO_SPAWN_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_ABOUT_TO_SPAWN_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_AMBIENT_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_AMBIENT_OMINOUS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_CLOSE_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_CLOSE_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_DETECT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_DETECT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_EJECT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_EJECT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_OMINOUS_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_OMINOUS_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_OPEN_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_OPEN_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_SPAWN_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_SPAWN_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_SPAWN_ITEM_BEGIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_SPAWN_ITEM_BEGIN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_SPAWN_MOB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_SPAWN_MOB"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIAL_SPAWNER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_ATTACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIPWIRE_ATTACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIPWIRE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIPWIRE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_DETACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TRIPWIRE_DETACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_TUFF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_CLOSE_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_CLOSE_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_EJECT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_EJECT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_INSERT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_INSERT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_INSERT_ITEM_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_INSERT_ITEM_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_OPEN_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_OPEN_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_REJECT_REWARDED_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_REJECT_REWARDED_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VAULT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VINE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VINE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VINE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VINE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_VINE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WART_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WART_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WART_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WART_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WART_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WATER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WATER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WEEPING_VINES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WEEPING_VINES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WEEPING_VINES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WEEPING_VINES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WEEPING_VINES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_GRASS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_GRASS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_GRASS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_GRASS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_GRASS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_SPONGE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_DRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_SPONGE_DRIES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_SPONGE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_SPONGE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_SPONGE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WET_SPONGE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOODEN_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#BLOCK_WOOL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANT_THORNS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENCHANT_THORNS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_AMBIENT_WITH_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_AMBIENT_WITH_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_ITEM_GIVEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_ITEM_GIVEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_ITEM_TAKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_ITEM_TAKEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_ITEM_THROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ALLAY_ITEM_THROWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_BRUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_BRUSH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_HURT_REDUCED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_HURT_REDUCED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_PEEK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_PEEK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_ROLL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_ROLL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_SCUTE_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_SCUTE_DROP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_UNROLL_FINISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_UNROLL_FINISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_UNROLL_START",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMADILLO_UNROLL_START"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMOR_STAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMOR_STAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMOR_STAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARMOR_STAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARROW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARROW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARROW_HIT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARROW_HIT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARROW_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ARROW_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_IDLE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_IDLE_AIR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_IDLE_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_IDLE_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_AXOLOTL_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BAT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BAT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BAT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BAT_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_TAKEOFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BAT_TAKEOFF"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BEE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BEE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BEE_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_LOOP_AGGRESSIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BEE_LOOP_AGGRESSIVE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_POLLINATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BEE_POLLINATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_STING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BEE_STING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BLAZE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BLAZE_BURN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BLAZE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BLAZE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BLAZE_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOAT_PADDLE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOAT_PADDLE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOAT_PADDLE_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOAT_PADDLE_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOGGED_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOGGED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOGGED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOGGED_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BOGGED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_DEFLECT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_DEFLECT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_IDLE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_IDLE_AIR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_IDLE_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_IDLE_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_INHALE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_INHALE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_SLIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_SLIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_WHIRL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_WHIRL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_WIND_BURST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_BREEZE_WIND_BURST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_DASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_DASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_DASH_READY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_DASH_READY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_SIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_SIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_STAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_STEP_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAMEL_STEP_SAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_BEG_FOR_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_BEG_FOR_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_HISS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_HISS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_PURR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_PURR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_PURREOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_PURREOW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_STRAY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CAT_STRAY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CHICKEN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CHICKEN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CHICKEN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CHICKEN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CHICKEN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COD_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COD_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COD_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COD_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_BECOME_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_BECOME_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_ITEM_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_ITEM_DROP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_ITEM_NO_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_ITEM_NO_DROP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_NO_ITEM_GET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_NO_ITEM_GET"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_NO_ITEM_NO_GET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_NO_ITEM_NO_GET"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_OXIDIZED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_OXIDIZED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_SPIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_OXIDIZED_SPIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_OXIDIZED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_SPIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_SPIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_WEATHERED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_WEATHERED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_SPIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_WEATHERED_SPIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COPPER_GOLEM_WEATHERED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COW_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COW_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COW_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COW_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_COW_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_FREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_FREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_SWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_SWAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_TWITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_TWITCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_UNFREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREAKING_UNFREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREEPER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREEPER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREEPER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREEPER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREEPER_PRIMED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_CREEPER_PRIMED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DOLPHIN_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DONKEY_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DRAGON_FIREBALL_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DRAGON_FIREBALL_EXPLODE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_DEATH_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_DEATH_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_HURT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_HURT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_DROWNED_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EGG_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EGG_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_AMBIENT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_DEATH_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_DEATH_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_HURT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ELDER_GUARDIAN_HURT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMAN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMAN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMAN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_SCREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMAN_SCREAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_STARE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMAN_STARE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMAN_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMITE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMITE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMITE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDERMITE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_DRAGON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_DRAGON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_FLAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_DRAGON_FLAP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_DRAGON_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_DRAGON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_DRAGON_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_EYE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_EYE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_EYE_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_EYE_LAUNCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_PEARL_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ENDER_PEARL_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_CAST_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_CAST_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_FANGS_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_FANGS_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_PREPARE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_PREPARE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_PREPARE_SUMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_PREPARE_SUMMON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_PREPARE_WOLOLO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EVOKER_PREPARE_WOLOLO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EXPERIENCE_BOTTLE_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EXPERIENCE_BOTTLE_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EXPERIENCE_ORB_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_EXPERIENCE_ORB_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_BLAST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_BLAST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_BLAST_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_BLAST_FAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_LARGE_BLAST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_LARGE_BLAST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_LAUNCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_TWINKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_TWINKLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_TWINKLE_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FIREWORK_ROCKET_TWINKLE_FAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISHING_BOBBER_RETRIEVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FISHING_BOBBER_RETRIEVE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISHING_BOBBER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FISHING_BOBBER_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISHING_BOBBER_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FISHING_BOBBER_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISH_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FISH_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_AGGRO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_AGGRO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_BITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SCREECH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_SCREECH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SLEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_SLEEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SNIFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_SNIFF"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_SPIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FOX_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_LAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_LAY_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_LONG_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_LONG_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_TONGUE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_FROG_TONGUE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_BIG_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_BURN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_DRINK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_EXPLODE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_EXTINGUISH_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_EXTINGUISH_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_SMALL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GENERIC_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHASTLING_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHASTLING_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHASTLING_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHASTLING_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHAST_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHAST_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHAST_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_SCREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHAST_SCREAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHAST_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_WARN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GHAST_WARN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_ADD_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_ITEM_FRAME_ADD_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_ITEM_FRAME_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_ITEM_FRAME_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_SQUID_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_SQUID_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_SQUID_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_SQUIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GLOW_SQUID_SQUIRT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_HORN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_HORN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_LONG_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_LONG_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_PREPARE_RAM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_PREPARE_RAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_RAM_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_RAM_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_LONG_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_LONG_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_PREPARE_RAM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_PREPARE_RAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_RAM_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_SCREAMING_RAM_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GOAT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_AMBIENT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_DEATH_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_DEATH_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_HURT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_GUARDIAN_HURT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_EQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_EQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_DOWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_UP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_RIDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_RIDING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HAPPY_GHAST_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_RETREAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_RETREAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOGLIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_BREATHE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_BREATHE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_GALLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_GALLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_STEP_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HORSE_STEP_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOSTILE_BIG_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOSTILE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOSTILE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOSTILE_SMALL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOSTILE_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HOSTILE_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HUSK_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_CONVERTED_TO_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HUSK_CONVERTED_TO_ZOMBIE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HUSK_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HUSK_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_HUSK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_CAST_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_CAST_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_MIRROR_MOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_MIRROR_MOVE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_PREPARE_BLINDNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_PREPARE_BLINDNESS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_PREPARE_MIRROR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ILLUSIONER_PREPARE_MIRROR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_IRON_GOLEM_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_IRON_GOLEM_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_IRON_GOLEM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_IRON_GOLEM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_REPAIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_IRON_GOLEM_REPAIR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_IRON_GOLEM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_ADD_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_FRAME_ADD_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_FRAME_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_FRAME_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_REMOVE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_FRAME_REMOVE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_ROTATE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_FRAME_ROTATE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ITEM_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LIGHTNING_BOLT_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LIGHTNING_BOLT_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LIGHTNING_BOLT_THUNDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LIGHTNING_BOLT_THUNDER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LINGERING_POTION_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LINGERING_POTION_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_SPIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_SWAG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_LLAMA_SWAG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_DEATH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_DEATH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_HURT_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_HURT_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_SQUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_SQUISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_SQUISH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MAGMA_CUBE_SQUISH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MINECART_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MINECART_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MINECART_INSIDE_UNDERWATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MINECART_INSIDE_UNDERWATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MINECART_RIDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MINECART_RIDING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_CONVERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MOOSHROOM_CONVERT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MOOSHROOM_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MOOSHROOM_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MOOSHROOM_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_SUSPICIOUS_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MOOSHROOM_SUSPICIOUS_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_MULE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_OCELOT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_OCELOT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_OCELOT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_OCELOT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_OCELOT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_OCELOT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PAINTING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PAINTING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PAINTING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PAINTING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_AGGRESSIVE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_AGGRESSIVE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_BITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_CANT_BREED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_CANT_BREED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_PRE_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_PRE_SNEEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_SNEEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_WORRIED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PANDA_WORRIED_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_FLY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_FLY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_BLAZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_BLAZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_BOGGED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_BOGGED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_BREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_BREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_CREAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_CREAKING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_DROWNED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ELDER_GUARDIAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ENDERMITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ENDER_DRAGON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_EVOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_EVOKER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_GHAST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_GUARDIAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_HOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_HOGLIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_HUSK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_HUSK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ILLUSIONER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_MAGMA_CUBE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PHANTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_PHANTOM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PIGLIN_BRUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_PIGLIN_BRUTE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_PILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_RAVAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_RAVAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SHULKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_SHULKER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_SILVERFISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SLIME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_SLIME"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_SPIDER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_STRAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_VEX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_VEX"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_VINDICATOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WARDEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_WARDEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_WITCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_WITHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_WITHER_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ZOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ZOGLIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ZOMBIE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PARROT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PHANTOM_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PHANTOM_BITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PHANTOM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_FLAP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PHANTOM_FLAP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PHANTOM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_SWOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PHANTOM_SWOOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_ADMIRING_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_ADMIRING_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_BRUTE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_BRUTE_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_BRUTE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_BRUTE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_BRUTE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_JEALOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_JEALOUS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_RETREAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_RETREAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIGLIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIG_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIG_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIG_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIG_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PIG_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PILLAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PILLAGER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PILLAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PILLAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_CRIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_ATTACK_CRIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_ATTACK_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_NODAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_ATTACK_NODAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_STRONG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_ATTACK_STRONG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_SWEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_ATTACK_SWEEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_WEAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_ATTACK_WEAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_BIG_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_BREATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_BURP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_BURP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_DROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_HURT_DROWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_FREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_HURT_FREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_ON_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_HURT_ON_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_LEVELUP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_LEVELUP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_SMALL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SPLASH_HIGH_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_SPLASH_HIGH_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PLAYER_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_POLAR_BEAR_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_AMBIENT_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_POLAR_BEAR_AMBIENT_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_POLAR_BEAR_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_POLAR_BEAR_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_POLAR_BEAR_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_WARNING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_POLAR_BEAR_WARNING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_BLOW_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PUFFER_FISH_BLOW_OUT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_BLOW_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PUFFER_FISH_BLOW_UP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PUFFER_FISH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PUFFER_FISH_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PUFFER_FISH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_STING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_PUFFER_FISH_STING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RABBIT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RABBIT_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RABBIT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RABBIT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RABBIT_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_ROAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_ROAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_STUNNED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_RAVAGER_STUNNED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SALMON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SALMON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SALMON_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SALMON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHEEP_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHEEP_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHEEP_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHEEP_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHEEP_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_BULLET_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_BULLET_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_BULLET_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_BULLET_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_HURT_CLOSED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_HURT_CLOSED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SHULKER_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SILVERFISH_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SILVERFISH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SILVERFISH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SILVERFISH_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_CONVERTED_TO_STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_CONVERTED_TO_STRAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_GALLOP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_GALLOP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_JUMP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_JUMP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_STEP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_STEP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HORSE_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SKELETON_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_DEATH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_DEATH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_HURT_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_HURT_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_JUMP_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_JUMP_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_SQUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_SQUISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_SQUISH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SLIME_SQUISH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DIGGING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_DIGGING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DIGGING_STOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_DIGGING_STOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DROP_SEED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_DROP_SEED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_HAPPY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_SCENTING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_SCENTING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_SEARCHING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_SEARCHING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_SNIFFING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_SNIFFING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNIFFER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOWBALL_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNOWBALL_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNOW_GOLEM_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNOW_GOLEM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNOW_GOLEM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNOW_GOLEM_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SNOW_GOLEM_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SPIDER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SPIDER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SPIDER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SPIDER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPLASH_POTION_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SPLASH_POTION_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPLASH_POTION_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SPLASH_POTION_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SQUID_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SQUID_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SQUID_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_SQUIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_SQUID_SQUIRT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRAY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRAY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRAY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRAY_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_HAPPY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_RETREAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_RETREAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_STEP_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_STRIDER_STEP_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TADPOLE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TADPOLE_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_GROW_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TADPOLE_GROW_UP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TADPOLE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TNT_PRIMED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TNT_PRIMED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TROPICAL_FISH_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TROPICAL_FISH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TROPICAL_FISH_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TROPICAL_FISH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_AMBIENT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_DEATH_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_DEATH_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_EGG_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_EGG_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_EGG_CRACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_EGG_HATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_EGG_HATCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_HURT_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_HURT_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_LAY_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_LAY_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_SHAMBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_SHAMBLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_SHAMBLE_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_SHAMBLE_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_TURTLE_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VEX_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VEX_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VEX_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VEX_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_NO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_NO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_TRADE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_TRADE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_ARMORER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_ARMORER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_BUTCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_BUTCHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_CARTOGRAPHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_CARTOGRAPHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_CLERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_CLERIC"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_FARMER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_FARMER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_FISHERMAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_FISHERMAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_FLETCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_FLETCHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_LEATHERWORKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_LEATHERWORKER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_LIBRARIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_LIBRARIAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_MASON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_MASON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_SHEPHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_SHEPHERD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_TOOLSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_TOOLSMITH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_WEAPONSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_WORK_WEAPONSMITH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_YES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VILLAGER_YES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VINDICATOR_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VINDICATOR_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VINDICATOR_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_VINDICATOR_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DISAPPEARED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_DISAPPEARED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DRINK_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_DRINK_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DRINK_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_DRINK_POTION"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_NO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_NO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_REAPPEARED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_REAPPEARED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_TRADE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_TRADE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_YES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WANDERING_TRADER_YES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_AGITATED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_AGITATED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_ATTACK_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_ATTACK_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_DIG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_DIG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_EMERGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_EMERGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_HEARTBEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_HEARTBEAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_LISTENING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_LISTENING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_LISTENING_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_LISTENING_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_NEARBY_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_NEARBY_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_NEARBY_CLOSER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_NEARBY_CLOSER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_NEARBY_CLOSEST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_NEARBY_CLOSEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_ROAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_ROAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_SNIFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_SNIFF"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_SONIC_BOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_SONIC_BOOM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_SONIC_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_SONIC_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_TENDRIL_CLICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WARDEN_TENDRIL_CLICKS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WIND_CHARGE_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WIND_CHARGE_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WIND_CHARGE_WIND_BURST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WIND_CHARGE_WIND_BURST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITCH_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITCH_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITCH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITCH_DRINK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITCH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITCH_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_BREAK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_BREAK_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_SKELETON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_SKELETON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_SKELETON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_SKELETON_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WITHER_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_ANGRY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_ANGRY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_ANGRY_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_ANGRY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_ANGRY_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_ANGRY_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_BIG_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_BIG_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_BIG_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_BIG_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_BIG_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_BIG_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_CUTE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_CUTE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_CUTE_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_CUTE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_CUTE_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_CUTE_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GRUMPY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GRUMPY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GRUMPY_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GRUMPY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GRUMPY_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_GRUMPY_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PUGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PUGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PUGLIN_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PUGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PUGLIN_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_PUGLIN_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SAD_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SAD_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SAD_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SAD_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SAD_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SAD_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SHAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_SHAKE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_WOLF_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOGLIN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOGLIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_ATTACK_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_ATTACK_IRON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_BREAK_WOODEN_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_CONVERTED_TO_DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_CONVERTED_TO_DROWNED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_DESTROY_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_DESTROY_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_HORSE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_HORSE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_HORSE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_INFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_INFECT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_VILLAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_CONVERTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_VILLAGER_CONVERTED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_CURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_VILLAGER_CURE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_VILLAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_VILLAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIE_VILLAGER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIFIED_PIGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIFIED_PIGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIFIED_PIGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ENTITY_ZOMBIFIED_PIGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_MOB_EFFECT_BAD_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#EVENT_MOB_EFFECT_BAD_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_MOB_EFFECT_RAID_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#EVENT_MOB_EFFECT_RAID_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_MOB_EFFECT_TRIAL_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#EVENT_MOB_EFFECT_TRIAL_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_RAID_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#EVENT_RAID_HORN"
          },
          {
            "kind": "FIELD",
            "name": "INTENTIONALLY_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#INTENTIONALLY_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_DIAMOND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_ELYTRA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_ELYTRA"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_GOLD"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_IRON"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_LEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_LEATHER"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_NETHERITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_NETHERITE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_TURTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_TURTLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_EQUIP_WOLF"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_UNEQUIP_WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ARMOR_UNEQUIP_WOLF"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_AXE_SCRAPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_AXE_SCRAPE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_AXE_STRIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_AXE_STRIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_AXE_WAX_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_AXE_WAX_OFF"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BONE_MEAL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BONE_MEAL_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOOK_PAGE_TURN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BOOK_PAGE_TURN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOOK_PUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BOOK_PUT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOTTLE_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BOTTLE_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOTTLE_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BOTTLE_FILL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOTTLE_FILL_DRAGONBREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BOTTLE_FILL_DRAGONBREATH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BRUSH_BRUSHING_GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BRUSH_BRUSHING_GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BRUSH_BRUSHING_SAND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_SAND_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BRUSH_BRUSHING_SAND_COMPLETE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_EMPTY_AXOLOTL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_EMPTY_FISH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_EMPTY_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_EMPTY_POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_TADPOLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_EMPTY_TADPOLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_FILL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_FILL_AXOLOTL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_FILL_FISH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_FILL_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_FILL_POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_TADPOLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUCKET_FILL_TADPOLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_DROP_CONTENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUNDLE_DROP_CONTENTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_INSERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUNDLE_INSERT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_INSERT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUNDLE_INSERT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_REMOVE_ONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_BUNDLE_REMOVE_ONE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CHORUS_FRUIT_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CHORUS_FRUIT_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROP_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROP_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_LOADING_END",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_LOADING_END"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_LOADING_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_LOADING_MIDDLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_LOADING_START",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_LOADING_START"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_1",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_QUICK_CHARGE_1"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_2",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_QUICK_CHARGE_2"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_QUICK_CHARGE_3"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_CROSSBOW_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_DYE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_DYE_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ELYTRA_FLYING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_ELYTRA_FLYING"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_FIRECHARGE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_FIRECHARGE_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_FLINTANDSTEEL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_FLINTANDSTEEL_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GLOW_INK_SAC_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GLOW_INK_SAC_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_0",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_0"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_1",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_1"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_2",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_2"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_3"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_4",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_4"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_5",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_5"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_6",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_6"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_7",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_GOAT_HORN_SOUND_7"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HOE_TILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_HOE_TILL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HONEYCOMB_WAX_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_HONEYCOMB_WAX_ON"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HONEY_BOTTLE_DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_HONEY_BOTTLE_DRINK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HORSE_ARMOR_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_HORSE_ARMOR_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_INK_SAC_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_INK_SAC_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LEAD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_LEAD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LEAD_TIED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_LEAD_TIED"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LEAD_UNTIED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_LEAD_UNTIED"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LLAMA_CARPET_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_LLAMA_CARPET_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LODESTONE_COMPASS_LOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_LODESTONE_COMPASS_LOCK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MACE_SMASH_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_MACE_SMASH_AIR"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MACE_SMASH_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_MACE_SMASH_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MACE_SMASH_GROUND_HEAVY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_MACE_SMASH_GROUND_HEAVY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_NETHER_WART_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_NETHER_WART_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_OMINOUS_BOTTLE_DISPOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_OMINOUS_BOTTLE_DISPOSE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SADDLE_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SADDLE_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHEARS_SNIP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SHEARS_SNIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHIELD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SHIELD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHIELD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SHIELD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHOVEL_FLATTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SHOVEL_FLATTEN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SPYGLASS_STOP_USING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SPYGLASS_STOP_USING"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SPYGLASS_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_SPYGLASS_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TOTEM_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TOTEM_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_HIT_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_HIT_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RETURN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_RETURN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RIPTIDE_1",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_RIPTIDE_1"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RIPTIDE_2",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_RIPTIDE_2"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RIPTIDE_3",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_RIPTIDE_3"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_THUNDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_TRIDENT_THUNDER"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_WOLF_ARMOR_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_WOLF_ARMOR_CRACK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_WOLF_ARMOR_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_REPAIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#ITEM_WOLF_ARMOR_REPAIR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_CREATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_CREATIVE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_CREDITS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_CREDITS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_11"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_13"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_5",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_5"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_CREATOR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_CREATOR_MUSIC_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_LAVA_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_OTHERSIDE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_PIGSTEP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_PRECIPICE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_RELIC"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_TEARS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_DRAGON"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_END",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_END"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_GAME",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_GAME"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_MENU",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_MENU"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_BASALT_DELTAS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_NETHER_BASALT_DELTAS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_CRIMSON_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_NETHER_CRIMSON_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_NETHER_WASTES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_NETHER_NETHER_WASTES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_SOUL_SAND_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_NETHER_SOUL_SAND_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_WARPED_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_NETHER_WARPED_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_BAMBOO_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_BAMBOO_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_CHERRY_GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_CHERRY_GROVE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_DEEP_DARK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_DEEP_DARK"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_DRIPSTONE_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_DRIPSTONE_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_FLOWER_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_FLOWER_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_FROZEN_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_FROZEN_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_GROVE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_JAGGED_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_JAGGED_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_LUSH_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_LUSH_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_MEADOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_MEADOW"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_OLD_GROWTH_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_OLD_GROWTH_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_SNOWY_SLOPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_SNOWY_SLOPES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_SPARSE_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_SPARSE_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_STONY_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_STONY_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_OVERWORLD_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_UNDER_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#MUSIC_UNDER_WATER"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLE_SOUL_ESCAPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#PARTICLE_SOUL_ESCAPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SoundEventKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#SoundEventKeys()"
          },
          {
            "kind": "FIELD",
            "name": "UI_BUTTON_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_BUTTON_CLICK"
          },
          {
            "kind": "FIELD",
            "name": "UI_CARTOGRAPHY_TABLE_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_CARTOGRAPHY_TABLE_TAKE_RESULT"
          },
          {
            "kind": "FIELD",
            "name": "UI_HUD_BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_HUD_BUBBLE_POP"
          },
          {
            "kind": "FIELD",
            "name": "UI_LOOM_SELECT_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_LOOM_SELECT_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "UI_LOOM_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_LOOM_TAKE_RESULT"
          },
          {
            "kind": "FIELD",
            "name": "UI_STONECUTTER_SELECT_RECIPE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_STONECUTTER_SELECT_RECIPE"
          },
          {
            "kind": "FIELD",
            "name": "UI_STONECUTTER_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_STONECUTTER_TAKE_RESULT"
          },
          {
            "kind": "FIELD",
            "name": "UI_TOAST_CHALLENGE_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_TOAST_CHALLENGE_COMPLETE"
          },
          {
            "kind": "FIELD",
            "name": "UI_TOAST_IN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_TOAST_IN"
          },
          {
            "kind": "FIELD",
            "name": "UI_TOAST_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#UI_TOAST_OUT"
          },
          {
            "kind": "FIELD",
            "name": "WEATHER_END_FLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#WEATHER_END_FLASH"
          },
          {
            "kind": "FIELD",
            "name": "WEATHER_RAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#WEATHER_RAIN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHER_RAIN_ABOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#WEATHER_RAIN_ABOVE"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/SoundEventKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.StructureKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ANCIENT_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#ANCIENT_CITY"
          },
          {
            "kind": "FIELD",
            "name": "BASTION_REMNANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#BASTION_REMNANT"
          },
          {
            "kind": "FIELD",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "END_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "FORTRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "IGLOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#JUNGLE_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#MANSION"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT_MESA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#MINESHAFT_MESA"
          },
          {
            "kind": "FIELD",
            "name": "MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FOSSIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#NETHER_FOSSIL"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN_COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#OCEAN_RUIN_COLD"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN_WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#OCEAN_RUIN_WARM"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#PILLAGER_OUTPOST"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_MOUNTAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL_MOUNTAIN"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#RUINED_PORTAL_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK_BEACHED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#SHIPWRECK_BEACHED"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#SWAMP_HUT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#StructureKeys()"
          },
          {
            "kind": "FIELD",
            "name": "TRAIL_RUINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#TRAIL_RUINS"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_CHAMBERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#TRIAL_CHAMBERS"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#VILLAGE_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#VILLAGE_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#VILLAGE_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_SNOWY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#VILLAGE_SNOWY"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#VILLAGE_TAIGA"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.StructureTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "END_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "FORTRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "IGLOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#JIGSAW"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#JUNGLE_TEMPLE"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FOSSIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#NETHER_FOSSIL"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#OCEAN_MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#OCEAN_RUIN"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#RUINED_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#SWAMP_HUT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#StructureTypeKeys()"
          },
          {
            "kind": "FIELD",
            "name": "WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#WOODLAND_MANSION"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/StructureTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.TrimMaterialKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#AMETHYST"
          },
          {
            "kind": "FIELD",
            "name": "COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#COPPER"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#DIAMOND"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#EMERALD"
          },
          {
            "kind": "FIELD",
            "name": "GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#GOLD"
          },
          {
            "kind": "FIELD",
            "name": "IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#IRON"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#LAPIS"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#NETHERITE"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#REDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "RESIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#RESIN"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TrimMaterialKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#TrimMaterialKeys()"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimMaterialKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.TrimPatternKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "BOLT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#BOLT"
          },
          {
            "kind": "FIELD",
            "name": "COAST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#COAST"
          },
          {
            "kind": "FIELD",
            "name": "DUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#DUNE"
          },
          {
            "kind": "FIELD",
            "name": "EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#EYE"
          },
          {
            "kind": "FIELD",
            "name": "FLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#FLOW"
          },
          {
            "kind": "FIELD",
            "name": "HOST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#HOST"
          },
          {
            "kind": "FIELD",
            "name": "RAISER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#RAISER"
          },
          {
            "kind": "FIELD",
            "name": "RIB",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#RIB"
          },
          {
            "kind": "FIELD",
            "name": "SENTRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#SENTRY"
          },
          {
            "kind": "FIELD",
            "name": "SHAPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#SHAPER"
          },
          {
            "kind": "FIELD",
            "name": "SILENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#SILENCE"
          },
          {
            "kind": "FIELD",
            "name": "SNOUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#SNOUT"
          },
          {
            "kind": "FIELD",
            "name": "SPIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#SPIRE"
          },
          {
            "kind": "FIELD",
            "name": "TIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#TIDE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TrimPatternKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#TrimPatternKeys()"
          },
          {
            "kind": "FIELD",
            "name": "VEX",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#VEX"
          },
          {
            "kind": "FIELD",
            "name": "WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#WARD"
          },
          {
            "kind": "FIELD",
            "name": "WAYFINDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#WAYFINDER"
          },
          {
            "kind": "FIELD",
            "name": "WILD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#WILD"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/TrimPatternKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.VillagerProfessionKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARMORER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#ARMORER"
          },
          {
            "kind": "FIELD",
            "name": "BUTCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#BUTCHER"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#CARTOGRAPHER"
          },
          {
            "kind": "FIELD",
            "name": "CLERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#CLERIC"
          },
          {
            "kind": "FIELD",
            "name": "FARMER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#FARMER"
          },
          {
            "kind": "FIELD",
            "name": "FISHERMAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#FISHERMAN"
          },
          {
            "kind": "FIELD",
            "name": "FLETCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#FLETCHER"
          },
          {
            "kind": "FIELD",
            "name": "LEATHERWORKER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#LEATHERWORKER"
          },
          {
            "kind": "FIELD",
            "name": "LIBRARIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#LIBRARIAN"
          },
          {
            "kind": "FIELD",
            "name": "MASON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#MASON"
          },
          {
            "kind": "FIELD",
            "name": "NITWIT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#NITWIT"
          },
          {
            "kind": "FIELD",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#NONE"
          },
          {
            "kind": "FIELD",
            "name": "SHEPHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#SHEPHERD"
          },
          {
            "kind": "FIELD",
            "name": "TOOLSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#TOOLSMITH"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "VillagerProfessionKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#VillagerProfessionKeys()"
          },
          {
            "kind": "FIELD",
            "name": "WEAPONSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#WEAPONSMITH"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerProfessionKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.VillagerTypeKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#DESERT"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#TAIGA"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "VillagerTypeKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#VillagerTypeKeys()"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/VillagerTypeKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.WolfSoundVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "BIG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#BIG"
          },
          {
            "kind": "FIELD",
            "name": "CLASSIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#CLASSIC"
          },
          {
            "kind": "FIELD",
            "name": "CUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#CUTE"
          },
          {
            "kind": "FIELD",
            "name": "GRUMPY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#GRUMPY"
          },
          {
            "kind": "FIELD",
            "name": "PUGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#PUGLIN"
          },
          {
            "kind": "FIELD",
            "name": "SAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#SAD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WolfSoundVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#WolfSoundVariantKeys()"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfSoundVariantKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.WolfVariantKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ASHEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#ASHEN"
          },
          {
            "kind": "FIELD",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#BLACK"
          },
          {
            "kind": "FIELD",
            "name": "CHESTNUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#CHESTNUT"
          },
          {
            "kind": "FIELD",
            "name": "PALE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#PALE"
          },
          {
            "kind": "FIELD",
            "name": "RUSTY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#RUSTY"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#SNOWY"
          },
          {
            "kind": "FIELD",
            "name": "SPOTTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#SPOTTED"
          },
          {
            "kind": "FIELD",
            "name": "STRIPED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#STRIPED"
          },
          {
            "kind": "FIELD",
            "name": "WOODS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#WOODS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WolfVariantKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#WolfVariantKeys()"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/WolfVariantKeys.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.keys.tags",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.BannerPatternTagKeys",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BannerPatternTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#BannerPatternTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "NO_ITEM_REQUIRED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#NO_ITEM_REQUIRED"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_BORDURE_INDENTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_BORDURE_INDENTED"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_FIELD_MASONED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_FIELD_MASONED"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_FLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_FLOW"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_GLOBE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_GLOBE"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_GUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_GUSTER"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_MOJANG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_MOJANG"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN_ITEM_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#PATTERN_ITEM_SKULL"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BannerPatternTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.BiomeTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALLOWS_SURFACE_SLIME_SPAWNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#ALLOWS_SURFACE_SLIME_SPAWNS"
          },
          {
            "kind": "FIELD",
            "name": "ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#ALLOWS_TROPICAL_FISH_SPAWNS_AT_ANY_HEIGHT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BiomeTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#BiomeTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "HAS_CLOSER_WATER_FOG",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_CLOSER_WATER_FOG"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_ANCIENT_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_ANCIENT_CITY"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_BASTION_REMNANT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_BASTION_REMNANT"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_END_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_IGLOO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_JUNGLE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_JUNGLE_TEMPLE"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_MINESHAFT_MESA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_MINESHAFT_MESA"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_NETHER_FORTRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_NETHER_FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_NETHER_FOSSIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_NETHER_FOSSIL"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_OCEAN_MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_OCEAN_MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_OCEAN_RUIN_COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_OCEAN_RUIN_COLD"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_OCEAN_RUIN_WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_OCEAN_RUIN_WARM"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_PILLAGER_OUTPOST"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_MOUNTAIN"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_STANDARD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_STANDARD"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_RUINED_PORTAL_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_RUINED_PORTAL_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_SHIPWRECK_BEACHED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_SHIPWRECK_BEACHED"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_SWAMP_HUT"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_TRAIL_RUINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_TRAIL_RUINS"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_TRIAL_CHAMBERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_TRIAL_CHAMBERS"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_VILLAGE_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_VILLAGE_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_VILLAGE_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_VILLAGE_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_VILLAGE_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_VILLAGE_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_VILLAGE_SNOWY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_VILLAGE_SNOWY"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_VILLAGE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_VILLAGE_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "HAS_STRUCTURE_WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#HAS_STRUCTURE_WOODLAND_MANSION"
          },
          {
            "kind": "FIELD",
            "name": "INCREASED_FIRE_BURNOUT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#INCREASED_FIRE_BURNOUT"
          },
          {
            "kind": "FIELD",
            "name": "IS_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "IS_BEACH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_BEACH"
          },
          {
            "kind": "FIELD",
            "name": "IS_DEEP_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_DEEP_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "IS_END",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_END"
          },
          {
            "kind": "FIELD",
            "name": "IS_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "IS_HILL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_HILL"
          },
          {
            "kind": "FIELD",
            "name": "IS_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "IS_MOUNTAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_MOUNTAIN"
          },
          {
            "kind": "FIELD",
            "name": "IS_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "IS_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "IS_OVERWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_OVERWORLD"
          },
          {
            "kind": "FIELD",
            "name": "IS_RIVER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_RIVER"
          },
          {
            "kind": "FIELD",
            "name": "IS_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "IS_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#IS_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT_BLOCKING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#MINESHAFT_BLOCKING"
          },
          {
            "kind": "FIELD",
            "name": "MORE_FREQUENT_DROWNED_SPAWNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#MORE_FREQUENT_DROWNED_SPAWNS"
          },
          {
            "kind": "FIELD",
            "name": "PLAYS_UNDERWATER_MUSIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#PLAYS_UNDERWATER_MUSIC"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#POLAR_BEARS_SPAWN_ON_ALTERNATE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "PRODUCES_CORALS_FROM_BONEMEAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#PRODUCES_CORALS_FROM_BONEMEAL"
          },
          {
            "kind": "FIELD",
            "name": "REDUCE_WATER_AMBIENT_SPAWNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#REDUCE_WATER_AMBIENT_SPAWNS"
          },
          {
            "kind": "FIELD",
            "name": "REQUIRED_OCEAN_MONUMENT_SURROUNDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#REQUIRED_OCEAN_MONUMENT_SURROUNDING"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_GOLEM_MELTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SNOW_GOLEM_MELTS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_COLD_VARIANT_FARM_ANIMALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_COLD_VARIANT_FARM_ANIMALS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_COLD_VARIANT_FROGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_COLD_VARIANT_FROGS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_GOLD_RABBITS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_GOLD_RABBITS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_SNOW_FOXES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_SNOW_FOXES"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_WARM_VARIANT_FARM_ANIMALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_WARM_VARIANT_FARM_ANIMALS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_WARM_VARIANT_FROGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_WARM_VARIANT_FROGS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNS_WHITE_RABBITS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#SPAWNS_WHITE_RABBITS"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD_BIASED_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#STRONGHOLD_BIASED_TO"
          },
          {
            "kind": "FIELD",
            "name": "WATER_ON_MAP_OUTLINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#WATER_ON_MAP_OUTLINES"
          },
          {
            "kind": "FIELD",
            "name": "WITHOUT_PATROL_SPAWNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#WITHOUT_PATROL_SPAWNS"
          },
          {
            "kind": "FIELD",
            "name": "WITHOUT_WANDERING_TRADER_SPAWNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#WITHOUT_WANDERING_TRADER_SPAWNS"
          },
          {
            "kind": "FIELD",
            "name": "WITHOUT_ZOMBIE_SIEGES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#WITHOUT_ZOMBIE_SIEGES"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BiomeTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.BlockTypeTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACACIA_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ACACIA_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ALL_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ALL_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "ALL_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ALL_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "ANCIENT_CITY_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ANCIENT_CITY_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "ANIMALS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ANIMALS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ARMADILLO_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTLS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#AXOLOTLS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_GROWS_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#AZALEA_GROWS_ON"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_ROOT_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#AZALEA_ROOT_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "BADLANDS_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BADLANDS_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BAMBOO_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANTABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BAMBOO_PLANTABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "BANNERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BANNERS"
          },
          {
            "kind": "FIELD",
            "name": "BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BARS"
          },
          {
            "kind": "FIELD",
            "name": "BASE_STONE_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BASE_STONE_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "BASE_STONE_OVERWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BASE_STONE_OVERWORLD"
          },
          {
            "kind": "FIELD",
            "name": "BATS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BATS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "BEACON_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BEACON_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "BEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BEDS"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BEEHIVES"
          },
          {
            "kind": "FIELD",
            "name": "BEE_ATTRACTIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BEE_ATTRACTIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_GROWABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BEE_GROWABLES"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF_PLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BIG_DRIPLEAF_PLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BIRCH_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCKS_WIND_CHARGE_EXPLOSIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BLOCKS_WIND_CHARGE_EXPLOSIONS"
          },
          {
            "kind": "FIELD",
            "name": "BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BUTTONS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockTypeTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#BlockTypeTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "CAMELS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CAMELS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "CAMEL_SAND_STEP_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CAMEL_SAND_STEP_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CAMPFIRES"
          },
          {
            "kind": "FIELD",
            "name": "CANDLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CANDLES"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE_CAKES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CANDLE_CAKES"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CAULDRONS"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CAVE_VINES"
          },
          {
            "kind": "FIELD",
            "name": "CEILING_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CEILING_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "CHAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CHAINS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CHERRY_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "CLIMBABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CLIMBABLE"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COAL_ORES"
          },
          {
            "kind": "FIELD",
            "name": "COMBINATION_STEP_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COMBINATION_STEP_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "COMPLETES_FIND_TREE_TUTORIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COMPLETES_FIND_TREE_TUTORIAL"
          },
          {
            "kind": "FIELD",
            "name": "CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "CONVERTABLE_TO_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CONVERTABLE_TO_MUD"
          },
          {
            "kind": "FIELD",
            "name": "COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COPPER"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHESTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COPPER_CHESTS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COPPER_GOLEM_STATUES"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#COPPER_ORES"
          },
          {
            "kind": "FIELD",
            "name": "CORALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CORALS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CORAL_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_PLANTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CORAL_PLANTS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CRIMSON_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "CROPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CROPS"
          },
          {
            "kind": "FIELD",
            "name": "CRYSTAL_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#CRYSTAL_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "DAMPENS_VIBRATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DAMPENS_VIBRATIONS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DARK_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_ORE_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DEEPSLATE_ORE_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DIAMOND_ORES"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DOES_NOT_BLOCK_HOPPERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DOES_NOT_BLOCK_HOPPERS"
          },
          {
            "kind": "FIELD",
            "name": "DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DOORS"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DRAGON_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_TRANSPARENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DRAGON_TRANSPARENT"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_REPLACEABLE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DRIPSTONE_REPLACEABLE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "DRY_VEGETATION_MAY_PLACE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#DRY_VEGETATION_MAY_PLACE_ON"
          },
          {
            "kind": "FIELD",
            "name": "EDIBLE_FOR_SHEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#EDIBLE_FOR_SHEEP"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#EMERALD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT_POWER_PROVIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ENCHANTMENT_POWER_PROVIDER"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT_POWER_TRANSMITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ENCHANTMENT_POWER_TRANSMITTER"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_HOLDABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ENDERMAN_HOLDABLE"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE_RESETTING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FALL_DAMAGE_RESETTING"
          },
          {
            "kind": "FIELD",
            "name": "FEATURES_CANNOT_REPLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FEATURES_CANNOT_REPLACE"
          },
          {
            "kind": "FIELD",
            "name": "FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FENCES"
          },
          {
            "kind": "FIELD",
            "name": "FENCE_GATES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FENCE_GATES"
          },
          {
            "kind": "FIELD",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FIRE"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FLOWER_POTS"
          },
          {
            "kind": "FIELD",
            "name": "FOXES_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FOXES_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "FROGS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FROGS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "FROG_PREFER_JUMP_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#FROG_PREFER_JUMP_TO"
          },
          {
            "kind": "FIELD",
            "name": "GEODE_INVALID_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#GEODE_INVALID_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "GOATS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#GOATS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#GOLD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "GUARDED_BY_PIGLINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#GUARDED_BY_PIGLINS"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_AVOIDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#HAPPY_GHAST_AVOIDS"
          },
          {
            "kind": "FIELD",
            "name": "HOGLIN_REPELLENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#HOGLIN_REPELLENTS"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "IMPERMEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#IMPERMEABLE"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_COPPER_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_COPPER_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_DIAMOND_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_DIAMOND_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_GOLD_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_GOLD_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_IRON_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_IRON_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_NETHERITE_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_NETHERITE_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_STONE_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_STONE_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_WOODEN_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INCORRECT_FOR_WOODEN_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INFINIBURN_END",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INFINIBURN_END"
          },
          {
            "kind": "FIELD",
            "name": "INFINIBURN_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INFINIBURN_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "INFINIBURN_OVERWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INFINIBURN_OVERWORLD"
          },
          {
            "kind": "FIELD",
            "name": "INSIDE_STEP_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INSIDE_STEP_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "INVALID_SPAWN_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#INVALID_SPAWN_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#IRON_ORES"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#JUNGLE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LANTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LANTERNS"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LAPIS_ORES"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_POOL_STONE_CANNOT_REPLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LAVA_POOL_STONE_CANNOT_REPLACE"
          },
          {
            "kind": "FIELD",
            "name": "LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_RODS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LIGHTNING_RODS"
          },
          {
            "kind": "FIELD",
            "name": "LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LOGS_THAT_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LOGS_THAT_BURN"
          },
          {
            "kind": "FIELD",
            "name": "LUSH_GROUND_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#LUSH_GROUND_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "MAINTAINS_FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MAINTAINS_FARMLAND"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MANGROVE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOGS_CAN_GROW_THROUGH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MANGROVE_LOGS_CAN_GROW_THROUGH"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_ROOTS_CAN_GROW_THROUGH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MANGROVE_ROOTS_CAN_GROW_THROUGH"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MINEABLE_AXE"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MINEABLE_HOE"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MINEABLE_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MINEABLE_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "MOB_INTERACTABLE_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MOB_INTERACTABLE_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "MOOSHROOMS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MOOSHROOMS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MOSS_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_GROW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#MUSHROOM_GROW_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NEEDS_DIAMOND_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#NEEDS_DIAMOND_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "NEEDS_IRON_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#NEEDS_IRON_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "NEEDS_STONE_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#NEEDS_STONE_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_CARVER_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#NETHER_CARVER_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "OCCLUDES_VIBRATION_SIGNALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#OCCLUDES_VIBRATION_SIGNALS"
          },
          {
            "kind": "FIELD",
            "name": "OVERWORLD_CARVER_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#OVERWORLD_CARVER_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "OVERWORLD_NATURAL_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#OVERWORLD_NATURAL_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PALE_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "PARROTS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PARROTS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_REPELLENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PIGLIN_REPELLENTS"
          },
          {
            "kind": "FIELD",
            "name": "PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEARS_SPAWNABLE_ON_ALTERNATE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#POLAR_BEARS_SPAWNABLE_ON_ALTERNATE"
          },
          {
            "kind": "FIELD",
            "name": "PORTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PORTALS"
          },
          {
            "kind": "FIELD",
            "name": "PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "PREVENT_MOB_SPAWNING_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#PREVENT_MOB_SPAWNING_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "RABBITS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#RABBITS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "RAILS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#RAILS"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#REDSTONE_ORES"
          },
          {
            "kind": "FIELD",
            "name": "REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "REPLACEABLE_BY_MUSHROOMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#REPLACEABLE_BY_MUSHROOMS"
          },
          {
            "kind": "FIELD",
            "name": "REPLACEABLE_BY_TREES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#REPLACEABLE_BY_TREES"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SAPLINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SAPLINGS"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SCULK_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_REPLACEABLE_WORLD_GEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SCULK_REPLACEABLE_WORLD_GEN"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SHULKER_BOXES"
          },
          {
            "kind": "FIELD",
            "name": "SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SLABS"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_DRIPLEAF_PLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SMALL_DRIPLEAF_PLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SMALL_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "SMELTS_TO_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SMELTS_TO_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "SNAPS_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SNAPS_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_DIGGABLE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SNIFFER_DIGGABLE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EGG_HATCH_BOOST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SNIFFER_EGG_HATCH_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_LAYER_CANNOT_SURVIVE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SNOW_LAYER_CANNOT_SURVIVE_ON"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_LAYER_CAN_SURVIVE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SNOW_LAYER_CAN_SURVIVE_ON"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_FIRE_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SOUL_FIRE_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SPEED_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SOUL_SPEED_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SPRUCE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STANDING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STANDING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STONE_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_ORE_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STONE_ORE_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STONE_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_WARM_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#STRIDER_WARM_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SWORD_EFFICIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SWORD_EFFICIENT"
          },
          {
            "kind": "FIELD",
            "name": "SWORD_INSTANTLY_MINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#SWORD_INSTANTLY_MINES"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TRAIL_RUINS_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#TRAIL_RUINS_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS"
          },
          {
            "kind": "FIELD",
            "name": "UNDERWATER_BONEMEALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#UNDERWATER_BONEMEALS"
          },
          {
            "kind": "FIELD",
            "name": "UNSTABLE_BOTTOM_CENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#UNSTABLE_BOTTOM_CENTER"
          },
          {
            "kind": "FIELD",
            "name": "VALID_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#VALID_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "VIBRATION_RESONATORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#VIBRATION_RESONATORS"
          },
          {
            "kind": "FIELD",
            "name": "WALLS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WALLS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_CORALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WALL_CORALS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WALL_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_POST_OVERRIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WALL_POST_OVERRIDE"
          },
          {
            "kind": "FIELD",
            "name": "WALL_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WALL_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WARPED_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "WART_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WART_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WITHER_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SUMMON_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WITHER_SUMMON_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WOLVES_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOLVES_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SHELVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_SHELVES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOODEN_TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WOOL_CARPETS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#WOOL_CARPETS"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/BlockTypeTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.DamageTypeTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALWAYS_HURTS_ENDER_DRAGONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#ALWAYS_HURTS_ENDER_DRAGONS"
          },
          {
            "kind": "FIELD",
            "name": "ALWAYS_KILLS_ARMOR_STANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#ALWAYS_KILLS_ARMOR_STANDS"
          },
          {
            "kind": "FIELD",
            "name": "ALWAYS_MOST_SIGNIFICANT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#ALWAYS_MOST_SIGNIFICANT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ALWAYS_TRIGGERS_SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#ALWAYS_TRIGGERS_SILVERFISH"
          },
          {
            "kind": "FIELD",
            "name": "AVOIDS_GUARDIAN_THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#AVOIDS_GUARDIAN_THORNS"
          },
          {
            "kind": "FIELD",
            "name": "BURNS_ARMOR_STANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BURNS_ARMOR_STANDS"
          },
          {
            "kind": "FIELD",
            "name": "BURN_FROM_STEPPING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BURN_FROM_STEPPING"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_EFFECTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_EFFECTS"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_ENCHANTMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_ENCHANTMENTS"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_INVULNERABILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_INVULNERABILITY"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_SHIELD"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#BYPASSES_WOLF_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "CAN_BREAK_ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#CAN_BREAK_ARMOR_STAND"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGES_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#DAMAGES_HELMET"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DamageTypeTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#DamageTypeTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "IGNITES_ARMOR_STANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IGNITES_ARMOR_STANDS"
          },
          {
            "kind": "FIELD",
            "name": "IS_DROWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_DROWNING"
          },
          {
            "kind": "FIELD",
            "name": "IS_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "IS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "IS_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "IS_FREEZING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_FREEZING"
          },
          {
            "kind": "FIELD",
            "name": "IS_LIGHTNING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_LIGHTNING"
          },
          {
            "kind": "FIELD",
            "name": "IS_PLAYER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_PLAYER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "IS_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#IS_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "MACE_SMASH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#MACE_SMASH"
          },
          {
            "kind": "FIELD",
            "name": "NO_ANGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#NO_ANGER"
          },
          {
            "kind": "FIELD",
            "name": "NO_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#NO_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "NO_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#NO_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "PANIC_CAUSES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#PANIC_CAUSES"
          },
          {
            "kind": "FIELD",
            "name": "PANIC_ENVIRONMENTAL_CAUSES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#PANIC_ENVIRONMENTAL_CAUSES"
          },
          {
            "kind": "FIELD",
            "name": "WITCH_RESISTANT_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#WITCH_RESISTANT_TO"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_IMMUNE_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#WITHER_IMMUNE_TO"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DamageTypeTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.DialogTagKeys",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DialogTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DialogTagKeys.html#DialogTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "PAUSE_SCREEN_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DialogTagKeys.html#PAUSE_SCREEN_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "QUICK_ACTIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DialogTagKeys.html#QUICK_ACTIONS"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DialogTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/DialogTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.EnchantmentTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#CURSE"
          },
          {
            "kind": "FIELD",
            "name": "DOUBLE_TRADE_PRICE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#DOUBLE_TRADE_PRICE"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_BOW"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_CROSSBOW"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_MINING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_MINING"
          },
          {
            "kind": "FIELD",
            "name": "EXCLUSIVE_SET_RIPTIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EXCLUSIVE_SET_RIPTIDE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#EnchantmentTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "IN_ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#IN_ENCHANTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "NON_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#NON_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "ON_MOB_SPAWN_EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#ON_MOB_SPAWN_EQUIPMENT"
          },
          {
            "kind": "FIELD",
            "name": "ON_RANDOM_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#ON_RANDOM_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "ON_TRADED_EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#ON_TRADED_EQUIPMENT"
          },
          {
            "kind": "FIELD",
            "name": "PREVENTS_BEE_SPAWNS_WHEN_MINING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#PREVENTS_BEE_SPAWNS_WHEN_MINING"
          },
          {
            "kind": "FIELD",
            "name": "PREVENTS_DECORATED_POT_SHATTERING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#PREVENTS_DECORATED_POT_SHATTERING"
          },
          {
            "kind": "FIELD",
            "name": "PREVENTS_ICE_MELTING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#PREVENTS_ICE_MELTING"
          },
          {
            "kind": "FIELD",
            "name": "PREVENTS_INFESTED_SPAWNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#PREVENTS_INFESTED_SPAWNS"
          },
          {
            "kind": "FIELD",
            "name": "SMELTS_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#SMELTS_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "TOOLTIP_ORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TOOLTIP_ORDER"
          },
          {
            "kind": "FIELD",
            "name": "TRADEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADEABLE"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_DESERT_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_DESERT_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_DESERT_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_DESERT_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_JUNGLE_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_JUNGLE_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_JUNGLE_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_JUNGLE_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_PLAINS_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_PLAINS_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_PLAINS_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_PLAINS_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_SAVANNA_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_SAVANNA_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_SAVANNA_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_SAVANNA_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_SNOW_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_SNOW_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_SNOW_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_SNOW_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_SWAMP_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_SWAMP_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_SWAMP_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_SWAMP_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_TAIGA_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_TAIGA_COMMON",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADES_TAIGA_SPECIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TRADES_TAIGA_SPECIAL",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#TREASURE"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EnchantmentTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.EntityTypeTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACCEPTS_IRON_GOLEM_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#ACCEPTS_IRON_GOLEM_GIFT"
          },
          {
            "kind": "FIELD",
            "name": "AQUATIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#AQUATIC"
          },
          {
            "kind": "FIELD",
            "name": "ARROWS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#ARROWS"
          },
          {
            "kind": "FIELD",
            "name": "ARTHROPOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#ARTHROPOD"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_ALWAYS_HOSTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#AXOLOTL_ALWAYS_HOSTILES"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_HUNT_TARGETS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#AXOLOTL_HUNT_TARGETS"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVE_INHABITORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#BEEHIVE_INHABITORS"
          },
          {
            "kind": "FIELD",
            "name": "BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#BOAT"
          },
          {
            "kind": "FIELD",
            "name": "CANDIDATE_FOR_IRON_GOLEM_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CANDIDATE_FOR_IRON_GOLEM_GIFT"
          },
          {
            "kind": "FIELD",
            "name": "CANNOT_BE_PUSHED_ONTO_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CANNOT_BE_PUSHED_ONTO_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "CAN_BREATHE_UNDER_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CAN_BREATHE_UNDER_WATER"
          },
          {
            "kind": "FIELD",
            "name": "CAN_EQUIP_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CAN_EQUIP_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "CAN_EQUIP_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CAN_EQUIP_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "CAN_TURN_IN_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CAN_TURN_IN_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "CAN_WEAR_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#CAN_WEAR_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "DEFLECTS_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#DEFLECTS_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "DISMOUNTS_UNDERWATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#DISMOUNTS_UNDERWATER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTypeTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#EntityTypeTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#FALL_DAMAGE_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOWABLE_FRIENDLY_MOBS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#FOLLOWABLE_FRIENDLY_MOBS"
          },
          {
            "kind": "FIELD",
            "name": "FREEZE_HURTS_EXTRA_TYPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#FREEZE_HURTS_EXTRA_TYPES"
          },
          {
            "kind": "FIELD",
            "name": "FREEZE_IMMUNE_ENTITY_TYPES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#FREEZE_IMMUNE_ENTITY_TYPES"
          },
          {
            "kind": "FIELD",
            "name": "FROG_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#FROG_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "IGNORES_POISON_AND_REGEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#IGNORES_POISON_AND_REGEN"
          },
          {
            "kind": "FIELD",
            "name": "ILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#ILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "ILLAGER_FRIENDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#ILLAGER_FRIENDS"
          },
          {
            "kind": "FIELD",
            "name": "IMMUNE_TO_INFESTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#IMMUNE_TO_INFESTED"
          },
          {
            "kind": "FIELD",
            "name": "IMMUNE_TO_OOZING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#IMMUNE_TO_OOZING"
          },
          {
            "kind": "FIELD",
            "name": "IMPACT_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#IMPACT_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "INVERTED_HEALING_AND_HARM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#INVERTED_HEALING_AND_HARM"
          },
          {
            "kind": "FIELD",
            "name": "NON_CONTROLLING_RIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#NON_CONTROLLING_RIDER"
          },
          {
            "kind": "FIELD",
            "name": "NOT_SCARY_FOR_PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#NOT_SCARY_FOR_PUFFERFISH"
          },
          {
            "kind": "FIELD",
            "name": "NO_ANGER_FROM_WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#NO_ANGER_FROM_WIND_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW_WALKABLE_MOBS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#POWDER_SNOW_WALKABLE_MOBS"
          },
          {
            "kind": "FIELD",
            "name": "RAIDERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#RAIDERS"
          },
          {
            "kind": "FIELD",
            "name": "REDIRECTABLE_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#REDIRECTABLE_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "SENSITIVE_TO_BANE_OF_ARTHROPODS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#SENSITIVE_TO_BANE_OF_ARTHROPODS"
          },
          {
            "kind": "FIELD",
            "name": "SENSITIVE_TO_IMPALING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#SENSITIVE_TO_IMPALING"
          },
          {
            "kind": "FIELD",
            "name": "SENSITIVE_TO_SMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#SENSITIVE_TO_SMITE"
          },
          {
            "kind": "FIELD",
            "name": "SKELETONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#SKELETONS"
          },
          {
            "kind": "FIELD",
            "name": "UNDEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#UNDEAD"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_FRIENDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#WITHER_FRIENDS"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#ZOMBIES"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/EntityTypeTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.FluidTagKeys",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FluidTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/FluidTagKeys.html#FluidTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/FluidTagKeys.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/FluidTagKeys.html#WATER"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/FluidTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/FluidTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.GameEventTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALLAY_CAN_LISTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#ALLAY_CAN_LISTEN"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameEventTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#GameEventTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "IGNORE_VIBRATIONS_SNEAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#IGNORE_VIBRATIONS_SNEAKING"
          },
          {
            "kind": "FIELD",
            "name": "SHRIEKER_CAN_LISTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#SHRIEKER_CAN_LISTEN"
          },
          {
            "kind": "FIELD",
            "name": "VIBRATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#VIBRATIONS"
          },
          {
            "kind": "FIELD",
            "name": "WARDEN_CAN_LISTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#WARDEN_CAN_LISTEN"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/GameEventTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.InstrumentTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "GOAT_HORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/InstrumentTagKeys.html#GOAT_HORNS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InstrumentTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/InstrumentTagKeys.html#InstrumentTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "REGULAR_GOAT_HORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/InstrumentTagKeys.html#REGULAR_GOAT_HORNS"
          },
          {
            "kind": "FIELD",
            "name": "SCREAMING_GOAT_HORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/InstrumentTagKeys.html#SCREAMING_GOAT_HORNS"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/InstrumentTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/InstrumentTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.ItemTypeTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACACIA_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ACACIA_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ARMADILLO_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ARROWS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ARROWS"
          },
          {
            "kind": "FIELD",
            "name": "AXES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#AXES"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#AXOLOTL_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BAMBOO_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "BANNERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BANNERS"
          },
          {
            "kind": "FIELD",
            "name": "BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BARS"
          },
          {
            "kind": "FIELD",
            "name": "BEACON_PAYMENT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BEACON_PAYMENT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "BEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BEDS"
          },
          {
            "kind": "FIELD",
            "name": "BEE_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BEE_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BIRCH_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BOATS"
          },
          {
            "kind": "FIELD",
            "name": "BOOKSHELF_BOOKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BOOKSHELF_BOOKS"
          },
          {
            "kind": "FIELD",
            "name": "BOOK_CLONING_TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BOOK_CLONING_TARGET"
          },
          {
            "kind": "FIELD",
            "name": "BREAKS_DECORATED_POTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BREAKS_DECORATED_POTS"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_FUEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BREWING_FUEL"
          },
          {
            "kind": "FIELD",
            "name": "BUNDLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BUNDLES"
          },
          {
            "kind": "FIELD",
            "name": "BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "CAMEL_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CAMEL_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "CANDLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CANDLES"
          },
          {
            "kind": "FIELD",
            "name": "CAT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CAT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "CHAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CHAINS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CHERRY_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "CHEST_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CHEST_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "CHEST_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CHEST_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CHICKEN_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "CLUSTER_MAX_HARVESTABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CLUSTER_MAX_HARVESTABLES"
          },
          {
            "kind": "FIELD",
            "name": "COALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COALS"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COAL_ORES"
          },
          {
            "kind": "FIELD",
            "name": "COMPASSES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COMPASSES"
          },
          {
            "kind": "FIELD",
            "name": "COMPLETES_FIND_TREE_TUTORIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COMPLETES_FIND_TREE_TUTORIAL"
          },
          {
            "kind": "FIELD",
            "name": "COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COPPER"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHESTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COPPER_CHESTS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COPPER_GOLEM_STATUES"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COPPER_ORES"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COPPER_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "COW_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#COW_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_DROP_MUSIC_DISCS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CREEPER_DROP_MUSIC_DISCS"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_IGNITERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CREEPER_IGNITERS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#CRIMSON_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "DAMPENS_VIBRATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DAMPENS_VIBRATIONS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DARK_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "DECORATED_POT_INGREDIENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DECORATED_POT_INGREDIENTS"
          },
          {
            "kind": "FIELD",
            "name": "DECORATED_POT_SHERDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DECORATED_POT_SHERDS"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DIAMOND_ORES"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DIAMOND_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DOORS"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DROWNED_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "DUPLICATES_ALLAYS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DUPLICATES_ALLAYS"
          },
          {
            "kind": "FIELD",
            "name": "DYEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#DYEABLE"
          },
          {
            "kind": "FIELD",
            "name": "EGGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#EGGS"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#EMERALD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_BOW"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_CHEST_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_CHEST_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_CROSSBOW"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_DURABILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_DURABILITY"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_EQUIPPABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_EQUIPPABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_FIRE_ASPECT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_FIRE_ASPECT"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_FISHING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_FISHING"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_FOOT_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_FOOT_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_HEAD_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_HEAD_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_LEG_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_LEG_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_MACE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_MACE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_MINING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_MINING"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_MINING_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_MINING_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_SHARP_WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_SHARP_WEAPON"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_TRIDENT"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_VANISHING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_VANISHING"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTABLE_WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ENCHANTABLE_WEAPON"
          },
          {
            "kind": "FIELD",
            "name": "FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FENCES"
          },
          {
            "kind": "FIELD",
            "name": "FENCE_GATES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FENCE_GATES"
          },
          {
            "kind": "FIELD",
            "name": "FISHES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FISHES"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "FOOT_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FOOT_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "FOX_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FOX_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "FREEZE_IMMUNE_WEARABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FREEZE_IMMUNE_WEARABLES"
          },
          {
            "kind": "FIELD",
            "name": "FROG_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FROG_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE_MINECART_FUEL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#FURNACE_MINECART_FUEL"
          },
          {
            "kind": "FIELD",
            "name": "GAZE_DISGUISE_EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#GAZE_DISGUISE_EQUIPMENT"
          },
          {
            "kind": "FIELD",
            "name": "GOAT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#GOAT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#GOLD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#GOLD_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HAPPY_GHAST_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HAPPY_GHAST_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "HARNESSES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HARNESSES"
          },
          {
            "kind": "FIELD",
            "name": "HEAD_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HEAD_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "HOES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HOES"
          },
          {
            "kind": "FIELD",
            "name": "HOGLIN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HOGLIN_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HORSE_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#HORSE_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "IGNORED_BY_PIGLIN_BABIES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#IGNORED_BY_PIGLIN_BABIES"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#IRON_ORES"
          },
          {
            "kind": "FIELD",
            "name": "IRON_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#IRON_TOOL_MATERIALS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemTypeTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#ItemTypeTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#JUNGLE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LANTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LANTERNS"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LAPIS_ORES"
          },
          {
            "kind": "FIELD",
            "name": "LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN_BOOKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LECTERN_BOOKS"
          },
          {
            "kind": "FIELD",
            "name": "LEG_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LEG_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_RODS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LIGHTNING_RODS"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LLAMA_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LLAMA_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LOGS_THAT_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#LOGS_THAT_BURN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#MANGROVE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "MAP_INVISIBILITY_EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#MAP_INVISIBILITY_EQUIPMENT"
          },
          {
            "kind": "FIELD",
            "name": "MEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#MEAT"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#NETHERITE_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "NON_FLAMMABLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#NON_FLAMMABLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "NOTEBLOCK_TOP_INSTRUMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#NOTEBLOCK_TOP_INSTRUMENTS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "OCELOT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#OCELOT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PALE_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_EATS_FROM_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PANDA_EATS_FROM_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PANDA_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PARROT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_POISONOUS_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PARROT_POISONOUS_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "PICKAXES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PICKAXES"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PIGLIN_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_LOVED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PIGLIN_LOVED"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PIGLIN_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_REPELLENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PIGLIN_REPELLENTS"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_SAFE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PIGLIN_SAFE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "PIG_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PIG_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PILLAGER_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#RABBIT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "RAILS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#RAILS"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REDSTONE_ORES"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_CHAIN_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_CHAIN_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_COPPER_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_COPPER_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_DIAMOND_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_DIAMOND_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_GOLD_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_GOLD_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_IRON_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_IRON_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_LEATHER_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_LEATHER_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_NETHERITE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_NETHERITE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_TURTLE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_TURTLE_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "REPAIRS_WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#REPAIRS_WOLF_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SAPLINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SAPLINGS"
          },
          {
            "kind": "FIELD",
            "name": "SHEARABLE_FROM_COPPER_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SHEARABLE_FROM_COPPER_GOLEM"
          },
          {
            "kind": "FIELD",
            "name": "SHEEP_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SHEEP_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "SHOVELS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SHOVELS"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SHULKER_BOXES"
          },
          {
            "kind": "FIELD",
            "name": "SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SKELETON_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "SKULLS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SKULLS"
          },
          {
            "kind": "FIELD",
            "name": "SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SLABS"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SMALL_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "SMELTS_TO_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SMELTS_TO_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SNIFFER_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_FIRE_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SOUL_FIRE_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SPRUCE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STONE_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_CRAFTING_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STONE_CRAFTING_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STONE_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STRIDER_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#STRIDER_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "SWORDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#SWORDS"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "TRIMMABLE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#TRIMMABLE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "TRIM_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#TRIM_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#TURTLE_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_PICKS_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#VILLAGER_PICKS_UP"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_PLANTABLE_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#VILLAGER_PLANTABLE_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "WALLS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WALLS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WARPED_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "WART_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WART_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_DISLIKED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WITHER_SKELETON_DISLIKED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOLF_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SHELVES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_SHELVES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOODEN_TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WOOL_CARPETS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#WOOL_CARPETS"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/ItemTypeTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.PaintingVariantTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "PLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/PaintingVariantTagKeys.html#PLACEABLE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PaintingVariantTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/PaintingVariantTagKeys.html#PaintingVariantTagKeys()"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/PaintingVariantTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/PaintingVariantTagKeys.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.registry.keys.tags.StructureTagKeys",
        "children": [
          {
            "kind": "FIELD",
            "name": "CATS_SPAWN_AS_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#CATS_SPAWN_AS_BLACK"
          },
          {
            "kind": "FIELD",
            "name": "CATS_SPAWN_IN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#CATS_SPAWN_IN"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_LOCATED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#DOLPHIN_LOCATED"
          },
          {
            "kind": "FIELD",
            "name": "EYE_OF_ENDER_LOCATED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#EYE_OF_ENDER_LOCATED"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#OCEAN_RUIN"
          },
          {
            "kind": "FIELD",
            "name": "ON_DESERT_VILLAGE_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_DESERT_VILLAGE_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_JUNGLE_EXPLORER_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_JUNGLE_EXPLORER_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_OCEAN_EXPLORER_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_OCEAN_EXPLORER_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_PLAINS_VILLAGE_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_PLAINS_VILLAGE_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_SAVANNA_VILLAGE_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_SAVANNA_VILLAGE_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_SNOWY_VILLAGE_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_SNOWY_VILLAGE_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_SWAMP_EXPLORER_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_SWAMP_EXPLORER_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_TAIGA_VILLAGE_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_TAIGA_VILLAGE_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_TREASURE_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_TREASURE_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_TRIAL_CHAMBERS_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_TRIAL_CHAMBERS_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "ON_WOODLAND_EXPLORER_MAPS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#ON_WOODLAND_EXPLORER_MAPS"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#RUINED_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#SHIPWRECK"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureTagKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#StructureTagKeys()"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#VILLAGE"
          },
          {
            "kind": "METHOD",
            "name": "create(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html#create(Key)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/StructureTagKeys.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/keys/tags/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.set",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.set.RegistryKeySet",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "contains(TypedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "valueKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryKeySet.html#contains(TypedKey)"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryKeySet.html#iterator()"
          },
          {
            "kind": "METHOD",
            "name": "resolve(Registry)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryKeySet.html#resolve(Registry)"
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryKeySet.html#size()"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryKeySet.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryKeySet.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.set.RegistrySet",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ekeySet(RegistryKey,Iterable)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "keys"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#\u003cT\u003ekeySet(RegistryKey,Iterable)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ekeySet(RegistryKey,TypedKey...)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "keys"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#\u003cT\u003ekeySet(RegistryKey,TypedKey...)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ekeySetFromValues(RegistryKey,Iterable)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#\u003cT\u003ekeySetFromValues(RegistryKey,Iterable)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003evalueSet(RegistryKey,Iterable)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#\u003cT\u003evalueSet(RegistryKey,Iterable)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#registryKey()"
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html#size()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistrySet.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.set.RegistryValueSet",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSet.html#iterator()"
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSet.html#size()"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSet.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSet.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.set.RegistryValueSetBuilder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "API"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "ENTRY_BUILDER"
          },
          {
            "kind": "METHOD",
            "name": "add(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "builder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSetBuilder.html#add(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "build()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSetBuilder.html#build()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/RegistryValueSetBuilder.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/set/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.registry.tag",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.tag.Tag",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "tagKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/Tag.html#tagKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/Tag.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.registry.tag.TagKey",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(RegistryKey,Key)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/TagKey.html#\u003cT\u003ecreate(RegistryKey,Key)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreate(RegistryKey,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/TagKey.html#\u003cT\u003ecreate(RegistryKey,String)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/TagKey.html#registryKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/TagKey.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/registry/tag/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.scoreboard.numbers",
    "children": [
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.scoreboard.numbers.BlankFormatImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlankFormatImpl()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/BlankFormatImpl.html#BlankFormatImpl()"
          },
          {
            "kind": "FIELD",
            "name": "INSTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/BlankFormatImpl.html#INSTANCE"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/BlankFormatImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/BlankFormatImpl.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/BlankFormatImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/BlankFormatImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.scoreboard.numbers.FixedFormat",
        "children": [
          {
            "kind": "METHOD",
            "name": "component()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormat.html#component()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormat.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.scoreboard.numbers.FixedFormatImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FixedFormatImpl(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#FixedFormatImpl(Component)"
          },
          {
            "kind": "METHOD",
            "name": "asComponent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#asComponent()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "component",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#component"
          },
          {
            "kind": "METHOD",
            "name": "component()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#component()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/FixedFormatImpl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.scoreboard.numbers.NumberFormat",
        "children": [
          {
            "kind": "METHOD",
            "name": "blank()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/NumberFormat.html#blank()"
          },
          {
            "kind": "METHOD",
            "name": "fixed(ComponentLike)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/NumberFormat.html#fixed(ComponentLike)"
          },
          {
            "kind": "METHOD",
            "name": "noStyle()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/NumberFormat.html#noStyle()"
          },
          {
            "kind": "METHOD",
            "name": "styled(Style)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/NumberFormat.html#styled(Style)"
          },
          {
            "kind": "METHOD",
            "name": "styled(StyleBuilderApplicable...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "styleBuilderApplicables"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/NumberFormat.html#styled(StyleBuilderApplicable...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/NumberFormat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.scoreboard.numbers.StyledFormat",
        "children": [
          {
            "kind": "METHOD",
            "name": "style()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormat.html#style()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormat.html"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.scoreboard.numbers.StyledFormatImpl",
        "children": [
          {
            "kind": "FIELD",
            "name": "NO_STYLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#NO_STYLE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StyledFormatImpl(Style)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#StyledFormatImpl(Style)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "style",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#style"
          },
          {
            "kind": "METHOD",
            "name": "style()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#style()"
          },
          {
            "kind": "METHOD",
            "name": "styleApply(Builder)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#styleApply(Builder)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/StyledFormatImpl.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/scoreboard/numbers/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.tag",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.tag.BaseTag",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cE\u003ecreateEnumSet(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "enumClass"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#\u003cE\u003ecreateEnumSet(Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BaseTag(Class,NamespacedKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#BaseTag(Class,NamespacedKey,Collection)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BaseTag(Class,NamespacedKey,Collection,Predicate...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "globalPredicates"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#BaseTag(Class,NamespacedKey,Collection,Predicate...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BaseTag(Class,NamespacedKey,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#BaseTag(Class,NamespacedKey,Predicate)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BaseTag(Class,NamespacedKey,T...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#BaseTag(Class,NamespacedKey,T...)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "C"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "add(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "collection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#add(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "add(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#add(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "add(T...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#add(T...)"
          },
          {
            "kind": "METHOD",
            "name": "add(Tag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#add(Tag...)"
          },
          {
            "kind": "METHOD",
            "name": "checkLock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#checkLock()"
          },
          {
            "kind": "METHOD",
            "name": "contains(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#contains(String)"
          },
          {
            "kind": "METHOD",
            "name": "endsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#endsWith(String)"
          },
          {
            "kind": "METHOD",
            "name": "ensureSize(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#ensureSize(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getValues()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#getValues()"
          },
          {
            "kind": "FIELD",
            "name": "globalPredicates",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#globalPredicates"
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#isLocked()"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#isTagged(T)"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#key"
          },
          {
            "kind": "METHOD",
            "name": "lock()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#lock()"
          },
          {
            "kind": "FIELD",
            "name": "locked",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#locked"
          },
          {
            "kind": "METHOD",
            "name": "not(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#not(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "not(Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#not(Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "not(T...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#not(T...)"
          },
          {
            "kind": "METHOD",
            "name": "not(Tag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#not(Tag...)"
          },
          {
            "kind": "METHOD",
            "name": "notContains(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#notContains(String)"
          },
          {
            "kind": "METHOD",
            "name": "notEndsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#notEndsWith(String)"
          },
          {
            "kind": "METHOD",
            "name": "notStartsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#notStartsWith(String)"
          },
          {
            "kind": "METHOD",
            "name": "startsWith(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "with"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#startsWith(String)"
          },
          {
            "kind": "FIELD",
            "name": "tagged",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html#tagged"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/BaseTag.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.tag.EntitySetTag",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntitySetTag(NamespacedKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html#EntitySetTag(NamespacedKey,Collection)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntitySetTag(NamespacedKey,Collection,Predicate...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "globalPredicates"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html#EntitySetTag(NamespacedKey,Collection,Predicate...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntitySetTag(NamespacedKey,EntityType...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html#EntitySetTag(NamespacedKey,EntityType...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntitySetTag(NamespacedKey,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html#EntitySetTag(NamespacedKey,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getAllPossibleValues()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html#getAllPossibleValues()"
          },
          {
            "kind": "METHOD",
            "name": "getName(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html#getName(EntityType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntitySetTag.html"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.tag.EntityTags",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#EntityTags()"
          },
          {
            "kind": "FIELD",
            "name": "HORSES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#HORSES"
          },
          {
            "kind": "FIELD",
            "name": "MINECARTS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#MINECARTS"
          },
          {
            "kind": "FIELD",
            "name": "SPLITTING_MOBS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#SPLITTING_MOBS"
          },
          {
            "kind": "FIELD",
            "name": "UNDEADS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#UNDEADS",
            "deprecated": {
              "since": "1.21.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "WATER_BASED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#WATER_BASED",
            "deprecated": {
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "keyFor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#keyFor(String)"
          },
          {
            "kind": "METHOD",
            "name": "replacedBy(Tag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vanillaTag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#replacedBy(Tag)"
          },
          {
            "kind": "METHOD",
            "name": "replacedBy(Tag,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "legacyKey"
              },
              {
                "kind": "PARAMETER",
                "name": "vanillaTag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html#replacedBy(Tag,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/EntityTags.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.tag.PostFlattenTagRegistrar",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "addToTag(TagKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html#addToTag(TagKey,Collection)"
          },
          {
            "kind": "METHOD",
            "name": "getAllTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html#getAllTags()"
          },
          {
            "kind": "METHOD",
            "name": "getTag(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html#getTag(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "hasTag(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html#hasTag(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html#registryKey()"
          },
          {
            "kind": "METHOD",
            "name": "setTag(TagKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              },
              {
                "kind": "PARAMETER",
                "name": "values"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html#setTag(TagKey,Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PostFlattenTagRegistrar.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.tag.PreFlattenTagRegistrar",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "addToTag(TagKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              },
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html#addToTag(TagKey,Collection)"
          },
          {
            "kind": "METHOD",
            "name": "getAllTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html#getAllTags()"
          },
          {
            "kind": "METHOD",
            "name": "getTag(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html#getTag(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "hasTag(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html#hasTag(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "registryKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html#registryKey()"
          },
          {
            "kind": "METHOD",
            "name": "setTag(TagKey,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              },
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html#setTag(TagKey,Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/PreFlattenTagRegistrar.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.tag.TagEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003etagEntry(TagKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html#\u003cT\u003etagEntry(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003etagEntry(TagKey,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "isRequired"
              },
              {
                "kind": "PARAMETER",
                "name": "tagKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html#\u003cT\u003etagEntry(TagKey,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003evalueEntry(TypedKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "entryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html#\u003cT\u003evalueEntry(TypedKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003evalueEntry(TypedKey,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "entryKey"
              },
              {
                "kind": "PARAMETER",
                "name": "isRequired"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html#\u003cT\u003evalueEntry(TypedKey,boolean)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "isRequired()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html#isRequired()"
          },
          {
            "kind": "METHOD",
            "name": "isTag()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html#isTag()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/TagEntry.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/tag/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.text",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.text.Filtered",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eof(T,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "filtered"
              },
              {
                "kind": "PARAMETER",
                "name": "raw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/Filtered.html#\u003cT\u003eof(T,T)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "filtered()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/Filtered.html#filtered()"
          },
          {
            "kind": "METHOD",
            "name": "raw()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/Filtered.html#raw()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/Filtered.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.text.PaperComponents",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PaperComponents()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#PaperComponents()"
          },
          {
            "kind": "METHOD",
            "name": "colorDownsamplingGsonSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#colorDownsamplingGsonSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "flattener()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#flattener()"
          },
          {
            "kind": "METHOD",
            "name": "gsonSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#gsonSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "legacySectionSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#legacySectionSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "plainSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#plainSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "plainTextSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#plainTextSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "resolveWithContext(Component,CommandSender,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "scoreboardSubject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#resolveWithContext(Component,CommandSender,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "resolveWithContext(Component,CommandSender,Entity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bypassPermissions"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "scoreboardSubject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html#resolveWithContext(Component,CommandSender,Entity,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/PaperComponents.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/text/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.threadedregions",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.threadedregions.RegionizedServerInitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/RegionizedServerInitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegionizedServerInitEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/RegionizedServerInitEvent.html#RegionizedServerInitEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/RegionizedServerInitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/RegionizedServerInitEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/RegionizedServerInitEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.threadedregions.scheduler",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.threadedregions.scheduler.AsyncScheduler",
        "children": [
          {
            "kind": "METHOD",
            "name": "cancelTasks(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.html#cancelTasks(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "runAtFixedRate(Plugin,Consumer,long,long,TimeUnit)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialDelay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              },
              {
                "kind": "PARAMETER",
                "name": "unit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.html#runAtFixedRate(Plugin,Consumer,long,long,TimeUnit)"
          },
          {
            "kind": "METHOD",
            "name": "runDelayed(Plugin,Consumer,long,TimeUnit)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              },
              {
                "kind": "PARAMETER",
                "name": "unit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.html#runDelayed(Plugin,Consumer,long,TimeUnit)"
          },
          {
            "kind": "METHOD",
            "name": "runNow(Plugin,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.html#runNow(Plugin,Consumer)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/AsyncScheduler.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.threadedregions.scheduler.EntityScheduler",
        "children": [
          {
            "kind": "METHOD",
            "name": "execute(Plugin,Runnable,Runnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "retired"
              },
              {
                "kind": "PARAMETER",
                "name": "run"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/EntityScheduler.html#execute(Plugin,Runnable,Runnable,long)"
          },
          {
            "kind": "METHOD",
            "name": "run(Plugin,Consumer,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "retired"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/EntityScheduler.html#run(Plugin,Consumer,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "runAtFixedRate(Plugin,Consumer,Runnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialDelayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "periodTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "retired"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/EntityScheduler.html#runAtFixedRate(Plugin,Consumer,Runnable,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runDelayed(Plugin,Consumer,Runnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "retired"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/EntityScheduler.html#runDelayed(Plugin,Consumer,Runnable,long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/EntityScheduler.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.threadedregions.scheduler.GlobalRegionScheduler",
        "children": [
          {
            "kind": "METHOD",
            "name": "cancelTasks(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.html#cancelTasks(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "execute(Plugin,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "run"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.html#execute(Plugin,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "run(Plugin,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.html#run(Plugin,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "runAtFixedRate(Plugin,Consumer,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialDelayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "periodTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.html#runAtFixedRate(Plugin,Consumer,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runDelayed(Plugin,Consumer,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.html#runDelayed(Plugin,Consumer,long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/GlobalRegionScheduler.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.threadedregions.scheduler.RegionScheduler",
        "children": [
          {
            "kind": "METHOD",
            "name": "execute(Plugin,Location,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "run"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#execute(Plugin,Location,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "execute(Plugin,World,int,int,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "run"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#execute(Plugin,World,int,int,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "run(Plugin,Location,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#run(Plugin,Location,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "run(Plugin,World,int,int,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#run(Plugin,World,int,int,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "runAtFixedRate(Plugin,Location,Consumer,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialDelayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "periodTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#runAtFixedRate(Plugin,Location,Consumer,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runAtFixedRate(Plugin,World,int,int,Consumer,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "initialDelayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "periodTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#runAtFixedRate(Plugin,World,int,int,Consumer,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runDelayed(Plugin,Location,Consumer,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#runDelayed(Plugin,Location,Consumer,long)"
          },
          {
            "kind": "METHOD",
            "name": "runDelayed(Plugin,World,int,int,Consumer,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "delayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html#runDelayed(Plugin,World,int,int,Consumer,long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/RegionScheduler.html"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.threadedregions.scheduler.ScheduledTask",
        "children": [
          {
            "kind": "METHOD",
            "name": "cancel()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask.html#cancel()"
          },
          {
            "kind": "METHOD",
            "name": "getExecutionState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask.html#getExecutionState()"
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask.html#getOwningPlugin()"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.threadedregions.scheduler.ScheduledTask.CancelledState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALREADY_EXECUTED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#ALREADY_EXECUTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CANCELLED_ALREADY",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#CANCELLED_ALREADY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CANCELLED_BY_CALLER",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#CANCELLED_BY_CALLER"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "CancelledState()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#CancelledState()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEXT_RUNS_CANCELLED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#NEXT_RUNS_CANCELLED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEXT_RUNS_CANCELLED_ALREADY",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#NEXT_RUNS_CANCELLED_ALREADY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RUNNING",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#RUNNING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/CancelledState.html"
          },
          {
            "kind": "ENUM",
            "name": "io.papermc.paper.threadedregions.scheduler.ScheduledTask.ExecutionState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CANCELLED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#CANCELLED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CANCELLED_RUNNING",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#CANCELLED_RUNNING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ExecutionState()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#ExecutionState()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FINISHED",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#FINISHED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IDLE",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#IDLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RUNNING",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#RUNNING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask/ExecutionState.html"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isRepeatingTask()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask.html#isRepeatingTask()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/ScheduledTask.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/threadedregions/scheduler/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.util",
    "children": [
      {
        "kind": "CLASS",
        "name": "io.papermc.paper.util.Tick",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cR\u003eaddTo(R,long)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "R"
              },
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "temporal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#\u003cR\u003eaddTo(R,long)"
          },
          {
            "kind": "FIELD",
            "name": "INSTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#INSTANCE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tick(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "length"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#Tick(long)"
          },
          {
            "kind": "METHOD",
            "name": "between(Temporal,Temporal)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "end"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#between(Temporal,Temporal)"
          },
          {
            "kind": "METHOD",
            "name": "fromDuration(Duration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#fromDuration(Duration)"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "isDateBased()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#isDateBased()"
          },
          {
            "kind": "METHOD",
            "name": "isDurationEstimated()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#isDurationEstimated()"
          },
          {
            "kind": "METHOD",
            "name": "isTimeBased()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#isTimeBased()"
          },
          {
            "kind": "FIELD",
            "name": "milliseconds",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#milliseconds"
          },
          {
            "kind": "METHOD",
            "name": "of(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#of(long)"
          },
          {
            "kind": "METHOD",
            "name": "tick()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html#tick()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/Tick.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/util/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.world",
    "children": [
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.world.MoonPhase",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DAY",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#BY_DAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRST_QUARTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#FIRST_QUARTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FULL_MOON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#FULL_MOON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAST_QUARTER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#LAST_QUARTER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MoonPhase(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "day"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#MoonPhase(long)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEW_MOON",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#NEW_MOON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANING_CRESCENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#WANING_CRESCENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANING_GIBBOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#WANING_GIBBOUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXING_CRESCENT",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#WAXING_CRESCENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXING_GIBBOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#WAXING_GIBBOUS"
          },
          {
            "kind": "FIELD",
            "name": "day",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#day"
          },
          {
            "kind": "METHOD",
            "name": "getPhase(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "day"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#getPhase(long)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/MoonPhase.html"
      },
      {
        "kind": "ENUM",
        "name": "io.papermc.paper.world.WeatheringCopperState",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#EXPOSED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#OXIDIZED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNAFFECTED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#UNAFFECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#WEATHERED"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WeatheringCopperState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#WeatheringCopperState()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/WeatheringCopperState.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.world.damagesource",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.world.damagesource.CombatEntry",
        "children": [
          {
            "kind": "METHOD",
            "name": "combatEntry(DamageSource,float,FallLocationType,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "damageSource"
              },
              {
                "kind": "PARAMETER",
                "name": "fallDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "fallLocationType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html#combatEntry(DamageSource,float,FallLocationType,float)"
          },
          {
            "kind": "METHOD",
            "name": "combatEntry(LivingEntity,DamageSource,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "damageSource"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html#combatEntry(LivingEntity,DamageSource,float)"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html#getDamageSource()"
          },
          {
            "kind": "METHOD",
            "name": "getFallDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html#getFallDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getFallLocationType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html#getFallLocationType()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatEntry.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.world.damagesource.CombatTracker",
        "children": [
          {
            "kind": "METHOD",
            "name": "addCombatEntry(CombatEntry)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "combatEntry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#addCombatEntry(CombatEntry)"
          },
          {
            "kind": "METHOD",
            "name": "calculateFallLocationType()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#calculateFallLocationType()"
          },
          {
            "kind": "METHOD",
            "name": "computeMostSignificantFall()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#computeMostSignificantFall()"
          },
          {
            "kind": "METHOD",
            "name": "getCombatDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#getCombatDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getCombatEntries()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#getCombatEntries()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#getDeathMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isInCombat()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#isInCombat()"
          },
          {
            "kind": "METHOD",
            "name": "isTakingDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#isTakingDamage()"
          },
          {
            "kind": "METHOD",
            "name": "resetCombatState()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#resetCombatState()"
          },
          {
            "kind": "METHOD",
            "name": "setCombatEntries(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "combatEntries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html#setCombatEntries(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/CombatTracker.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.world.damagesource.FallLocationType",
        "children": [
          {
            "kind": "FIELD",
            "name": "GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#LADDER"
          },
          {
            "kind": "FIELD",
            "name": "OTHER_CLIMBABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#OTHER_CLIMBABLE"
          },
          {
            "kind": "FIELD",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#SCAFFOLDING"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#TWISTING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#VINES"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#WATER"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#WEEPING_VINES"
          },
          {
            "kind": "METHOD",
            "name": "id()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#id()"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html#translationKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationType.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "RECORD",
        "name": "io.papermc.paper.world.damagesource.FallLocationTypeImpl",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FallLocationTypeImpl(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#FallLocationTypeImpl(String)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#hashCode()"
          },
          {
            "kind": "RECORD_COMPONENT",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#id"
          },
          {
            "kind": "METHOD",
            "name": "id()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#id()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html#translationKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/FallLocationTypeImpl.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/damagesource/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "io.papermc.paper.world.flag",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.world.flag.FeatureDependant",
        "children": [
          {
            "kind": "METHOD",
            "name": "requiredFeatures()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/flag/FeatureDependant.html#requiredFeatures()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/flag/FeatureDependant.html",
        "apiStatus": "NonExtendable"
      },
      {
        "kind": "INTERFACE",
        "name": "io.papermc.paper.world.flag.FeatureFlagSetHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFeatureFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/flag/FeatureFlagSetHolder.html#getFeatureFlags()"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled(FeatureDependant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "featureDependant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/flag/FeatureFlagSetHolder.html#isEnabled(FeatureDependant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/flag/FeatureFlagSetHolder.html",
        "apiStatus": "NonExtendable"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/io/papermc/paper/world/flag/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Art",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALBAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#ALBAN"
          },
          {
            "kind": "FIELD",
            "name": "AZTEC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#AZTEC"
          },
          {
            "kind": "FIELD",
            "name": "AZTEC2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#AZTEC2"
          },
          {
            "kind": "FIELD",
            "name": "BACKYARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#BACKYARD"
          },
          {
            "kind": "FIELD",
            "name": "BAROQUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#BAROQUE"
          },
          {
            "kind": "FIELD",
            "name": "BOMB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#BOMB"
          },
          {
            "kind": "FIELD",
            "name": "BOUQUET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#BOUQUET"
          },
          {
            "kind": "FIELD",
            "name": "BURNING_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#BURNING_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "BUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#BUST"
          },
          {
            "kind": "FIELD",
            "name": "CAVEBIRD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#CAVEBIRD"
          },
          {
            "kind": "FIELD",
            "name": "CHANGING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#CHANGING"
          },
          {
            "kind": "FIELD",
            "name": "COTAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#COTAN"
          },
          {
            "kind": "FIELD",
            "name": "COURBET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#COURBET"
          },
          {
            "kind": "FIELD",
            "name": "CREEBET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#CREEBET"
          },
          {
            "kind": "FIELD",
            "name": "DENNIS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#DENNIS"
          },
          {
            "kind": "FIELD",
            "name": "DONKEY_KONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#DONKEY_KONG"
          },
          {
            "kind": "FIELD",
            "name": "EARTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#EARTH"
          },
          {
            "kind": "FIELD",
            "name": "ENDBOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#ENDBOSS"
          },
          {
            "kind": "FIELD",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#FERN"
          },
          {
            "kind": "FIELD",
            "name": "FIGHTERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#FIGHTERS"
          },
          {
            "kind": "FIELD",
            "name": "FINDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#FINDING"
          },
          {
            "kind": "FIELD",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#FIRE"
          },
          {
            "kind": "FIELD",
            "name": "GRAHAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#GRAHAM"
          },
          {
            "kind": "FIELD",
            "name": "HUMBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#HUMBLE"
          },
          {
            "kind": "FIELD",
            "name": "KEBAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#KEBAB"
          },
          {
            "kind": "FIELD",
            "name": "LOWMIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#LOWMIST"
          },
          {
            "kind": "FIELD",
            "name": "MATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#MATCH"
          },
          {
            "kind": "FIELD",
            "name": "MEDITATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#MEDITATIVE"
          },
          {
            "kind": "FIELD",
            "name": "ORB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#ORB"
          },
          {
            "kind": "FIELD",
            "name": "OWLEMONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#OWLEMONS"
          },
          {
            "kind": "FIELD",
            "name": "PASSAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#PASSAGE"
          },
          {
            "kind": "FIELD",
            "name": "PIGSCENE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#PIGSCENE"
          },
          {
            "kind": "FIELD",
            "name": "PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#PLANT"
          },
          {
            "kind": "FIELD",
            "name": "POINTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#POINTER"
          },
          {
            "kind": "FIELD",
            "name": "POND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#POND"
          },
          {
            "kind": "FIELD",
            "name": "POOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#POOL"
          },
          {
            "kind": "FIELD",
            "name": "PRAIRIE_RIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#PRAIRIE_RIDE"
          },
          {
            "kind": "FIELD",
            "name": "SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#SEA"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "SKULL_AND_ROSES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#SKULL_AND_ROSES"
          },
          {
            "kind": "FIELD",
            "name": "STAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#STAGE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#SUNFLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "SUNSET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#SUNSET"
          },
          {
            "kind": "FIELD",
            "name": "TIDES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#TIDES"
          },
          {
            "kind": "FIELD",
            "name": "UNPACKED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#UNPACKED"
          },
          {
            "kind": "FIELD",
            "name": "VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#VOID"
          },
          {
            "kind": "FIELD",
            "name": "WANDERER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#WANDERER"
          },
          {
            "kind": "FIELD",
            "name": "WASTELAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#WASTELAND"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#WATER"
          },
          {
            "kind": "FIELD",
            "name": "WIND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#WIND"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#WITHER"
          },
          {
            "kind": "METHOD",
            "name": "assetId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#assetId()"
          },
          {
            "kind": "METHOD",
            "name": "author()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#author()"
          },
          {
            "kind": "METHOD",
            "name": "getArt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getArt(String)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getBlockHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getBlockWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getById(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getById(int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getByName(String)",
            "deprecated": {
              "since": "1.21.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getId()",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#getKey()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#key()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#title()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#valueOf(String)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html#values()",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Art.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Axis",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Axis()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html#Axis()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "X",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html#X"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Y",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html#Y"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Z",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html#Z"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Axis.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.BanEntry",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "getBanTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#getBanTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getCreated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#getCreated()"
          },
          {
            "kind": "METHOD",
            "name": "getExpiration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#getExpiration()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#getTarget()",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#remove()"
          },
          {
            "kind": "METHOD",
            "name": "save()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#save()"
          },
          {
            "kind": "METHOD",
            "name": "setCreated(Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "created"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#setCreated(Date)"
          },
          {
            "kind": "METHOD",
            "name": "setExpiration(Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expiration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#setExpiration(Date)"
          },
          {
            "kind": "METHOD",
            "name": "setReason(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#setReason(String)"
          },
          {
            "kind": "METHOD",
            "name": "setSource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html#setSource(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanEntry.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.BanList",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eaddBan(String,String,Date,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#\u003cE\u003eaddBan(String,String,Date,String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003egetBanEntry(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#\u003cE\u003egetBanEntry(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003egetEntries()",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#\u003cE\u003egetEntries()"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "addBan(T,String,Date,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#addBan(T,String,Date,String)"
          },
          {
            "kind": "METHOD",
            "name": "addBan(T,String,Duration,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#addBan(T,String,Duration,String)"
          },
          {
            "kind": "METHOD",
            "name": "addBan(T,String,Instant,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#addBan(T,String,Instant,String)"
          },
          {
            "kind": "METHOD",
            "name": "getBanEntries()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#getBanEntries()",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBanEntry(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#getBanEntry(T)"
          },
          {
            "kind": "METHOD",
            "name": "isBanned(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#isBanned(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isBanned(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#isBanned(T)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.BanList.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "IP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html#IP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NAME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html#NAME",
                "deprecated": {
                  "since": "1.20.1",
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PROFILE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html#PROFILE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList/Type.html",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "pardon(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#pardon(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "pardon(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html#pardon(T)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BanList.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.BlockChangeDelegate",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockData(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BlockChangeDelegate.html#getBlockData(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BlockChangeDelegate.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BlockChangeDelegate.html#isEmpty(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(int,int,int,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BlockChangeDelegate.html#setBlockData(int,int,int,BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/BlockChangeDelegate.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Bukkit",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cB,E\u003egetBanList(BanListType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#\u003cB,E\u003egetBanList(BanListType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetBanList(Type)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#\u003cT\u003egetBanList(Type)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistry(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "tClass"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#\u003cT\u003egetRegistry(Class)",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetTag(String,NamespacedKey,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "registry"
              },
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#\u003cT\u003egetTag(String,NamespacedKey,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetTags(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "registry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#\u003cT\u003egetTags(String,Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bukkit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#Bukkit()"
          },
          {
            "kind": "METHOD",
            "name": "addRecipe(Recipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#addRecipe(Recipe)"
          },
          {
            "kind": "METHOD",
            "name": "addRecipe(Recipe,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "resendRecipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#addRecipe(Recipe,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "advancementIterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#advancementIterator()"
          },
          {
            "kind": "METHOD",
            "name": "banIP(InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#banIP(InetAddress)"
          },
          {
            "kind": "METHOD",
            "name": "banIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#banIP(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#broadcast(BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#broadcast(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcast(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#broadcast(Component)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(Component,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#broadcast(Component,String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#broadcast(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcastMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#broadcastMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clearRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#clearRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "craftItem(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#craftItem(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "craftItem(Array,World,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#craftItem(Array,World,Player)"
          },
          {
            "kind": "METHOD",
            "name": "craftItemResult(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#craftItemResult(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "craftItemResult(Array,World,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#craftItemResult(Array,World,Player)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createBlockData(Material)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumer"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createBlockData(Material,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createBlockData(Material,String)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createBlockData(String)"
          },
          {
            "kind": "METHOD",
            "name": "createBossBar(NamespacedKey,String,BarColor,BarStyle,BarFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "flags"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "style"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createBossBar(NamespacedKey,String,BarColor,BarStyle,BarFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "createBossBar(String,BarColor,BarStyle,BarFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "flags"
              },
              {
                "kind": "PARAMETER",
                "name": "style"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createBossBar(String,BarColor,BarStyle,BarFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "createChunkData(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createChunkData(World)"
          },
          {
            "kind": "METHOD",
            "name": "createCommandSender(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "feedback"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createCommandSender(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createExplorerMap(World,Location,StructureType)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType,Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mapIcon"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createExplorerMap(World,Location,StructureType,Type)"
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType,Type,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mapIcon"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createExplorerMap(World,Location,StructureType,Type,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createExplorerMap(World,Location,StructureType,int,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createInventory(InventoryHolder,InventoryType)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createInventory(InventoryHolder,InventoryType,Component)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createInventory(InventoryHolder,InventoryType,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createInventory(InventoryHolder,int)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createInventory(InventoryHolder,int,Component)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createInventory(InventoryHolder,int,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createMap(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createMap(World)"
          },
          {
            "kind": "METHOD",
            "name": "createMerchant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createMerchant()"
          },
          {
            "kind": "METHOD",
            "name": "createMerchant(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createMerchant(Component)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createMerchant(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createMerchant(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createPlayerProfile(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createPlayerProfile(String)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createPlayerProfile(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createPlayerProfile(UUID)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createPlayerProfile(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createPlayerProfile(UUID,String)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createProfile(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createProfile(String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createProfile(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createProfile(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfileExact(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createProfileExact(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "createWorld(WorldCreator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createWorld(WorldCreator)"
          },
          {
            "kind": "METHOD",
            "name": "createWorldBorder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#createWorldBorder()"
          },
          {
            "kind": "METHOD",
            "name": "dispatchCommand(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#dispatchCommand(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "forcesDefaultGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#forcesDefaultGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAdvancement(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getAllowEnd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAllowEnd()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowFlight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAllowFlight()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowNether()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAllowNether()"
          },
          {
            "kind": "METHOD",
            "name": "getAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAmbientSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAnimalSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAsyncScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAsyncScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getAverageTickTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getAverageTickTime()"
          },
          {
            "kind": "METHOD",
            "name": "getBannedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getBannedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getBossBars()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getBossBars()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getBukkitVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getCommandMap()"
          },
          {
            "kind": "METHOD",
            "name": "getConnectionThrottle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getConnectionThrottle()"
          },
          {
            "kind": "METHOD",
            "name": "getConsoleSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getConsoleSender()"
          },
          {
            "kind": "METHOD",
            "name": "getCraftingRecipe(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getCraftingRecipe(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentTick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getCurrentTick()"
          },
          {
            "kind": "METHOD",
            "name": "getDatapackManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getDatapackManager()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getDefaultGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getEntity(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityFactory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getEntityFactory()"
          },
          {
            "kind": "METHOD",
            "name": "getGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getGenerateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "getGlobalRegionScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getGlobalRegionScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getHelpMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getHelpMap()"
          },
          {
            "kind": "METHOD",
            "name": "getHideOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getHideOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getIPBans()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getIPBans()"
          },
          {
            "kind": "METHOD",
            "name": "getIdleTimeout()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getIdleTimeout()"
          },
          {
            "kind": "METHOD",
            "name": "getInitialDisabledPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getInitialDisabledPacks()"
          },
          {
            "kind": "METHOD",
            "name": "getInitialEnabledPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getInitialEnabledPacks()"
          },
          {
            "kind": "METHOD",
            "name": "getIp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getIp()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFactory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getItemFactory()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getLootTable(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getMap(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMap(int)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxChainedNeighborUpdates()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMaxChainedNeighborUpdates()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxWorldSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMaxWorldSize()"
          },
          {
            "kind": "METHOD",
            "name": "getMessenger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMessenger()"
          },
          {
            "kind": "METHOD",
            "name": "getMinecraftVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMinecraftVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getMobGoals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMobGoals()"
          },
          {
            "kind": "METHOD",
            "name": "getMonsterSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMonsterSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMotd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getMotd()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOfflinePlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayerIfCached(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOfflinePlayerIfCached(String)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOfflinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlineMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOnlineMode()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOperators()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getOperators()"
          },
          {
            "kind": "METHOD",
            "name": "getPauseWhenEmptyTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPauseWhenEmptyTime()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPermissionMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerExact(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPlayerExact(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerUniqueId(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPlayerUniqueId(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPluginCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPluginManager()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginsFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPluginsFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getPort()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPort()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionBrewer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getPotionBrewer()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipeKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getRecipesFor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getRecipesFor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getRegionScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getRegionScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getResourcePack()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackHash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getResourcePackHash()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getResourcePackPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "getScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getScoreboardCriteria(String)"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getScoreboardManager()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "getServerConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServerConfig()"
          },
          {
            "kind": "METHOD",
            "name": "getServerIcon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServerIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getServerLinks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServerLinks()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getServerResourcePack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServerResourcePack()"
          },
          {
            "kind": "METHOD",
            "name": "getServerTickManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServerTickManager()"
          },
          {
            "kind": "METHOD",
            "name": "getServicesManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getServicesManager()"
          },
          {
            "kind": "METHOD",
            "name": "getShutdownMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getShutdownMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSimulationDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getSimulationDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLimit(SpawnCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getSpawnLimit(SpawnCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getSpawnRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getStructureManager()"
          },
          {
            "kind": "METHOD",
            "name": "getTPS()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTPS()"
          },
          {
            "kind": "METHOD",
            "name": "getTickTimes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTickTimes()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAmbientSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerAmbientSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAnimalSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerAnimalSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerMonsterSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerMonsterSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerSpawns(SpawnCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerSpawns(SpawnCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterAmbientSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerWaterAmbientSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerWaterSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterUndergroundCreatureSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getTicksPerWaterUndergroundCreatureSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUnsafe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getUnsafe()",
            "deprecated": {
              "since": "1.7.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getUpdateFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolderFile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getUpdateFolderFile()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getVersionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getVersionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWarningState()"
          },
          {
            "kind": "METHOD",
            "name": "getWaterAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWaterAmbientSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWaterAnimalSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterUndergroundCreatureSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWaterUndergroundCreatureSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWhitelistedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWhitelistedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorld(Key)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorld(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorld(String)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorld(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorldContainer()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorldType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorlds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#getWorlds()"
          },
          {
            "kind": "METHOD",
            "name": "hasWhitelist()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#hasWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "isAcceptingTransfers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isAcceptingTransfers()"
          },
          {
            "kind": "METHOD",
            "name": "isEnforcingSecureProfiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isEnforcingSecureProfiles()"
          },
          {
            "kind": "METHOD",
            "name": "isGlobalTickThread()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isGlobalTickThread()"
          },
          {
            "kind": "METHOD",
            "name": "isHardcore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isHardcore()"
          },
          {
            "kind": "METHOD",
            "name": "isLoggingIPs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isLoggingIPs()"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(Block)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(Location)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "squareRadiusChunks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(Location,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,Position)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(World,Position)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,Position,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "squareRadiusChunks"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(World,Position,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(World,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "squareRadiusChunks"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(World,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxChunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "maxChunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "minChunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "minChunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isOwnedByCurrentRegion(World,int,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isPrimaryThread()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isPrimaryThread()"
          },
          {
            "kind": "METHOD",
            "name": "isResourcePackRequired()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isResourcePackRequired()"
          },
          {
            "kind": "METHOD",
            "name": "isStopping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isStopping()"
          },
          {
            "kind": "METHOD",
            "name": "isTickingWorlds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isTickingWorlds()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelistEnforced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#isWhitelistEnforced()"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(BufferedImage)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#loadServerIcon(BufferedImage)"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#loadServerIcon(File)"
          },
          {
            "kind": "METHOD",
            "name": "matchPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#matchPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "motd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#motd()"
          },
          {
            "kind": "METHOD",
            "name": "motd(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#motd(Component)"
          },
          {
            "kind": "METHOD",
            "name": "permissionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#permissionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "recipeIterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#recipeIterator()"
          },
          {
            "kind": "METHOD",
            "name": "reload()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#reload()"
          },
          {
            "kind": "METHOD",
            "name": "reloadCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#reloadCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "reloadData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#reloadData()"
          },
          {
            "kind": "METHOD",
            "name": "reloadPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#reloadPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "reloadWhitelist()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#reloadWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "removeBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#removeBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "removeRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#removeRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "removeRecipe(NamespacedKey,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "resendRecipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#removeRecipe(NamespacedKey,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "resetRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#resetRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "restart()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#restart()"
          },
          {
            "kind": "METHOD",
            "name": "savePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#savePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "selectEntities(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "selector"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#selectEntities(CommandSender,String)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultGameMode(GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setDefaultGameMode(GameMode)"
          },
          {
            "kind": "METHOD",
            "name": "setIdleTimeout(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "threshold"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setIdleTimeout(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxPlayers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setMaxPlayers(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMotd(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setMotd(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPauseWhenEmptyTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setPauseWhenEmptyTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setServer(Server)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "server"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setServer(Server)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setSpawnRadius(int)",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWhitelist(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setWhitelist(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelistEnforced(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#setWhitelistEnforced(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldSendChatPreviews()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#shouldSendChatPreviews()",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shutdown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#shutdown()"
          },
          {
            "kind": "METHOD",
            "name": "shutdownMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#shutdownMessage()"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#spigot()",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "suggestPlayerNamesWhenNullTabCompletions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#suggestPlayerNamesWhenNullTabCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "unbanIP(InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#unbanIP(InetAddress)"
          },
          {
            "kind": "METHOD",
            "name": "unbanIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#unbanIP(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "unloadWorld(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#unloadWorld(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "unloadWorld(World,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "save"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#unloadWorld(World,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "updateRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#updateRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "updateResources()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html#updateResources()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Bukkit.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.ChatColor",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#AQUA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#BOLD"
          },
          {
            "kind": "FIELD",
            "name": "BY_CHAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#BY_CHAR"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#BY_ID"
          },
          {
            "kind": "FIELD",
            "name": "COLOR_CHAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#COLOR_CHAR"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChatColor(char,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "code"
              },
              {
                "kind": "PARAMETER",
                "name": "intCode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#ChatColor(char,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChatColor(char,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "code"
              },
              {
                "kind": "PARAMETER",
                "name": "intCode"
              },
              {
                "kind": "PARAMETER",
                "name": "isFormat"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#ChatColor(char,int,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#DARK_AQUA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#DARK_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#DARK_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#DARK_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#DARK_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#DARK_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#GOLD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITALIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#ITALIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#LIGHT_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#MAGIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#RESET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIKETHROUGH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#STRIKETHROUGH"
          },
          {
            "kind": "FIELD",
            "name": "STRIP_COLOR_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#STRIP_COLOR_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERLINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#UNDERLINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#YELLOW"
          },
          {
            "kind": "METHOD",
            "name": "asBungee()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#asBungee()"
          },
          {
            "kind": "FIELD",
            "name": "code",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#code"
          },
          {
            "kind": "METHOD",
            "name": "getByChar(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "code"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#getByChar(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByChar(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "code"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#getByChar(char)"
          },
          {
            "kind": "METHOD",
            "name": "getChar()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#getChar()"
          },
          {
            "kind": "METHOD",
            "name": "getHexColor(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#getHexColor(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getLastColors(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#getLastColors(String)"
          },
          {
            "kind": "FIELD",
            "name": "intCode",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#intCode"
          },
          {
            "kind": "METHOD",
            "name": "isColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#isColor()"
          },
          {
            "kind": "FIELD",
            "name": "isFormat",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#isFormat"
          },
          {
            "kind": "METHOD",
            "name": "isFormat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#isFormat()"
          },
          {
            "kind": "METHOD",
            "name": "stripColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#stripColor(String)"
          },
          {
            "kind": "FIELD",
            "name": "toString",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#toString"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "translateAlternateColorCodes(char,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "altColorChar"
              },
              {
                "kind": "PARAMETER",
                "name": "textToTranslate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#translateAlternateColorCodes(char,String)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChatColor.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Chunk",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPluginChunkTicket(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#addPluginChunkTicket(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "contains(Biome)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#contains(Biome)"
          },
          {
            "kind": "METHOD",
            "name": "contains(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#contains(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "getBlock(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getBlock(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getChunkKey()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkKey(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getChunkKey(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkKey(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getChunkKey(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkSnapshot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getChunkSnapshot()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkSnapshot(boolean,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "includeBiome"
              },
              {
                "kind": "PARAMETER",
                "name": "includeBiomeTempRain"
              },
              {
                "kind": "PARAMETER",
                "name": "includeMaxBlockY"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getChunkSnapshot(boolean,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkSnapshot(boolean,boolean,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "includeBiome"
              },
              {
                "kind": "PARAMETER",
                "name": "includeBiomeTempRain"
              },
              {
                "kind": "PARAMETER",
                "name": "includeLightData"
              },
              {
                "kind": "PARAMETER",
                "name": "includeMaxBlockY"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getChunkSnapshot(boolean,boolean,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getInhabitedTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getInhabitedTime()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getLoadLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayersSeeingChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getPlayersSeeingChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginChunkTickets()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getPluginChunkTickets()"
          },
          {
            "kind": "METHOD",
            "name": "getStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getStructures()"
          },
          {
            "kind": "METHOD",
            "name": "getStructures(Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getStructures(Structure)"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getTileEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntities(Predicate,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockPredicate"
              },
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getTileEntities(Predicate,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntities(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getTileEntities(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isEntitiesLoaded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#isEntitiesLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isForceLoaded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#isForceLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isGenerated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#isGenerated()"
          },
          {
            "kind": "METHOD",
            "name": "isLoaded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#isLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isSlimeChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#isSlimeChunk()"
          },
          {
            "kind": "METHOD",
            "name": "load()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#load()"
          },
          {
            "kind": "METHOD",
            "name": "load(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#load(boolean)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.Chunk.LoadLevel",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BORDER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#BORDER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_TICKING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#ENTITY_TICKING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INACCESSIBLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#INACCESSIBLE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "LoadLevel()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#LoadLevel()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TICKING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#TICKING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNLOADED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#UNLOADED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk/LoadLevel.html"
          },
          {
            "kind": "METHOD",
            "name": "removePluginChunkTicket(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#removePluginChunkTicket(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "setForceLoaded(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forced"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#setForceLoaded(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInhabitedTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#setInhabitedTime(long)"
          },
          {
            "kind": "METHOD",
            "name": "unload()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#unload()"
          },
          {
            "kind": "METHOD",
            "name": "unload(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html#unload(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Chunk.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.ChunkSnapshot",
        "children": [
          {
            "kind": "METHOD",
            "name": "contains(Biome)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#contains(Biome)"
          },
          {
            "kind": "METHOD",
            "name": "contains(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#contains(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getBiome(int,int)",
            "deprecated": {
              "since": "1.15",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBiome(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getBiome(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getBlockData(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockEmittedLight(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getBlockEmittedLight(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockSkyLight(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getBlockSkyLight(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockType(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getBlockType(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getCaptureFullTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getCaptureFullTime()"
          },
          {
            "kind": "METHOD",
            "name": "getData(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getData(int,int,int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getHighestBlockYAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getRawBiomeTemperature(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getRawBiomeTemperature(int,int)",
            "deprecated": {
              "since": "1.15",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRawBiomeTemperature(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getRawBiomeTemperature(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getWorldName()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isSectionEmpty(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html#isSectionEmpty(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ChunkSnapshot.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.CoalType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARCOAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#CHARCOAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#COAL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CoalType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#CoalType(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#getByData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CoalType.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Color",
        "children": [
          {
            "kind": "FIELD",
            "name": "AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#AQUA"
          },
          {
            "kind": "FIELD",
            "name": "BIT_MASK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#BIT_MASK"
          },
          {
            "kind": "FIELD",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#BLACK"
          },
          {
            "kind": "FIELD",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#BLUE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Color(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blue"
              },
              {
                "kind": "PARAMETER",
                "name": "green"
              },
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#Color(int,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Color(int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alpha"
              },
              {
                "kind": "PARAMETER",
                "name": "blue"
              },
              {
                "kind": "PARAMETER",
                "name": "green"
              },
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#Color(int,int,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_ALPHA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#DEFAULT_ALPHA"
          },
          {
            "kind": "FIELD",
            "name": "FUCHSIA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#FUCHSIA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#GRAY"
          },
          {
            "kind": "FIELD",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#GREEN"
          },
          {
            "kind": "FIELD",
            "name": "LIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#LIME"
          },
          {
            "kind": "FIELD",
            "name": "MAROON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#MAROON"
          },
          {
            "kind": "FIELD",
            "name": "NAVY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#NAVY"
          },
          {
            "kind": "FIELD",
            "name": "OLIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#OLIVE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#ORANGE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#RED"
          },
          {
            "kind": "FIELD",
            "name": "SILVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#SILVER"
          },
          {
            "kind": "FIELD",
            "name": "TEAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#TEAL"
          },
          {
            "kind": "FIELD",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#WHITE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#YELLOW"
          },
          {
            "kind": "FIELD",
            "name": "alpha",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#alpha"
          },
          {
            "kind": "METHOD",
            "name": "asARGB()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#asARGB()"
          },
          {
            "kind": "METHOD",
            "name": "asBGR()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#asBGR()"
          },
          {
            "kind": "METHOD",
            "name": "asInt(String,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              },
              {
                "kind": "PARAMETER",
                "name": "string"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#asInt(String,Map)"
          },
          {
            "kind": "METHOD",
            "name": "asInt(String,Map,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              },
              {
                "kind": "PARAMETER",
                "name": "string"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#asInt(String,Map,Object)"
          },
          {
            "kind": "METHOD",
            "name": "asRGB()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#asRGB()"
          },
          {
            "kind": "FIELD",
            "name": "blue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#blue"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "fromARGB(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "argb"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#fromARGB(int)"
          },
          {
            "kind": "METHOD",
            "name": "fromARGB(int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alpha"
              },
              {
                "kind": "PARAMETER",
                "name": "blue"
              },
              {
                "kind": "PARAMETER",
                "name": "green"
              },
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#fromARGB(int,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "fromBGR(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bgr"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#fromBGR(int)"
          },
          {
            "kind": "METHOD",
            "name": "fromBGR(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blue"
              },
              {
                "kind": "PARAMETER",
                "name": "green"
              },
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#fromBGR(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "fromRGB(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rgb"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#fromRGB(int)"
          },
          {
            "kind": "METHOD",
            "name": "fromRGB(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blue"
              },
              {
                "kind": "PARAMETER",
                "name": "green"
              },
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#fromRGB(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getAlpha()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#getAlpha()"
          },
          {
            "kind": "METHOD",
            "name": "getBlue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#getBlue()"
          },
          {
            "kind": "METHOD",
            "name": "getGreen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#getGreen()"
          },
          {
            "kind": "METHOD",
            "name": "getRed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#getRed()"
          },
          {
            "kind": "FIELD",
            "name": "green",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#green"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "mixColors(Color...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "colors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#mixColors(Color...)"
          },
          {
            "kind": "METHOD",
            "name": "mixDyes(DyeColor...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "colors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#mixDyes(DyeColor...)"
          },
          {
            "kind": "FIELD",
            "name": "red",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#red"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "setAlpha(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alpha"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#setAlpha(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBlue(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blue"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#setBlue(int)"
          },
          {
            "kind": "METHOD",
            "name": "setGreen(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "green"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#setGreen(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRed(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "red"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#setRed(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Color.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.CropState",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#BY_DATA"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CropState(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#CropState(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GERMINATED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#GERMINATED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MEDIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#MEDIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#RIPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEEDED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#SEEDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#TALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERY_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#VERY_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERY_TALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#VERY_TALL"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#getByData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/CropState.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Difficulty",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#BY_ID"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Difficulty(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#Difficulty(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EASY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#EASY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#HARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#NORMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PEACEFUL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#PEACEFUL"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#translationKey()"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#value"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Difficulty.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.DyeColor",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BROWN"
          },
          {
            "kind": "FIELD",
            "name": "BY_COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BY_COLOR"
          },
          {
            "kind": "FIELD",
            "name": "BY_DYE_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BY_DYE_DATA"
          },
          {
            "kind": "FIELD",
            "name": "BY_FIREWORK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BY_FIREWORK"
          },
          {
            "kind": "FIELD",
            "name": "BY_WOOL_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#BY_WOOL_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#CYAN"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DyeColor(int,int,Color,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "dyeData"
              },
              {
                "kind": "PARAMETER",
                "name": "firework"
              },
              {
                "kind": "PARAMETER",
                "name": "woolData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#DyeColor(int,int,Color,Color)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#LIGHT_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#LIGHT_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#LIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#MAGENTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#ORANGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#YELLOW"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#color"
          },
          {
            "kind": "FIELD",
            "name": "dyeData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#dyeData"
          },
          {
            "kind": "FIELD",
            "name": "firework",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#firework"
          },
          {
            "kind": "METHOD",
            "name": "getByColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#getByColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "getByDyeData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#getByDyeData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByFireworkColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#getByFireworkColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getDyeData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#getDyeData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getFireworkColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#getFireworkColor()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#values()"
          },
          {
            "kind": "FIELD",
            "name": "woolData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html#woolData"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/DyeColor.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Effect",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ANVIL_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ANVIL_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ANVIL_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT_TAKEOFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BAT_TAKEOFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE_GROWTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BEE_GROWTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BLAZE_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE_MEAL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BONE_MEAL_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOOK_PAGE_TURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BOOK_PAGE_TURN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BOW_FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING_STAND_BREW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BREWING_STAND_BREW"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#BY_ID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FLOWER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#CHORUS_FLOWER_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FLOWER_GROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#CHORUS_FLOWER_GROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLICK1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#CLICK1"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLICK2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#CLICK2"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPOSTER_FILL_ATTEMPT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#COMPOSTER_FILL_ATTEMPT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_WAX_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#COPPER_WAX_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_WAX_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#COPPER_WAX_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTER_CRAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#CRAFTER_CRAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTER_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#CRAFTER_FAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#DOOR_CLOSE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#DOOR_TOGGLE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#DRAGON_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_DRIPSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#DRIPPING_DRIPSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELECTRIC_SPARK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ELECTRIC_SPARK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERDRAGON_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ENDERDRAGON_GROWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERDRAGON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ENDERDRAGON_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDEREYE_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ENDEREYE_LAUNCH",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ENDER_DRAGON_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON_DESTROY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ENDER_DRAGON_DESTROY_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_SIGNAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ENDER_SIGNAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_GATEWAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#END_GATEWAY_SPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_PORTAL_CREATED_IN_OVERWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#END_PORTAL_CREATED_IN_OVERWORLD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_PORTAL_FRAME_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#END_PORTAL_FRAME_FILL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#EXTINGUISH"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Effect(int,Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#Effect(int,Type)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Effect(int,Type,Class...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#Effect(int,Type,Class...)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#FENCE_GATE_CLOSE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FENCE_GATE_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#FENCE_GATE_TOGGLE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#FIREWORK_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#GHAST_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#GHAST_SHRIEK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRINDSTONE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#GRINDSTONE_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUST_DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#GUST_DUST",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK_CONVERTED_TO_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#HUSK_CONVERTED_TO_ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INSTANT_POTION_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#INSTANT_POTION_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#IRON_DOOR_CLOSE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_DOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#IRON_DOOR_TOGGLE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#IRON_TRAPDOOR_CLOSE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_TRAPDOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#IRON_TRAPDOOR_TOGGLE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA_INTERACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#LAVA_INTERACT"
          },
          {
            "kind": "FIELD",
            "name": "LOGGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#LOGGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOBSPAWNER_FLAMES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#MOBSPAWNER_FLAMES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDISED_COPPER_SCRAPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#OXIDISED_COPPER_SCRAPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARTICLES_AND_SOUND_BRUSH_BLOCK_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#PARTICLES_AND_SOUND_BRUSH_BLOCK_COMPLETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARTICLES_EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#PARTICLES_EGG_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARTICLES_SCULK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#PARTICLES_SCULK_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARTICLES_SCULK_SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#PARTICLES_SCULK_SHRIEK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#PHANTOM_BITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POINTED_DRIPSTONE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#POINTED_DRIPSTONE_LAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PORTAL_TRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#PORTAL_TRAVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTION_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#POTION_BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECORD_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#RECORD_PLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_TORCH_BURNOUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#REDSTONE_TORCH_BURNOUT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHOOT_WHITE_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SHOOT_WHITE_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_CONVERTED_TO_STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SKELETON_CONVERTED_TO_STRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMASH_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SMASH_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMITHING_TABLE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SMITHING_TABLE_USE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUND_STOP_JUKEBOX_SONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SOUND_STOP_JUKEBOX_SONG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUND_WITH_CHARGE_SHOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SOUND_WITH_CHARGE_SHOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWN_COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SPAWN_COBWEB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPONGE_DRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#SPONGE_DRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STEP_SOUND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#STEP_SOUND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRAPDOOR_CLOSE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPDOOR_TOGGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRAPDOOR_TOGGLE",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_BECOME_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_BECOME_OMINOUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_DETECT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_DETECT_PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_DETECT_PLAYER_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_DETECT_PLAYER_OMINOUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_EJECT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_EJECT_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_SPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_SPAWN_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_SPAWN_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_SPAWN_MOB_AT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TRIAL_SPAWNER_SPAWN_MOB_AT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_EGG_PLACEMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#TURTLE_EGG_PLACEMENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VAULT_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#VAULT_ACTIVATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VAULT_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#VAULT_DEACTIVATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VAULT_EJECT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#VAULT_EJECT_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_PLANT_GROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#VILLAGER_PLANT_GROW",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_BREAK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#WITHER_BREAK_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#WITHER_SHOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SPAWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#WITHER_SPAWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CHEW_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ZOMBIE_CHEW_IRON_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CHEW_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ZOMBIE_CHEW_WOODEN_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CONVERTED_TO_DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ZOMBIE_CONVERTED_TO_DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_CONVERTED_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ZOMBIE_CONVERTED_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_DESTROY_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ZOMBIE_DESTROY_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_INFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#ZOMBIE_INFECT"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#getType()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#id"
          },
          {
            "kind": "METHOD",
            "name": "isDeprecated(Effect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#isDeprecated(Effect)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.Effect.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect/Type.html#SOUND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VISUAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect/Type.html#VISUAL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect/Type.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#type"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Effect.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.EntityEffect",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMADILLO_PEEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ARMADILLO_PEEK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ARMOR_STAND_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARROW_PARTICLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ARROW_PARTICLES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BODY_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BODY_BREAK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_BODY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_BODY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_MAIN_HAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_MAIN_HAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_OFF_HAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_OFF_HAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_EQUIPMENT_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#BREAK_EQUIPMENT_SADDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT_TAME_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#CAT_TAME_FAIL",
            "deprecated": {
              "since": "1.14",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT_TAME_SUCCESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#CAT_TAME_SUCCESS",
            "deprecated": {
              "since": "1.14",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#DEATH",
            "deprecated": {
              "since": "1.12.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN_FED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#DOLPHIN_FED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWN_PARTICLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#DROWN_PARTICLES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EGG_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#EGG_BREAK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ENTITY_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ENTITY_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_POOF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ENTITY_POOF"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityEffect(int,Class...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "applicableClasses"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#EntityEffect(int,Class...)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FANG_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#FANG_ATTACK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#FIREWORK_EXPLODE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX_CHEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#FOX_CHEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAT_LOWER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#GOAT_LOWER_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAT_RAISE_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#GOAT_RAISE_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN_TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#GUARDIAN_TARGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOGLIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HOGLIN_ATTACK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEY_BLOCK_FALL_PARTICLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HONEY_BLOCK_FALL_PARTICLES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEY_BLOCK_SLIDE_PARTICLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HONEY_BLOCK_SLIDE_PARTICLES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HURT",
            "deprecated": {
              "since": "1.20.1",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HURT_BERRY_BUSH",
            "deprecated": {
              "since": "1.19.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT_DROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HURT_DROWN",
            "deprecated": {
              "since": "1.19.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HURT_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#HURT_EXPLOSION",
            "deprecated": {
              "since": "1.19.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#IRON_GOLEM_ROSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM_SHEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#IRON_GOLEM_SHEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#IRON_GOLEN_ATTACK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOVE_HEARTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#LOVE_HEARTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_BAD_OMEN_RAID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#PLAYER_BAD_OMEN_RAID",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PROJECTILE_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#PROJECTILE_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PROTECTED_FROM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#PROTECTED_FROM_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#RABBIT_JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#RAVAGER_ATTACK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER_ROARED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#RAVAGER_ROARED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER_STUNNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#RAVAGER_STUNNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESET_SPAWNER_MINECART_DELAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#RESET_SPAWNER_MINECART_DELAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SHAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SHEEP_EAT",
            "deprecated": {
              "since": "1.12.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_EAT_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SHEEP_EAT_GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIELD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SHIELD_BLOCK",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIELD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SHIELD_BREAK",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNIFFER_DIG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SNIFFER_DIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWBALL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SNOWBALL_BREAK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWN_DEATH_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SPAWN_DEATH_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID_ROTATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SQUID_ROTATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAP_HAND_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#SWAP_HAND_ITEMS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TAMING_FAILED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TAMING_FAILED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TAMING_SUCCEEDED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TAMING_SUCCEEDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TELEPORT_ENDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TELEPORT_ENDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THORNS_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#THORNS_HURT",
            "deprecated": {
              "since": "1.19.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT_MINECART_IGNITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TNT_MINECART_IGNITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTEM_RESURRECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TOTEM_RESURRECT",
            "deprecated": {
              "since": "1.21.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRUSTING_FAILED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TRUSTING_FAILED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRUSTING_SUCCEEDED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#TRUSTING_SUCCEEDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#VILLAGER_ANGRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#VILLAGER_HAPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#VILLAGER_HEART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#VILLAGER_SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARDEN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WARDEN_ATTACK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARDEN_SONIC_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WARDEN_SONIC_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARDEN_TENDRIL_SHAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WARDEN_TENDRIL_SHAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH_MAGIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WITCH_MAGIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_HEARTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WOLF_HEARTS",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SHAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WOLF_SHAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SHAKE_STOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WOLF_SHAKE_STOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#WOLF_SMOKE",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOGLIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ZOGLIN_ATTACK",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_TRANSFORM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#ZOMBIE_TRANSFORM"
          },
          {
            "kind": "FIELD",
            "name": "applicableClasses",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#applicableClasses"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getApplicable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#getApplicable()",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getApplicableClasses()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#getApplicableClasses()"
          },
          {
            "kind": "METHOD",
            "name": "isApplicableTo(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#isApplicableTo(Class)"
          },
          {
            "kind": "METHOD",
            "name": "isApplicableTo(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#isApplicableTo(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/EntityEffect.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.ExplosionResult",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESTROY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#DESTROY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESTROY_WITH_DECAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#DESTROY_WITH_DECAY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ExplosionResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#ExplosionResult()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#KEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIGGER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#TRIGGER_BLOCK"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ExplosionResult.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.FeatureFlag",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALL_FLAGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#ALL_FLAGS"
          },
          {
            "kind": "FIELD",
            "name": "BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#BUNDLE",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "MINECART_IMPROVEMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#MINECART_IMPROVEMENTS",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_EXPERIMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#REDSTONE_EXPERIMENTS",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "TRADE_REBALANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#TRADE_REBALANCE",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "UPDATE_121",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#UPDATE_121",
            "deprecated": {
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "UPDATE_1_20",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#UPDATE_1_20",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "VANILLA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#VANILLA"
          },
          {
            "kind": "FIELD",
            "name": "WINTER_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#WINTER_DROP",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "create(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#create(String)"
          },
          {
            "kind": "METHOD",
            "name": "deprecated(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html#deprecated(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FeatureFlag.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.FireworkEffect",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#COLORS"
          },
          {
            "kind": "FIELD",
            "name": "FADE_COLORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#FADE_COLORS"
          },
          {
            "kind": "FIELD",
            "name": "FLICKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#FLICKER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FireworkEffect(boolean,boolean,ImmutableList,ImmutableList,Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "colors"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeColors"
              },
              {
                "kind": "PARAMETER",
                "name": "flicker"
              },
              {
                "kind": "PARAMETER",
                "name": "trail"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#FireworkEffect(boolean,boolean,ImmutableList,ImmutableList,Type)"
          },
          {
            "kind": "FIELD",
            "name": "TRAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#TRAIL"
          },
          {
            "kind": "FIELD",
            "name": "TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#TYPE"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#builder()"
          },
          {
            "kind": "FIELD",
            "name": "colors",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#colors"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#equals(Object)"
          },
          {
            "kind": "FIELD",
            "name": "fadeColors",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#fadeColors"
          },
          {
            "kind": "FIELD",
            "name": "flicker",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#flicker"
          },
          {
            "kind": "METHOD",
            "name": "getColors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#getColors()"
          },
          {
            "kind": "METHOD",
            "name": "getFadeColors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#getFadeColors()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasFlicker()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#hasFlicker()"
          },
          {
            "kind": "METHOD",
            "name": "hasTrail()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#hasTrail()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#hashCode()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.FireworkEffect.Builder",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Builder()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#Builder()"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#build()"
              },
              {
                "kind": "FIELD",
                "name": "colors",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#colors"
              },
              {
                "kind": "FIELD",
                "name": "fadeColors",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#fadeColors"
              },
              {
                "kind": "FIELD",
                "name": "flicker",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#flicker"
              },
              {
                "kind": "METHOD",
                "name": "flicker(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "flicker"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#flicker(boolean)"
              },
              {
                "kind": "FIELD",
                "name": "trail",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#trail"
              },
              {
                "kind": "METHOD",
                "name": "trail(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "trail"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#trail(boolean)"
              },
              {
                "kind": "FIELD",
                "name": "type",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#type"
              },
              {
                "kind": "METHOD",
                "name": "with(Type)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "type"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#with(Type)"
              },
              {
                "kind": "METHOD",
                "name": "withColor(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withColor(Color)"
              },
              {
                "kind": "METHOD",
                "name": "withColor(Color...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withColor(Color...)"
              },
              {
                "kind": "METHOD",
                "name": "withColor(Iterable)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withColor(Iterable)"
              },
              {
                "kind": "METHOD",
                "name": "withFade(Color)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withFade(Color)"
              },
              {
                "kind": "METHOD",
                "name": "withFade(Color...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withFade(Color...)"
              },
              {
                "kind": "METHOD",
                "name": "withFade(Iterable)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "colors"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withFade(Iterable)"
              },
              {
                "kind": "METHOD",
                "name": "withFlicker()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withFlicker()"
              },
              {
                "kind": "METHOD",
                "name": "withTrail()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html#withTrail()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Builder.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.FireworkEffect.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#BALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BALL_LARGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#BALL_LARGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BURST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#BURST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREEPER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#CREEPER"
              },
              {
                "kind": "FIELD",
                "name": "NAMES",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#NAMES"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#STAR"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#Type(String)"
              },
              {
                "kind": "FIELD",
                "name": "name",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#name"
              },
              {
                "kind": "METHOD",
                "name": "translationKey()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#translationKey()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#serialize()"
          },
          {
            "kind": "FIELD",
            "name": "string",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#string"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "trail",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#trail"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FireworkEffect.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Fluid",
        "children": [
          {
            "kind": "FIELD",
            "name": "EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "FLOWING_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#FLOWING_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "FLOWING_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#FLOWING_WATER"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#WATER"
          },
          {
            "kind": "METHOD",
            "name": "getFluid(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#getFluid(String)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#valueOf(String)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html#values()",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Fluid.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.FluidCollisionMode",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALWAYS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html#ALWAYS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FluidCollisionMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html#FluidCollisionMode()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html#NEVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOURCE_ONLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html#SOURCE_ONLY"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/FluidCollisionMode.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.GameEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLOCK_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ATTACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_ATTACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_CHANGE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DESTROY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_DESTROY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DETACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_DETACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_PRESS",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_SWITCH",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_UNPRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_UNPRESS",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_UNSWITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#BLOCK_UNSWITCH",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#CONTAINER_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "CONTAINER_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#CONTAINER_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "DISPENSE_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#DISPENSE_FAIL",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#DRINK"
          },
          {
            "kind": "FIELD",
            "name": "DRINKING_FINISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#DRINKING_FINISH",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#EAT"
          },
          {
            "kind": "FIELD",
            "name": "ELYTRA_FREE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ELYTRA_FREE_FALL",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ELYTRA_GLIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ELYTRA_GLIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_ACTION"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DAMAGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_DAMAGED",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_DIE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DISMOUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_DISMOUNT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_DYING",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_INTERACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_INTERACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_KILLED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_KILLED",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_MOUNT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ROAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_ROAR",
            "deprecated": {
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ENTITY_SHAKE",
            "deprecated": {
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "EQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#EQUIP"
          },
          {
            "kind": "FIELD",
            "name": "EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#EXPLODE"
          },
          {
            "kind": "FIELD",
            "name": "FLAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#FLAP"
          },
          {
            "kind": "FIELD",
            "name": "FLUID_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#FLUID_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "FLUID_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#FLUID_PLACE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#GameEvent()"
          },
          {
            "kind": "FIELD",
            "name": "HIT_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#HIT_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#INSTRUMENT_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_INTERACT_FINISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ITEM_INTERACT_FINISH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_INTERACT_START",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#ITEM_INTERACT_START"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#JUKEBOX_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_STOP_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#JUKEBOX_STOP_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_STRIKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#LIGHTNING_STRIKE"
          },
          {
            "kind": "FIELD",
            "name": "MOB_INTERACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#MOB_INTERACT",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#NOTE_BLOCK_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "PISTON_CONTRACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#PISTON_CONTRACT",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "PISTON_EXTEND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#PISTON_EXTEND",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "PRIME_FUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#PRIME_FUSE"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#PROJECTILE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#PROJECTILE_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "RAVAGER_ROAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RAVAGER_ROAR",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_1"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_10",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_10"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_11",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_11"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_12",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_12"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_13",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_13"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_14",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_14"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_15",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_15"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_2"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_3"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_4"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_5"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_6",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_6"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_7",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_7"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_8",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_8"
          },
          {
            "kind": "FIELD",
            "name": "RESONATE_9",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RESONATE_9"
          },
          {
            "kind": "FIELD",
            "name": "RING_BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#RING_BELL",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SENSOR_TENDRILS_CLICKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SCULK_SENSOR_TENDRILS_CLICKING"
          },
          {
            "kind": "FIELD",
            "name": "SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SHRIEK"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SHULKER_CLOSE",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SHULKER_OPEN",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#STEP"
          },
          {
            "kind": "FIELD",
            "name": "SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#SWIM"
          },
          {
            "kind": "FIELD",
            "name": "TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_SHAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#WOLF_SHAKING",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "namespacedKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#getByKey(NamespacedKey)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEvent(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#getEvent(String)"
          },
          {
            "kind": "METHOD",
            "name": "getRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#getRange()"
          },
          {
            "kind": "METHOD",
            "name": "getVibrationLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#getVibrationLevel()"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html#values()",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.GameMode",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ADVENTURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#ADVENTURE"
          },
          {
            "kind": "FIELD",
            "name": "BY_ID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#BY_ID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#CREATIVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameMode(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#GameMode(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPECTATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#SPECTATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SURVIVAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#SURVIVAL"
          },
          {
            "kind": "METHOD",
            "name": "isInvulnerable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#isInvulnerable()"
          },
          {
            "kind": "FIELD",
            "name": "translationKey",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#translationKey"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#translationKey()"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#value"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameMode.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.GameRule",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALLOW_ENTERING_NETHER_USING_PORTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#ALLOW_ENTERING_NETHER_USING_PORTALS"
          },
          {
            "kind": "FIELD",
            "name": "ALLOW_FIRE_TICKS_AWAY_FROM_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#ALLOW_FIRE_TICKS_AWAY_FROM_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "ANNOUNCE_ADVANCEMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#ANNOUNCE_ADVANCEMENTS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EXPLOSION_DROP_DECAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#BLOCK_EXPLOSION_DROP_DECAY"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCKS_ENABLED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#COMMAND_BLOCKS_ENABLED"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK_OUTPUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#COMMAND_BLOCK_OUTPUT"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_MODIFICATION_BLOCK_LIMIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#COMMAND_MODIFICATION_BLOCK_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "DISABLE_ELYTRA_MOVEMENT_CHECK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DISABLE_ELYTRA_MOVEMENT_CHECK"
          },
          {
            "kind": "FIELD",
            "name": "DISABLE_PLAYER_MOVEMENT_CHECK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DISABLE_PLAYER_MOVEMENT_CHECK"
          },
          {
            "kind": "FIELD",
            "name": "DISABLE_RAIDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DISABLE_RAIDS"
          },
          {
            "kind": "FIELD",
            "name": "DO_DAYLIGHT_CYCLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_DAYLIGHT_CYCLE"
          },
          {
            "kind": "FIELD",
            "name": "DO_ENTITY_DROPS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_ENTITY_DROPS"
          },
          {
            "kind": "FIELD",
            "name": "DO_FIRE_TICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_FIRE_TICK"
          },
          {
            "kind": "FIELD",
            "name": "DO_IMMEDIATE_RESPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_IMMEDIATE_RESPAWN"
          },
          {
            "kind": "FIELD",
            "name": "DO_INSOMNIA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_INSOMNIA"
          },
          {
            "kind": "FIELD",
            "name": "DO_LIMITED_CRAFTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_LIMITED_CRAFTING"
          },
          {
            "kind": "FIELD",
            "name": "DO_MOB_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_MOB_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "DO_MOB_SPAWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_MOB_SPAWNING"
          },
          {
            "kind": "FIELD",
            "name": "DO_PATROL_SPAWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_PATROL_SPAWNING"
          },
          {
            "kind": "FIELD",
            "name": "DO_TILE_DROPS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_TILE_DROPS"
          },
          {
            "kind": "FIELD",
            "name": "DO_TRADER_SPAWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_TRADER_SPAWNING"
          },
          {
            "kind": "FIELD",
            "name": "DO_VINES_SPREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_VINES_SPREAD"
          },
          {
            "kind": "FIELD",
            "name": "DO_WARDEN_SPAWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_WARDEN_SPAWNING"
          },
          {
            "kind": "FIELD",
            "name": "DO_WEATHER_CYCLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DO_WEATHER_CYCLE"
          },
          {
            "kind": "FIELD",
            "name": "DROWNING_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#DROWNING_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_PEARLS_VANISH_ON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#ENDER_PEARLS_VANISH_ON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#FALL_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#FIRE_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "FORGIVE_DEAD_PLAYERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#FORGIVE_DEAD_PLAYERS"
          },
          {
            "kind": "FIELD",
            "name": "FREEZE_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#FREEZE_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "GLOBAL_SOUND_EVENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#GLOBAL_SOUND_EVENTS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GameRule(String,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#GameRule(String,Class)"
          },
          {
            "kind": "FIELD",
            "name": "KEEP_INVENTORY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#KEEP_INVENTORY"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_SOURCE_CONVERSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#LAVA_SOURCE_CONVERSION"
          },
          {
            "kind": "FIELD",
            "name": "LOCATOR_BAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#LOCATOR_BAR"
          },
          {
            "kind": "FIELD",
            "name": "LOG_ADMIN_COMMANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#LOG_ADMIN_COMMANDS"
          },
          {
            "kind": "FIELD",
            "name": "MAX_COMMAND_CHAIN_LENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#MAX_COMMAND_CHAIN_LENGTH"
          },
          {
            "kind": "FIELD",
            "name": "MAX_COMMAND_FORK_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#MAX_COMMAND_FORK_COUNT"
          },
          {
            "kind": "FIELD",
            "name": "MAX_ENTITY_CRAMMING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#MAX_ENTITY_CRAMMING"
          },
          {
            "kind": "FIELD",
            "name": "MINECART_MAX_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#MINECART_MAX_SPEED",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "MOB_EXPLOSION_DROP_DECAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#MOB_EXPLOSION_DROP_DECAY"
          },
          {
            "kind": "FIELD",
            "name": "MOB_GRIEFING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#MOB_GRIEFING"
          },
          {
            "kind": "FIELD",
            "name": "NATURAL_REGENERATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#NATURAL_REGENERATION"
          },
          {
            "kind": "FIELD",
            "name": "PLAYERS_NETHER_PORTAL_CREATIVE_DELAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#PLAYERS_NETHER_PORTAL_CREATIVE_DELAY"
          },
          {
            "kind": "FIELD",
            "name": "PLAYERS_NETHER_PORTAL_DEFAULT_DELAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#PLAYERS_NETHER_PORTAL_DEFAULT_DELAY"
          },
          {
            "kind": "FIELD",
            "name": "PLAYERS_SLEEPING_PERCENTAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#PLAYERS_SLEEPING_PERCENTAGE"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILES_CAN_BREAK_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#PROJECTILES_CAN_BREAK_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "PVP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#PVP"
          },
          {
            "kind": "FIELD",
            "name": "RANDOM_TICK_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#RANDOM_TICK_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "REDUCED_DEBUG_INFO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#REDUCED_DEBUG_INFO"
          },
          {
            "kind": "FIELD",
            "name": "SEND_COMMAND_FEEDBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SEND_COMMAND_FEEDBACK"
          },
          {
            "kind": "FIELD",
            "name": "SHOW_DEATH_MESSAGES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SHOW_DEATH_MESSAGES"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_ACCUMULATION_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SNOW_ACCUMULATION_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNER_BLOCKS_ENABLED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SPAWNER_BLOCKS_ENABLED"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_MONSTERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SPAWN_MONSTERS"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_RADIUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SPAWN_RADIUS"
          },
          {
            "kind": "FIELD",
            "name": "SPECTATORS_GENERATE_CHUNKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#SPECTATORS_GENERATE_CHUNKS"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TNT_EXPLODES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#TNT_EXPLODES"
          },
          {
            "kind": "FIELD",
            "name": "TNT_EXPLOSION_DROP_DECAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#TNT_EXPLOSION_DROP_DECAY"
          },
          {
            "kind": "FIELD",
            "name": "UNIVERSAL_ANGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#UNIVERSAL_ANGER"
          },
          {
            "kind": "FIELD",
            "name": "WATER_SOURCE_CONVERSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#WATER_SOURCE_CONVERSION"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#equals(Object)"
          },
          {
            "kind": "FIELD",
            "name": "gameRules",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#gameRules"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#name"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#translationKey()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#type"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GameRule.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.GrassSpecies",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#DEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FERN_LIKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#FERN_LIKE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "GrassSpecies(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#GrassSpecies(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#NORMAL"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#getByData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/GrassSpecies.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.HeightMap",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HeightMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#HeightMap()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOTION_BLOCKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#MOTION_BLOCKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOTION_BLOCKING_NO_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#MOTION_BLOCKING_NO_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCEAN_FLOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#OCEAN_FLOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCEAN_FLOOR_WG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#OCEAN_FLOOR_WG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WORLD_SURFACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#WORLD_SURFACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WORLD_SURFACE_WG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#WORLD_SURFACE_WG"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/HeightMap.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Input",
        "children": [
          {
            "kind": "METHOD",
            "name": "isBackward()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isBackward()"
          },
          {
            "kind": "METHOD",
            "name": "isForward()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isForward()"
          },
          {
            "kind": "METHOD",
            "name": "isJump()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isJump()"
          },
          {
            "kind": "METHOD",
            "name": "isLeft()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isLeft()"
          },
          {
            "kind": "METHOD",
            "name": "isRight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isRight()"
          },
          {
            "kind": "METHOD",
            "name": "isSneak()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isSneak()"
          },
          {
            "kind": "METHOD",
            "name": "isSprint()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html#isSprint()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Input.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Instrument",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BANJO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#BANJO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASS_DRUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#BASS_DRUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASS_GUITAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#BASS_GUITAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#BIT"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#CHIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW_BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#COW_BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUSTOM_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#CUSTOM_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIDGERIDOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#DIDGERIDOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#FLUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUITAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#GUITAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#IRON_XYLOPHONE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Instrument(int,Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#Instrument(int,Sound)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIANO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#PIANO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#PIGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#PLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNARE_DRUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#SNARE_DRUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#STICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#XYLOPHONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#ZOMBIE"
          },
          {
            "kind": "METHOD",
            "name": "getSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#getSound()"
          },
          {
            "kind": "FIELD",
            "name": "sound",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#sound"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#type"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Instrument.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.JukeboxSong",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#CAT"
          },
          {
            "kind": "FIELD",
            "name": "CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#CHIRP"
          },
          {
            "kind": "FIELD",
            "name": "CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#CREATOR"
          },
          {
            "kind": "FIELD",
            "name": "CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#CREATOR_MUSIC_BOX"
          },
          {
            "kind": "FIELD",
            "name": "ELEVEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#ELEVEN"
          },
          {
            "kind": "FIELD",
            "name": "FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#FAR"
          },
          {
            "kind": "FIELD",
            "name": "FIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#FIVE"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#LAVA_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#MALL"
          },
          {
            "kind": "FIELD",
            "name": "MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#MELLOHI"
          },
          {
            "kind": "FIELD",
            "name": "OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#OTHERSIDE"
          },
          {
            "kind": "FIELD",
            "name": "PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#PIGSTEP"
          },
          {
            "kind": "FIELD",
            "name": "PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#PRECIPICE"
          },
          {
            "kind": "FIELD",
            "name": "RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#RELIC"
          },
          {
            "kind": "FIELD",
            "name": "STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#STAL"
          },
          {
            "kind": "FIELD",
            "name": "STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#STRAD"
          },
          {
            "kind": "FIELD",
            "name": "TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#TEARS"
          },
          {
            "kind": "FIELD",
            "name": "THIRTEEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#THIRTEEN"
          },
          {
            "kind": "FIELD",
            "name": "WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#WAIT"
          },
          {
            "kind": "FIELD",
            "name": "WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#WARD"
          },
          {
            "kind": "METHOD",
            "name": "get(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#get(String)"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/JukeboxSong.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Keyed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Keyed.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Keyed.html#key()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Keyed.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Location",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,double)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#\u003cT\u003egetNearbyEntitiesByType(Class,double)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,double,Predicate)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#\u003cT\u003egetNearbyEntitiesByType(Class,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,double,double)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#\u003cT\u003egetNearbyEntitiesByType(Class,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,double,double,Predicate)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#\u003cT\u003egetNearbyEntitiesByType(Class,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,double,double,double)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#\u003cT\u003egetNearbyEntitiesByType(Class,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,double,double,double,Predicate)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#\u003cT\u003egetNearbyEntitiesByType(Class,double,double,double,Predicate)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Location(World,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#Location(World,double,double,double)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Location(World,double,double,double,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#Location(World,double,double,double,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "add(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#add(Location)"
          },
          {
            "kind": "METHOD",
            "name": "add(Location,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#add(Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "add(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#add(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "add(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#add(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "addRotation(Rotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#addRotation(Rotation)"
          },
          {
            "kind": "METHOD",
            "name": "addRotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#addRotation(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "checkFinite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#checkFinite()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#createExplosion(Entity,float)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#createExplosion(Entity,float,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#createExplosion(Entity,float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#createExplosion(float)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#createExplosion(float,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(float,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#createExplosion(float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "distance(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#distance(Location)"
          },
          {
            "kind": "METHOD",
            "name": "distanceSquared(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#distanceSquared(Location)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getBlockX()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getBlockY()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getBlockZ()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyEntities(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyLivingEntities(double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyLivingEntities(double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyLivingEntities(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyLivingEntities(double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyLivingEntities(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(double,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyLivingEntities(double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyPlayers(double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyPlayers(double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyPlayers(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyPlayers(double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyPlayers(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(double,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getNearbyPlayers(double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getPitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getYaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getYaw()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isChunkLoaded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#isChunkLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "isFinite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#isFinite()"
          },
          {
            "kind": "METHOD",
            "name": "isGenerated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#isGenerated()"
          },
          {
            "kind": "METHOD",
            "name": "isWorldLoaded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#isWorldLoaded()"
          },
          {
            "kind": "METHOD",
            "name": "length()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#length()"
          },
          {
            "kind": "METHOD",
            "name": "lengthSquared()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#lengthSquared()"
          },
          {
            "kind": "METHOD",
            "name": "locToBlock(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#locToBlock(double)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#multiply(double)"
          },
          {
            "kind": "METHOD",
            "name": "normalizePitch(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#normalizePitch(float)"
          },
          {
            "kind": "METHOD",
            "name": "normalizeYaw(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#normalizeYaw(float)"
          },
          {
            "kind": "FIELD",
            "name": "pitch",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#pitch"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "set(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#set(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setDirection(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setPitch(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setPitch(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(Rotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setRotation(Rotation)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setRotation(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "setWorld(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setWorld(World)"
          },
          {
            "kind": "METHOD",
            "name": "setX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setY(double)"
          },
          {
            "kind": "METHOD",
            "name": "setYaw(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setYaw(float)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#setZ(double)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#subtract(Location)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(Location,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#subtract(Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#subtract(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#subtract(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "subtractRotation(Rotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#subtractRotation(Rotation)"
          },
          {
            "kind": "METHOD",
            "name": "subtractRotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#subtractRotation(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "toBlockKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toBlockKey()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toBlockLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toBlockLocation()"
          },
          {
            "kind": "METHOD",
            "name": "toCenterLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toCenterLocation()"
          },
          {
            "kind": "METHOD",
            "name": "toHighestLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toHighestLocation()"
          },
          {
            "kind": "METHOD",
            "name": "toHighestLocation(HeightMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toHighestLocation(HeightMap)"
          },
          {
            "kind": "METHOD",
            "name": "toLocation(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toLocation(World)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "toVector()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#toVector()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#world"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#x"
          },
          {
            "kind": "METHOD",
            "name": "x()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#x()"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#y"
          },
          {
            "kind": "METHOD",
            "name": "y()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#y()"
          },
          {
            "kind": "FIELD",
            "name": "yaw",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#yaw"
          },
          {
            "kind": "FIELD",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#z"
          },
          {
            "kind": "METHOD",
            "name": "z()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#z()"
          },
          {
            "kind": "METHOD",
            "name": "zero()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html#zero()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Location.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Material",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetDefaultData(Valued)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#\u003cT\u003egetDefaultData(Valued)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACACIA_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ACTIVATOR_RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALLAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ALLAY_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ALLIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMETHYST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AMETHYST_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMETHYST_CLUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AMETHYST_CLUSTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMETHYST_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AMETHYST_SHARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANCIENT_DEBRIS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANCIENT_DEBRIS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANDESITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANDESITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANDESITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANDESITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANDESITE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANGLER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANGLER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#APPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARCHER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ARCHER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMADILLO_SCUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ARMADILLO_SCUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMADILLO_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ARMADILLO_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ARMOR_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMS_UP_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ARMS_UP_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ATTACHED_MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ATTACHED_MELON_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ATTACHED_PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ATTACHED_PUMPKIN_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AXOLOTL_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AXOLOTL_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AXOLOTL_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AXOLOTL_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AZALEA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AZALEA_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#AZURE_BLUET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAKED_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAKED_POTATO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_CHEST_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_CHEST_RAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_MOSAIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_MOSAIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_MOSAIC_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_MOSAIC_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_MOSAIC_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_MOSAIC_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_RAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAMBOO_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BARRIER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BASALT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BAT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEACON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEDROCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEDROCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEEF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEEHIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEETROOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEETROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEETROOT_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEETROOT_SOUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEETROOT_SOUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE_NEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEE_NEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BEE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIG_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIG_DRIPLEAF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIG_DRIPLEAF_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIG_DRIPLEAF_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BIRCH_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACKSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACKSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACKSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACKSTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLACK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLACK_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLADE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLADE_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLAST_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLAZE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLAZE_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLAZE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_ORCHID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BLUE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOGGED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BOGGED_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOLT_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BOLT_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BONE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BONE_MEAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BONE_MEAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BOOKSHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BORDURE_INDENTED_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BORDURE_INDENTED_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BOWL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRAIN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRAIN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BREAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREEZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BREEZE_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREEZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BREEZE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BREWER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BREWING_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_MUSHROOM_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BROWN_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BRUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_COLUMN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUBBLE_COLUMN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUBBLE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUBBLE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUDDING_AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUDDING_AMETHYST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BURN_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BURN_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BUSH"
          },
          {
            "kind": "FIELD",
            "name": "BY_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#BY_NAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CACTUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CACTUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CACTUS_FLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CALCITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CALCITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CALIBRATED_SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CALIBRATED_SCULK_SENSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMEL_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAMEL_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAMPFIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARROTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CARROTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARROT_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CARROT_ON_A_STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARVED_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CARVED_PUMPKIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAVE_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAVE_SPIDER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAVE_VINES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CAVE_VINES_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHAINMAIL_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHAINMAIL_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHAINMAIL_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAINMAIL_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHAINMAIL_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHAIN_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHAIN_COMMAND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARCOAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHARCOAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHERRY_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHEST_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHICKEN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHIPPED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHIPPED_ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_BOOKSHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_DEEPSLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_NETHER_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_POLISHED_BLACKSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_QUARTZ_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_RESIN_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_TUFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHISELED_TUFF_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHORUS_FLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHORUS_FRUIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CHORUS_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLAY_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CLAY_BALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COAL_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COARSE_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COARSE_DIRT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COAST_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COAST_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLED_DEEPSLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLED_DEEPSLATE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLED_DEEPSLATE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLESTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLESTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBBLESTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COBWEB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COCOA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COCOA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COCOA_BEANS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COCOA_BEANS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COD_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COD_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COMMAND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMAND_BLOCK_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COMMAND_BLOCK_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COMPARATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COMPASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COMPOSTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CONDUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CONDUIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_BEEF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_COD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_MUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_PORKCHOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKED_SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKED_SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COOKIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COOKIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_INGOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_NUGGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COPPER_WALL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CORNFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#COW_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED_DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRACKED_DEEPSLATE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED_DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRACKED_DEEPSLATE_TILES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRACKED_NETHER_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED_POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRACKED_POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRACKED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRAFTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRAFTING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREAKING_HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CREAKING_HEART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREAKING_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CREAKING_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CREEPER_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CREEPER_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CREEPER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CREEPER_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_FUNGUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_HYPHAE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_NYLIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRIMSON_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CROSSBOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRYING_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CRYING_OBSIDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUT_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CUT_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CYAN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#CYAN_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DAMAGED_ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DANDELION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DANGER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DANGER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_PRISMARINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_PRISMARINE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DARK_PRISMARINE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DAYLIGHT_DETECTOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BRAIN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BRAIN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BUBBLE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BUBBLE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_FIRE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_FIRE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_FIRE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_HORN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_HORN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_HORN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_TUBE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_TUBE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_TUBE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEAD_TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEAD_TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEBUG_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEBUG_STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DECORATED_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DECORATED_POT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_COAL_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_COPPER_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_DIAMOND_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_EMERALD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_GOLD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_IRON_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_LAPIS_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_REDSTONE_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_TILES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_TILE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_TILE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_TILE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_TILE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEEPSLATE_TILE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DEEPSLATE_TILE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DETECTOR_RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIAMOND_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIAMOND_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIORITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIORITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIORITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIORITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIORITE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIRT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIRT_PATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DIRT_PATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISC_FRAGMENT_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DISC_FRAGMENT_5"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DOLPHIN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DONKEY_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRAGON_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRAGON_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRAGON_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRAGON_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIED_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRIED_GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIED_KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRIED_KELP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIED_KELP_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRIED_KELP_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DRIPSTONE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DROPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWNED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DROWNED_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DUNE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#DUNE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ECHO_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ECHO_SHARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ELDER_GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELYTRA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ELYTRA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERALD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EMERALD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EMERALD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EMERALD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTED_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENCHANTED_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTED_GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENCHANTED_GOLDEN_APPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENCHANTING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENDERMAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMITE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENDERMITE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENDER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENDER_DRAGON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENDER_EYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ENDER_PEARL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_CRYSTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_GATEWAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_PORTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_PORTAL_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_STONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_STONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#END_STONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EVOKER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPERIENCE_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPERIENCE_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPLORER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPLORER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EYE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#EYE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FARMLAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FEATHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FERMENTED_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FERMENTED_SPIDER_EYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIELD_MASONED_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIELD_MASONED_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FILLED_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FILLED_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREFLY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIREFLY_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_ROCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIREWORK_ROCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIREWORK_STAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIRE_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIRE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIRE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIRE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FISHING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLETCHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLETCHING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLINT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLINT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLINT_AND_STEEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLINT_AND_STEEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWERING_AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOWERING_AZALEA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWERING_AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOWERING_AZALEA_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOWER_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOWER_POT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOW_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOW_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOW_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOW_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOW_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FLOW_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FOX_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FRIEND_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FRIEND_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROGSPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FROGSPAWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FROG_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROSTED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FROSTED_ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#FURNACE_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GHAST_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GHAST_TEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GILDED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GILDED_BLACKSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLASS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLASS_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLISTERING_MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLISTERING_MELON_SLICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOBE_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOBE_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOWSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOWSTONE_DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOWSTONE_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOW_BERRIES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_INK_SAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOW_INK_SAC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOW_ITEM_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_LICHEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOW_LICHEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GLOW_SQUID_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOAT_HORN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOAT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_APPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_CARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLDEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLDEN_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLD_INGOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLD_NUGGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GOLD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRANITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRANITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRANITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRANITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRANITE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRASS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRASS_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRAY_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GREEN_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GRINDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUNPOWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GUNPOWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUSTER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GUSTER_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUSTER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#GUSTER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HANGING_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HANGING_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAPPY_GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HAPPY_GHAST_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HAY_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEARTBREAK_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HEARTBREAK_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEART_OF_THE_SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HEART_OF_THE_SEA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEART_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HEART_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEAVY_CORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HEAVY_CORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEAVY_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HEAVY_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HOGLIN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEYCOMB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HONEYCOMB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEYCOMB_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HONEYCOMB_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HONEY_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HONEY_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HONEY_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HOPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HOPPER_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HORN_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HORN_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HORN_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HORSE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOST_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HOST_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOWL_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HOWL_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#HUSK_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_CHISELED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_COBBLESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_CRACKED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_DEEPSLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_MOSSY_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INFESTED_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INK_SAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#INK_SAC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_INGOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_NUGGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#IRON_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ITEM_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JACK_O_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JIGSAW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUKEBOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#JUNGLE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#KELP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KELP_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#KELP_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KNOWLEDGE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#KNOWLEDGE_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LADDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LAPIS_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAPIS_LAZULI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LAPIS_LAZULI"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LAPIS_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LARGE_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LARGE_AMETHYST_BUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LARGE_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LARGE_FERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LAVA_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LAVA_CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEAF_LITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEAF_LITTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEATHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEATHER_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEATHER_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEATHER_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEATHER_HORSE_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEATHER_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LECTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ACACIA_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ACACIA_DOOR_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ACACIA_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ACACIA_FENCE_GATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ACACIA_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ACTIVATOR_RAIL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_AIR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ANVIL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_APPLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ARMOR_STAND",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ARROW",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BAKED_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BAKED_POTATO",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BANNER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BARRIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BARRIER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BEACON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BED",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEDROCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BEDROCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BED_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BED_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BEETROOT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BEETROOT_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BEETROOT_SEEDS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BEETROOT_SOUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BEETROOT_SOUP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BIRCH_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BIRCH_DOOR_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BIRCH_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BIRCH_FENCE_GATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BIRCH_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BIRCH_WOOD_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BLACK_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BLACK_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLAZE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BLAZE_POWDER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLAZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BLAZE_ROD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BLUE_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BLUE_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOAT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_ACACIA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOAT_ACACIA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_BIRCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOAT_BIRCH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_DARK_OAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOAT_DARK_OAK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOAT_JUNGLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOAT_SPRUCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOAT_SPRUCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BONE_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOOK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOOKSHELF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOOK_AND_QUILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOOK_AND_QUILL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOW",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BOWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BOWL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BREAD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BREWING_STAND",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BREWING_STAND_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BREWING_STAND_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BRICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BRICK_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BROWN_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BROWN_MUSHROOM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BROWN_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BUCKET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_BURNING_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_BURNING_FURNACE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CACTUS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CAKE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAKE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CAKE_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CARPET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CARROT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARROT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CARROT_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CARROT_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CARROT_STICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CAULDRON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CAULDRON_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CAULDRON_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHAINMAIL_BOOTS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHAINMAIL_CHESTPLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHAINMAIL_HELMET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHAINMAIL_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHAINMAIL_LEGGINGS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHEST",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHORUS_FLOWER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHORUS_FRUIT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_FRUIT_POPPED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHORUS_FRUIT_POPPED",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CHORUS_PLANT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CLAY",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CLAY_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CLAY_BALL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CLAY_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CLAY_BRICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COAL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COAL_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COAL_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COBBLESTONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COBBLESTONE_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COBBLE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COBBLE_WALL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COCOA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COCOA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COMMAND",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COMMAND_CHAIN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COMMAND_MINECART",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMMAND_REPEATING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COMMAND_REPEATING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COMPASS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CONCRETE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CONCRETE_POWDER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COOKED_BEEF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COOKED_CHICKEN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COOKED_FISH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COOKED_MUTTON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKED_RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COOKED_RABBIT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_COOKIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_COOKIE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CROPS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CROPS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CYAN_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_CYAN_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DARK_OAK_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DARK_OAK_DOOR_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DARK_OAK_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DARK_OAK_FENCE_GATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DARK_OAK_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DAYLIGHT_DETECTOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DAYLIGHT_DETECTOR_INVERTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DAYLIGHT_DETECTOR_INVERTED",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DEAD_BUSH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DETECTOR_RAIL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_AXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_BARDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_BARDING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_BOOTS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_CHESTPLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_HELMET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_HOE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_LEGGINGS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_PICKAXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_SPADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_SPADE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIAMOND_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIAMOND_SWORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIODE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIODE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIODE_BLOCK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIODE_BLOCK_OFF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIODE_BLOCK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIODE_BLOCK_ON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DIRT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DISPENSER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DOUBLE_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DOUBLE_PLANT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DOUBLE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DOUBLE_STEP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DOUBLE_STONE_SLAB2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DOUBLE_STONE_SLAB2",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DRAGONS_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DRAGONS_BREATH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DRAGON_EGG",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_DROPPER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EGG",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ELYTRA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ELYTRA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMERALD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EMERALD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EMERALD_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EMERALD_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EMPTY_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EMPTY_MAP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENCHANTED_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENCHANTED_BOOK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENCHANTMENT_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENCHANTMENT_TABLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENDER_CHEST",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENDER_PEARL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENDER_PORTAL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENDER_PORTAL_FRAME",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ENDER_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ENDER_STONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_END_BRICKS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_END_CRYSTAL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_END_GATEWAY",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_END_ROD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EXPLOSIVE_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EXPLOSIVE_MINECART",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EXP_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EXP_BOTTLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_EYE_OF_ENDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_EYE_OF_ENDER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FEATHER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FENCE_GATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FERMENTED_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FERMENTED_SPIDER_EYE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FIRE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FIREBALL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIREWORK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FIREWORK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FIREWORK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FIREWORK_CHARGE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FISHING_ROD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLINT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FLINT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLINT_AND_STEEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FLINT_AND_STEEL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FLOWER_POT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FLOWER_POT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FLOWER_POT_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FROSTED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FROSTED_ICE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_FURNACE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GHAST_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GHAST_TEAR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GLASS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLASS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GLASS_BOTTLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLOWING_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GLOWING_REDSTONE_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GLOWSTONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GLOWSTONE_DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GLOWSTONE_DUST",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLDEN_APPLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLDEN_CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLDEN_CARROT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_AXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_BARDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_BARDING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_BOOTS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_CHESTPLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_HELMET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_HOE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_INGOT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_LEGGINGS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_NUGGET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_PICKAXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_PLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_RECORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_RECORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_SPADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_SPADE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GOLD_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GOLD_SWORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GRASS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRASS_PATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GRASS_PATH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GRAVEL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GRAY_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GRAY_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GREEN_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GREEN_RECORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GREEN_RECORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GREEN_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_GRILLED_PORK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_GRILLED_PORK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HARD_CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_HARD_CLAY",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_HAY_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_HOPPER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_HOPPER_MINECART",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HUGE_MUSHROOM_1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_HUGE_MUSHROOM_1",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_HUGE_MUSHROOM_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_HUGE_MUSHROOM_2",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ICE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_INK_SACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_INK_SACK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_AXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_BARDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_BARDING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_BOOTS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_CHESTPLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_DOOR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_DOOR_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_HELMET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_HOE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_INGOT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_LEGGINGS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_NUGGET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_PICKAXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_PLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_SPADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_SPADE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_SWORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_IRON_TRAPDOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ITEM_FRAME",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JACK_O_LANTERN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JUKEBOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JUNGLE_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JUNGLE_DOOR_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JUNGLE_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JUNGLE_FENCE_GATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_JUNGLE_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_JUNGLE_WOOD_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_KNOWLEDGE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_KNOWLEDGE_BOOK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LADDER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LAPIS_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LAPIS_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LAVA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LAVA_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LAVA_BUCKET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEASH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEATHER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEATHER_BOOTS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEATHER_CHESTPLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEATHER_HELMET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEATHER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEATHER_LEGGINGS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEAVES",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEAVES_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEAVES_2",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LEVER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LIGHT_BLUE_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LIGHT_BLUE_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LIME_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LIME_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LINGERING_POTION",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LOG",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LOG_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LOG_2",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_LONG_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_LONG_GRASS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MAGENTA_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MAGENTA_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGMA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MAGMA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAGMA_CREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MAGMA_CREAM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MAP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MELON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MELON_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MELON_SEEDS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MELON_STEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MILK_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MILK_BUCKET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MINECART",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MOB_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MOB_SPAWNER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MONSTER_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MONSTER_EGG",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MONSTER_EGGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MONSTER_EGGS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MOSSY_COBBLESTONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MUSHROOM_SOUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MUSHROOM_SOUP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MUTTON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_MYCEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_MYCEL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NAME_TAG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NAME_TAG",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHERRACK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_BRICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_BRICK_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_BRICK_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_BRICK_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_STALK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_STALK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_STAR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_WARTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_WARTS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NETHER_WART_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_NOTE_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_OBSERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_OBSERVER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_OBSIDIAN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ORANGE_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ORANGE_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PACKED_ICE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PAINTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PAINTING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PAPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PAPER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PINK_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PINK_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_BASE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PISTON_BASE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_EXTENSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PISTON_EXTENSION",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_MOVING_PIECE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PISTON_MOVING_PIECE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PISTON_STICKY_BASE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PISTON_STICKY_BASE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POISONOUS_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_POISONOUS_POTATO",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PORK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PORK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PORTAL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_POTATO",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POTATO_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_POTATO_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_POTION",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POWERED_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_POWERED_MINECART",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_POWERED_RAIL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LEGACY_PREFIX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PREFIX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PRISMARINE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PRISMARINE_CRYSTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PRISMARINE_CRYSTALS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PRISMARINE_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PRISMARINE_SHARD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PUMPKIN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN_PIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PUMPKIN_PIE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PUMPKIN_SEEDS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PUMPKIN_STEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPLE_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPLE_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPUR_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_DOUBLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPUR_DOUBLE_SLAB",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPUR_PILLAR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPUR_SLAB",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_PURPUR_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_QUARTZ",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_QUARTZ_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_QUARTZ_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_QUARTZ_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RABBIT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT_FOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RABBIT_FOOT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT_HIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RABBIT_HIDE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RABBIT_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RABBIT_STEW",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAILS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RAILS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAW_BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RAW_BEEF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAW_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RAW_CHICKEN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RAW_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RAW_FISH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_10",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_10",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_11",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_11",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_12",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_12",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_3",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_4",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_5",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_6",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_6",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_7",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_7",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_8",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_8",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RECORD_9",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RECORD_9",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_COMPARATOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_COMPARATOR_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_COMPARATOR_OFF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_COMPARATOR_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_COMPARATOR_ON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_LAMP_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_LAMP_OFF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_LAMP_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_LAMP_ON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_ORE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_TORCH_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_TORCH_OFF",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_TORCH_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_TORCH_ON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_REDSTONE_WIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_REDSTONE_WIRE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_MUSHROOM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_NETHER_BRICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_ROSE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_SANDSTONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_SANDSTONE_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_RED_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_ROTTEN_FLESH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_ROTTEN_FLESH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SADDLE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SAND",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SANDSTONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SANDSTONE_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SAPLING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SEA_LANTERN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SEEDS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SHEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SHEARS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SHIELD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SHULKER_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SHULKER_SHELL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SIGN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SIGN_POST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SIGN_POST",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SILVER_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SILVER_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SILVER_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SILVER_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SKULL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SKULL_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SKULL_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SLIME_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SLIME_BALL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SLIME_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SMOOTH_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SMOOTH_BRICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SMOOTH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SMOOTH_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SNOW",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SNOW_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SNOW_BALL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SNOW_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SOIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SOIL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SOUL_SAND",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPECKLED_MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPECKLED_MELON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPECTRAL_ARROW",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPIDER_EYE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPLASH_POTION",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPONGE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPRUCE_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_DOOR_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPRUCE_DOOR_ITEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPRUCE_FENCE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPRUCE_FENCE_GATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SPRUCE_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SPRUCE_WOOD_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STAINED_CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STAINED_CLAY",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STAINED_GLASS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STAINED_GLASS_PANE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STANDING_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STANDING_BANNER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STATIONARY_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STATIONARY_LAVA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STATIONARY_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STATIONARY_WATER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STEP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STICK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_AXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_BUTTON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_HOE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_PICKAXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_PLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_SLAB2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_SLAB2",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_SPADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_SPADE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STONE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STONE_SWORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STORAGE_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STORAGE_MINECART",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STRING",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STRUCTURE_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_STRUCTURE_VOID",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SUGAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SUGAR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SUGAR_CANE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SUGAR_CANE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SUGAR_CANE_BLOCK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_SULPHUR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_SULPHUR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_THIN_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_THIN_GLASS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TIPPED_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TIPPED_ARROW",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TNT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TORCH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TOTEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TOTEM",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TRAPPED_CHEST",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRAP_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TRAP_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRIPWIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TRIPWIRE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_TRIPWIRE_HOOK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_VINE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WALL_BANNER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WALL_SIGN",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WATCH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WATER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATER_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WATER_BUCKET",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WATER_LILY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WATER_LILY",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WEB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WEB",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WHEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WHEAT",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WHITE_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WHITE_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOODEN_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_AXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_BUTTON",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_DOOR",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_DOUBLE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_DOUBLE_STEP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_HOE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_PICKAXE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_PLATE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_SPADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_SPADE",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_STAIRS",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_STEP",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOD_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOD_SWORD",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WOOL",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WORKBENCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WORKBENCH",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_WRITTEN_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_WRITTEN_BOOK",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_YELLOW_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_YELLOW_FLOWER",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_YELLOW_GLAZED_TERRACOTTA",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGACY_YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEGACY_YELLOW_SHULKER_BOX",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LEVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_BLUE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_GRAY_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHT_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIGHT_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LILAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LILAC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LILY_OF_THE_VALLEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LILY_PAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LILY_PAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIME_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LIME_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LINGERING_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LLAMA_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LODESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LODESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#LOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGENTA_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGENTA_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGMA_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGMA_CREAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CUBE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAGMA_CUBE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_PROPAGULE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MANGROVE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MEDIUM_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MEDIUM_AMETHYST_BUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MELON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MELON_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MELON_SLICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MELON_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MILK_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MILK_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MINER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOJANG_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOJANG_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOOSHROOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOOSHROOM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_COBBLESTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_COBBLESTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_COBBLESTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_COBBLESTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_STONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_STONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSSY_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSSY_STONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSS_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOSS_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOURNER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOURNER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVING_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MOVING_PISTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUDDY_MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUDDY_MANGROVE_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUD_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUD_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUD_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUD_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUD_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUD_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUD_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUD_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MULE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MULE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSHROOM_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSHROOM_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSHROOM_STEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_11"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_13"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_5"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_CREATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_CREATOR_MUSIC_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_LAVA_CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_OTHERSIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_PIGSTEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_PRECIPICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_RELIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_TEARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#MYCELIUM"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#Material(int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#Material(int,Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#Material(int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Material(int,int,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#Material(int,int,Class)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NAME_TAG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NAME_TAG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NAUTILUS_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NAUTILUS_SHELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_BOOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_CHESTPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_INGOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_LEGGINGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_SCRAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_SCRAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERITE_UPGRADE_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERITE_UPGRADE_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHERRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_BRICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_BRICK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_GOLD_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_PORTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_QUARTZ_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_SPROUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_SPROUTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_STAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_WART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_WART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NETHER_WART_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#NOTE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OBSERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OBSERVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OBSIDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCELOT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OCELOT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCHRE_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OCHRE_FROGLIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OMINOUS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OMINOUS_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OMINOUS_TRIAL_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OMINOUS_TRIAL_KEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OPEN_EYEBLOSSOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ORANGE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ORANGE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXEYE_DAISY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PACKED_ICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PACKED_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PACKED_MUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PAINTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PAINTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_HANGING_MOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_HANGING_MOSS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_MOSS_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_MOSS_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PALE_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PANDA_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PAPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PAPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARROT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PARROT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PEARLESCENT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PEARLESCENT_FROGLIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PEONY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PEONY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PETRIFIED_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PETRIFIED_OAK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM_MEMBRANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PHANTOM_MEMBRANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PHANTOM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PIGLIN_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_BRUTE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PIGLIN_BRUTE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PIGLIN_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PIGLIN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PIGLIN_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PIG_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PILLAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_PETALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_PETALS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PINK_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PISTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PISTON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PISTON_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PITCHER_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PITCHER_CROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PITCHER_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PITCHER_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PITCHER_POD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PITCHER_POD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PLAYER_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PLAYER_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLENTY_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PLENTY_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PODZOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PODZOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POINTED_DRIPSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POINTED_DRIPSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POISONOUS_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POISONOUS_POTATO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLAR_BEAR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLAR_BEAR_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_ANDESITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_ANDESITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_ANDESITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BASALT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_BLACKSTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DEEPSLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DEEPSLATE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DEEPSLATE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DIORITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DIORITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_DIORITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_GRANITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_GRANITE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_GRANITE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_TUFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_TUFF_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_TUFF_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLISHED_TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POLISHED_TUFF_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POPPED_CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POPPED_CHORUS_FRUIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PORKCHOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTATO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTATOES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTATOES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_ACACIA_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_ALLIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_AZALEA_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_AZALEA_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_AZURE_BLUET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_BAMBOO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_BIRCH_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_BLUE_ORCHID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_BROWN_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_CACTUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_CHERRY_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_CORNFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_CRIMSON_FUNGUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_CRIMSON_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_DANDELION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_DARK_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_DEAD_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_FERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_FLOWERING_AZALEA_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_FLOWERING_AZALEA_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_JUNGLE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_LILY_OF_THE_VALLEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_MANGROVE_PROPAGULE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_OPEN_EYEBLOSSOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_ORANGE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_OXEYE_DAISY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_PALE_OAK_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_PINK_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_POPPY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_RED_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_RED_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_SPRUCE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_TORCHFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_WARPED_FUNGUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_WARPED_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_WHITE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POTTED_WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POTTED_WITHER_ROSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POWDER_SNOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POWDER_SNOW_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POWDER_SNOW_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POWDER_SNOW_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POWDER_SNOW_CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#POWERED_RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_CRYSTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_CRYSTALS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_SHARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRISMARINE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRISMARINE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PRIZE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PRIZE_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUFFERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUFFERFISH_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUFFERFISH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUMPKIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN_PIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUMPKIN_PIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUMPKIN_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PUMPKIN_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPLE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPUR_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPUR_PILLAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPUR_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#PURPUR_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#QUARTZ"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#QUARTZ_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#QUARTZ_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#QUARTZ_PILLAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#QUARTZ_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#QUARTZ_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_FOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RABBIT_FOOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_HIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RABBIT_HIDE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RABBIT_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RABBIT_STEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAISER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAISER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAVAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAW_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAW_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAW_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAW_COPPER_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAW_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAW_GOLD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAW_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAW_GOLD_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAW_IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAW_IRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAW_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RAW_IRON_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECOVERY_COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RECOVERY_COMPASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_LAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE_LAMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE_ORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE_WALL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE_WIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REDSTONE_WIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_MUSHROOM_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_NETHER_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_NETHER_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_NETHER_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_NETHER_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_SANDSTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RED_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REINFORCED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REINFORCED_DEEPSLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REPEATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REPEATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REPEATING_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#REPEATING_COMMAND_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_BRICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESIN_CLUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESIN_CLUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RESPAWN_ANCHOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RESPAWN_ANCHOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIB_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#RIB_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ROOTED_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ROOTED_DIRT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ROSE_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ROSE_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ROTTEN_FLESH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ROTTEN_FLESH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SADDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SALMON_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SALMON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SANDSTONE_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCAFFOLDING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCRAPE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCRAPE_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCULK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_CATALYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCULK_CATALYST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCULK_SENSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_SHRIEKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCULK_SHRIEKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_VEIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SCULK_VEIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SEAGRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SEA_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEA_PICKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SEA_PICKLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEAF_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHEAF_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHEARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHEEP_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHELTER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHELTER_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHIELD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHORT_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHORT_DRY_GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHORT_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHORT_GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHROOMLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHROOMLIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHULKER_SHELL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SHULKER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILVERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SILVERFISH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SKELETON_HORSE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SKELETON_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SKELETON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SKELETON_WALL_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKULL_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SKULL_BANNER_PATTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKULL_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SKULL_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SLIME_BALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SLIME_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SLIME_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMALL_AMETHYST_BUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMALL_DRIPLEAF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMITHING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_BASALT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_QUARTZ"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_QUARTZ_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_QUARTZ_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_RED_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_SANDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_SANDSTONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_SANDSTONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH_STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SMOOTH_STONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNIFFER_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNIFFER_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNIFFER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNIFFER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNORT_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNORT_POTTERY_SHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNOWBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNOW_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SNOW_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_CAMPFIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_FIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_SOIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_SOIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SOUL_WALL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPAWNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPECTRAL_ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPIDER_EYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPIDER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPLASH_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPONGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPORE_BLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPORE_BLOSSOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_SAPLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPRUCE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPYGLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SPYGLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SQUID_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STICKY_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STICKY_PISTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONECUTTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STONE_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRAY_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIDER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_ACACIA_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_ACACIA_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_BAMBOO_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_BIRCH_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_BIRCH_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_CHERRY_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_CHERRY_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_CRIMSON_HYPHAE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_CRIMSON_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_DARK_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_DARK_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_JUNGLE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_JUNGLE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_MANGROVE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_MANGROVE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_PALE_OAK_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_PALE_OAK_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_SPRUCE_LOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_SPRUCE_WOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_WARPED_HYPHAE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIPPED_WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRIPPED_WARPED_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRUCTURE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#STRUCTURE_VOID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUGAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SUGAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SUGAR_CANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SUNFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUSPICIOUS_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SUSPICIOUS_GRAVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUSPICIOUS_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SUSPICIOUS_SAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SUSPICIOUS_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SUSPICIOUS_STEW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWEET_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SWEET_BERRIES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#SWEET_BERRY_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TADPOLE_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TADPOLE_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TADPOLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TADPOLE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TALL_DRY_GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TALL_GRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TALL_SEAGRASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TARGET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TEST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TEST_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TEST_INSTANCE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TEST_INSTANCE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIDE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TIDE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TINTED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TINTED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIPPED_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TIPPED_ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TNT_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TORCHFLOWER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TORCHFLOWER_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TORCHFLOWER_CROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TORCHFLOWER_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TORCHFLOWER_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTEM_OF_UNDYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TOTEM_OF_UNDYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADER_LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRADER_LLAMA_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRAPPED_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRIAL_KEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRIAL_SPAWNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRIDENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIPWIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRIPWIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TRIPWIRE_HOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TROPICAL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TROPICAL_FISH_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TROPICAL_FISH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUBE_CORAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUBE_CORAL_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUBE_CORAL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_BRICKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_BRICK_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_BRICK_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_BRICK_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TUFF_WALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TURTLE_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TURTLE_HELMET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_SCUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TURTLE_SCUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TURTLE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TWISTING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TWISTING_VINES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TWISTING_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#TWISTING_VINES_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VAULT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VERDANT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VERDANT_FROGLIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VEX_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VEX_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINDICATOR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VINDICATOR_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VOID_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#VOID_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WALL_TORCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERING_TRADER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WANDERING_TRADER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARDEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARDEN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARD_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARD_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_BUTTON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_FENCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_FENCE_GATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_FUNGUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_FUNGUS_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_FUNGUS_ON_A_STICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_HYPHAE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_NYLIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_PLANKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_PRESSURE_PLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_ROOTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_STEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_WALL_HANGING_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_WALL_SIGN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WARPED_WART_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WATER_BUCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WATER_CAULDRON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAXED_WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAXED_WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_BARS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_BULB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_CUT_COPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEEPING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEEPING_VINES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEEPING_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WEEPING_VINES_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WET_SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WET_SPONGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHEAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHEAT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHEAT_SEEDS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_TULIP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WHITE_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WILDFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WILDFLOWERS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WILD_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WILD_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WIND_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WITCH_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WITHER_ROSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WITHER_SKELETON_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WITHER_SKELETON_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WITHER_SKELETON_WALL_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WITHER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOLF_ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOLF_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOODEN_AXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOODEN_HOE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOODEN_PICKAXE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOODEN_SHOVEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WOODEN_SWORD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WRITABLE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WRITABLE_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WRITTEN_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#WRITTEN_BOOK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_CANDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_CANDLE_CAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_CARPET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_CONCRETE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_CONCRETE_POWDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_GLAZED_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_HARNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_STAINED_GLASS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_STAINED_GLASS_PANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_TERRACOTTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_WALL_BANNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#YELLOW_WOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOGLIN_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOMBIE_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOMBIE_HORSE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOMBIE_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOMBIE_VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOMBIE_WALL_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIFIED_PIGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ZOMBIFIED_PIGLIN_SPAWN_EGG"
          },
          {
            "kind": "METHOD",
            "name": "asBlockType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#asBlockType()"
          },
          {
            "kind": "METHOD",
            "name": "asItemType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#asItemType()"
          },
          {
            "kind": "FIELD",
            "name": "blockType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#blockType"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#createBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#createBlockData(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#createBlockData(String)"
          },
          {
            "kind": "FIELD",
            "name": "ctor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#ctor"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getBlastResistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getBlastResistance()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getBlockTranslationKey()"
          },
          {
            "kind": "METHOD",
            "name": "getCompostChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getCompostChance()"
          },
          {
            "kind": "METHOD",
            "name": "getCraftingRemainingItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getCraftingRemainingItem()"
          },
          {
            "kind": "METHOD",
            "name": "getCreativeCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getCreativeCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getData()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDefaultAttributeModifiers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getDefaultAttributeModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultAttributeModifiers(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getDefaultAttributeModifiers(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultDataTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getDefaultDataTypes()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipmentSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getEquipmentSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getHardness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getHardness()"
          },
          {
            "kind": "METHOD",
            "name": "getItemAttributes(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "equipmentSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getItemAttributes(EquipmentSlot)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getItemRarity()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getItemTranslationKey()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getMaterial(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "legacyName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getMaterial(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDurability()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getMaxDurability()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getNewData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getNewData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSlipperiness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getSlipperiness()"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasDefaultData(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#hasDefaultData(DataComponentType)"
          },
          {
            "kind": "METHOD",
            "name": "hasGravity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#hasGravity()"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#id"
          },
          {
            "kind": "METHOD",
            "name": "isAir()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isAir()"
          },
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isBurnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isBurnable()"
          },
          {
            "kind": "METHOD",
            "name": "isCollidable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isCollidable()"
          },
          {
            "kind": "METHOD",
            "name": "isCompostable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isCompostable()"
          },
          {
            "kind": "METHOD",
            "name": "isEdible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isEdible()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isEmpty()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isFlammable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isFlammable()"
          },
          {
            "kind": "METHOD",
            "name": "isFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isFuel()"
          },
          {
            "kind": "METHOD",
            "name": "isInteractable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isInteractable()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isItem()"
          },
          {
            "kind": "METHOD",
            "name": "isLegacy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isLegacy()"
          },
          {
            "kind": "METHOD",
            "name": "isOccluding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isOccluding()"
          },
          {
            "kind": "METHOD",
            "name": "isRecord()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isRecord()"
          },
          {
            "kind": "METHOD",
            "name": "isSolid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isSolid()"
          },
          {
            "kind": "METHOD",
            "name": "isTransparent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#isTransparent()",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "itemType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#itemType"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#key"
          },
          {
            "kind": "FIELD",
            "name": "legacy",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#legacy"
          },
          {
            "kind": "METHOD",
            "name": "matchMaterial(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#matchMaterial(String)"
          },
          {
            "kind": "METHOD",
            "name": "matchMaterial(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "legacyName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#matchMaterial(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "maxStack",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#maxStack"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#translationKey()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Material.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.MusicInstrument",
        "children": [
          {
            "kind": "FIELD",
            "name": "ADMIRE_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#ADMIRE_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "CALL_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#CALL_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "DREAM_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#DREAM_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "FEEL_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#FEEL_GOAT_HORN"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MusicInstrument()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#MusicInstrument()"
          },
          {
            "kind": "FIELD",
            "name": "PONDER_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#PONDER_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "SEEK_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#SEEK_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "SING_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#SING_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "YEARN_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#YEARN_GOAT_HORN"
          },
          {
            "kind": "METHOD",
            "name": "create(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#create(Consumer)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "namespacedKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#getByKey(NamespacedKey)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getInstrument(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#getInstrument(String)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#getKey()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#getRange()"
          },
          {
            "kind": "METHOD",
            "name": "getSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#getSound()"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#key()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#translationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html#values()",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/MusicInstrument.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Nameable",
        "children": [
          {
            "kind": "METHOD",
            "name": "customName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Nameable.html#customName()"
          },
          {
            "kind": "METHOD",
            "name": "customName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Nameable.html#customName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getCustomName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Nameable.html#getCustomName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCustomName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Nameable.html#setCustomName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Nameable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.NamespacedKey",
        "children": [
          {
            "kind": "FIELD",
            "name": "BUKKIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#BUKKIT"
          },
          {
            "kind": "FIELD",
            "name": "MINECRAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#MINECRAFT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NamespacedKey(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#NamespacedKey(Plugin,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NamespacedKey(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "namespace"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#NamespacedKey(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "asString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#asString()"
          },
          {
            "kind": "METHOD",
            "name": "checkError(String,String,String,OptionalInt)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#checkError(String,String,String,OptionalInt)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "fromString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#fromString(String)"
          },
          {
            "kind": "METHOD",
            "name": "fromString(String,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultNamespace"
              },
              {
                "kind": "PARAMETER",
                "name": "string"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#fromString(String,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getNamespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#getNamespace()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#key"
          },
          {
            "kind": "METHOD",
            "name": "minecraft(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#minecraft(String)"
          },
          {
            "kind": "FIELD",
            "name": "namespace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#namespace"
          },
          {
            "kind": "METHOD",
            "name": "namespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#namespace()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "validate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#validate()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NamespacedKey.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.NetherWartsState",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWartsState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#NetherWartsState()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#RIPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEEDED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#SEEDED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STAGE_ONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#STAGE_ONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STAGE_TWO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#STAGE_TWO"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/NetherWartsState.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Note",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Note(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#Note(int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Note(int,Tone,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octave"
              },
              {
                "kind": "PARAMETER",
                "name": "sharped"
              },
              {
                "kind": "PARAMETER",
                "name": "tone"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#Note(int,Tone,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "flat(int,Tone)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octave"
              },
              {
                "kind": "PARAMETER",
                "name": "tone"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#flat(int,Tone)"
          },
          {
            "kind": "METHOD",
            "name": "flattened()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#flattened()"
          },
          {
            "kind": "METHOD",
            "name": "getOctave()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#getOctave()"
          },
          {
            "kind": "METHOD",
            "name": "getPitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#getPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getTone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#getTone()"
          },
          {
            "kind": "METHOD",
            "name": "getToneByte()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#getToneByte()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isSharped()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#isSharped()"
          },
          {
            "kind": "METHOD",
            "name": "natural(int,Tone)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octave"
              },
              {
                "kind": "PARAMETER",
                "name": "tone"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#natural(int,Tone)"
          },
          {
            "kind": "FIELD",
            "name": "note",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#note"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.Note.Tone",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "A",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#A"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "B",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#B"
              },
              {
                "kind": "FIELD",
                "name": "BY_DATA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#BY_DATA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "C",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#C"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "D",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#D"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "E",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#E"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "F",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#F"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "G",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#G"
              },
              {
                "kind": "FIELD",
                "name": "TONES_COUNT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#TONES_COUNT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Tone(int,boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "sharpable"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#Tone(int,boolean)"
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#id"
              },
              {
                "kind": "METHOD",
                "name": "isSharpable()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#isSharpable()"
              },
              {
                "kind": "FIELD",
                "name": "sharpable",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#sharpable"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note/Tone.html"
          },
          {
            "kind": "FIELD",
            "name": "pitchArray",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#pitchArray"
          },
          {
            "kind": "METHOD",
            "name": "sharp(int,Tone)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octave"
              },
              {
                "kind": "PARAMETER",
                "name": "tone"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#sharp(int,Tone)"
          },
          {
            "kind": "METHOD",
            "name": "sharped()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#sharped()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Note.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.OfflinePlayer",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eban(String,Date,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#\u003cE\u003eban(String,Date,String)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eban(String,Duration,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#\u003cE\u003eban(String,Duration,String)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eban(String,Instant,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#\u003cE\u003eban(String,Instant,String)"
          },
          {
            "kind": "METHOD",
            "name": "applySkinToPlayerHeadContents(Builder)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "builder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#applySkinToPlayerHeadContents(Builder)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#banPlayer(String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String,Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#banPlayer(String,Date)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String,Date,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#banPlayer(String,Date,String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String,Date,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickIfOnline"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#banPlayer(String,Date,String,boolean)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayer(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#banPlayer(String,String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#decrementStatistic(Statistic)"
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#decrementStatistic(Statistic,EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic,EntityType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#decrementStatistic(Statistic,EntityType,int)"
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#decrementStatistic(Statistic,Material)"
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#decrementStatistic(Statistic,Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "decrementStatistic(Statistic,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#decrementStatistic(Statistic,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBedSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getBedSpawnLocation()",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getFirstPlayed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getFirstPlayed()"
          },
          {
            "kind": "METHOD",
            "name": "getLastDeathLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getLastDeathLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLastLogin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getLastLogin()"
          },
          {
            "kind": "METHOD",
            "name": "getLastPlayed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getLastPlayed()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLastSeen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getLastSeen()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getPersistentDataContainer()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getRespawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnLocation(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loadLocationAndValidate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getRespawnLocation(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getStatistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getStatistic(Statistic)"
          },
          {
            "kind": "METHOD",
            "name": "getStatistic(Statistic,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getStatistic(Statistic,EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "getStatistic(Statistic,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getStatistic(Statistic,Material)"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayedBefore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#hasPlayedBefore()"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#incrementStatistic(Statistic)"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#incrementStatistic(Statistic,EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic,EntityType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#incrementStatistic(Statistic,EntityType,int)"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#incrementStatistic(Statistic,Material)"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#incrementStatistic(Statistic,Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "incrementStatistic(Statistic,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#incrementStatistic(Statistic,int)"
          },
          {
            "kind": "METHOD",
            "name": "isBanned()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#isBanned()"
          },
          {
            "kind": "METHOD",
            "name": "isConnected()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#isConnected()"
          },
          {
            "kind": "METHOD",
            "name": "isOnline()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#isOnline()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelisted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#isWhitelisted()"
          },
          {
            "kind": "METHOD",
            "name": "setStatistic(Statistic,EntityType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#setStatistic(Statistic,EntityType,int)"
          },
          {
            "kind": "METHOD",
            "name": "setStatistic(Statistic,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#setStatistic(Statistic,Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "setStatistic(Statistic,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#setStatistic(Statistic,int)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelisted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html#setWhitelisted(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/OfflinePlayer.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Particle",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANGRY_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ANGRY_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_CRUMBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#BLOCK_CRUMBLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_MARKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#BLOCK_MARKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#BUBBLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_COLUMN_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#BUBBLE_COLUMN_UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#BUBBLE_POP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMPFIRE_COSY_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CAMPFIRE_COSY_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMPFIRE_SIGNAL_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CAMPFIRE_SIGNAL_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CHERRY_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CLOUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#COMPOSTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_FIRE_FLAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#COPPER_FIRE_FLAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_SPORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CRIMSON_SPORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CRIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CURRENT_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#CURRENT_DOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_INDICATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DAMAGE_INDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DOLPHIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRAGON_BREATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_DRIPSTONE_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRIPPING_DRIPSTONE_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_DRIPSTONE_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRIPPING_DRIPSTONE_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_HONEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRIPPING_HONEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRIPPING_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_OBSIDIAN_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRIPPING_OBSIDIAN_TEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRIPPING_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DRIPPING_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DUST_COLOR_TRANSITION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DUST_COLOR_TRANSITION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DUST_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DUST_PILLAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DUST_PLUME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#DUST_PLUME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#EFFECT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#EGG_CRACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ELDER_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELECTRIC_SPARK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ELECTRIC_SPARK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ENCHANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTED_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ENCHANTED_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#END_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ENTITY_EFFECT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#EXPLOSION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPLOSION_EMITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#EXPLOSION_EMITTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_DRIPSTONE_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_DRIPSTONE_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_DRIPSTONE_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_DRIPSTONE_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_DUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_HONEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_HONEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_NECTAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_NECTAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_OBSIDIAN_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_OBSIDIAN_TEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_SPORE_BLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_SPORE_BLOSSOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FALLING_WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREFLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FIREFLY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FIREWORK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FISHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FLAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#FLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#GLOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_SQUID_INK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#GLOW_SQUID_INK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#GUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUST_EMITTER_LARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#GUST_EMITTER_LARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUST_EMITTER_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#GUST_EMITTER_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAPPY_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#HAPPY_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#HEART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#INFESTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INSTANT_EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#INSTANT_EFFECT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ITEM_COBWEB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_SLIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ITEM_SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#ITEM_SNOWBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANDING_HONEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#LANDING_HONEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANDING_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#LANDING_LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LANDING_OBSIDIAN_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#LANDING_OBSIDIAN_TEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LARGE_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#LARGE_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#LAVA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#MYCELIUM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NAUTILUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#NAUTILUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#NOTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OMINOUS_SPAWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#OMINOUS_SPAWNING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#PALE_OAK_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POOF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#POOF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#PORTAL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Particle(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#Particle(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Particle(String,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#Particle(String,Class)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAID_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#RAID_OMEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#RAIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REVERSE_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#REVERSE_PORTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCRAPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SCRAPE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SCULK_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_CHARGE_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SCULK_CHARGE_POP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SCULK_SOUL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SCULK_SOUL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SHRIEK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_FLAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SMALL_FLAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_GUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SMALL_GUST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SNEEZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWFLAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SNOWFLAKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SONIC_BOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SONIC_BOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SOUL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUL_FIRE_FLAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SOUL_FIRE_FLAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SPIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SPLASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPORE_BLOSSOM_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SPORE_BLOSSOM_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID_INK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SQUID_INK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWEEP_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#SWEEP_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TINTED_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#TINTED_LEAVES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTEM_OF_UNDYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#TOTEM_OF_UNDYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#TRAIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#TRIAL_OMEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_DETECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#TRIAL_SPAWNER_DETECTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_SPAWNER_DETECTION_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#TRIAL_SPAWNER_DETECTION_OMINOUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERWATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#UNDERWATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VAULT_CONNECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#VAULT_CONNECTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VIBRATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#VIBRATION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_SPORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#WARPED_SPORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAX_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#WAX_OFF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WAX_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#WAX_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_ASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#WHITE_ASH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#WHITE_SMOKE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#WITCH"
          },
          {
            "kind": "METHOD",
            "name": "builder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#builder()"
          },
          {
            "kind": "FIELD",
            "name": "dataType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#dataType"
          },
          {
            "kind": "METHOD",
            "name": "getDataType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#getDataType()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#getKey()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#key"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Particle.DustOptions",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "DustOptions(Color,float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "size"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustOptions.html#DustOptions(Color,float)"
              },
              {
                "kind": "FIELD",
                "name": "color",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustOptions.html#color"
              },
              {
                "kind": "METHOD",
                "name": "getColor()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustOptions.html#getColor()"
              },
              {
                "kind": "METHOD",
                "name": "getSize()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustOptions.html#getSize()"
              },
              {
                "kind": "FIELD",
                "name": "size",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustOptions.html#size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustOptions.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Particle.DustTransition",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "DustTransition(Color,Color,float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "fromColor"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "size"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "toColor"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustTransition.html#DustTransition(Color,Color,float)"
              },
              {
                "kind": "METHOD",
                "name": "getToColor()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustTransition.html#getToColor()"
              },
              {
                "kind": "FIELD",
                "name": "toColor",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustTransition.html#toColor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/DustTransition.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Particle.Spell",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spell(Color,float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "power"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Spell.html#Spell(Color,float)"
              },
              {
                "kind": "FIELD",
                "name": "color",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Spell.html#color"
              },
              {
                "kind": "METHOD",
                "name": "getColor()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Spell.html#getColor()"
              },
              {
                "kind": "METHOD",
                "name": "getPower()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Spell.html#getPower()"
              },
              {
                "kind": "FIELD",
                "name": "power",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Spell.html#power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Spell.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Particle.Trail",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Trail(Location,Color,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "duration"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "target"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#Trail(Location,Color,int)"
              },
              {
                "kind": "FIELD",
                "name": "color",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#color"
              },
              {
                "kind": "FIELD",
                "name": "duration",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#duration"
              },
              {
                "kind": "METHOD",
                "name": "getColor()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#getColor()"
              },
              {
                "kind": "METHOD",
                "name": "getDuration()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#getDuration()"
              },
              {
                "kind": "METHOD",
                "name": "getTarget()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#getTarget()"
              },
              {
                "kind": "FIELD",
                "name": "target",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html#target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle/Trail.html"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Particle.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.PortalType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CUSTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#CUSTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#ENDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#END_GATEWAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#NETHER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PortalType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#PortalType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/PortalType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Raid",
        "children": [
          {
            "kind": "METHOD",
            "name": "getActiveTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getActiveTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getBadOmenLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getBadOmenLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getBossBar()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getBossBar()"
          },
          {
            "kind": "METHOD",
            "name": "getHeroes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getHeroes()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getId()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRaiders()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getRaiders()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedGroups()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getSpawnedGroups()"
          },
          {
            "kind": "METHOD",
            "name": "getStatus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalGroups()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getTotalGroups()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalHealth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getTotalHealth()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalWaves()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#getTotalWaves()"
          },
          {
            "kind": "METHOD",
            "name": "isStarted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#isStarted()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.Raid.RaidStatus",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOSS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#LOSS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ONGOING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#ONGOING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RaidStatus()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#RaidStatus()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STOPPED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#STOPPED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VICTORY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#VICTORY"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid/RaidStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "setBadOmenLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "badOmenLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html#setBadOmenLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Raid.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.RegionAccessor",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eaddEntity(T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003eaddEntity(T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecreateEntity(Location,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003ecreateEntity(Location,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetEntitiesByClass(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "cls"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003egetEntitiesByClass(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003espawn(Location,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class,Consumer)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003espawn(Location,Class,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class,Consumer,SpawnReason)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003espawn(Location,Class,Consumer,SpawnReason)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class,SpawnReason)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003espawn(Location,Class,SpawnReason)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class,SpawnReason,Consumer)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003espawn(Location,Class,SpawnReason,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class,boolean,Consumer)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "randomizeData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#\u003cT\u003espawn(Location,Class,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "generateTree(Location,Random,TreeType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#generateTree(Location,Random,TreeType)"
          },
          {
            "kind": "METHOD",
            "name": "generateTree(Location,Random,TreeType,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "stateConsumer"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#generateTree(Location,Random,TreeType,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "generateTree(Location,Random,TreeType,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "statePredicate"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#generateTree(Location,Random,TreeType,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getBiome(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getBiome(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getBlockData(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getBlockData(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getBlockState(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getBlockState(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getComputedBiome(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getComputedBiome(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntitiesByClasses(Class...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getEntitiesByClasses(Class...)"
          },
          {
            "kind": "METHOD",
            "name": "getFluidData(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getFluidData(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getFluidData(Position)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getFluidData(Position)"
          },
          {
            "kind": "METHOD",
            "name": "getFluidData(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getFluidData(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getHighestBlockYAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(Location,HeightMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightMap"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getHighestBlockYAt(Location,HeightMap)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getHighestBlockYAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockYAt(int,int,HeightMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightMap"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getHighestBlockYAt(int,int,HeightMap)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getLivingEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getLivingEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getMoonPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getMoonPhase()"
          },
          {
            "kind": "METHOD",
            "name": "getType(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getType(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getType(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#getType(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "hasCollisionsIn(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boundingBox"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#hasCollisionsIn(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "lineOfSightExists(Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              },
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#lineOfSightExists(Location,Location)"
          },
          {
            "kind": "METHOD",
            "name": "setBiome(Location,Biome)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#setBiome(Location,Biome)"
          },
          {
            "kind": "METHOD",
            "name": "setBiome(int,int,int,Biome)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#setBiome(int,int,int,Biome)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(Location,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#setBlockData(Location,BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(int,int,int,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#setBlockData(int,int,int,BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setType(Location,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#setType(Location,Material)"
          },
          {
            "kind": "METHOD",
            "name": "setType(int,int,int,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#setType(int,int,int,Material)"
          },
          {
            "kind": "METHOD",
            "name": "spawnEntity(Location,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#spawnEntity(Location,EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "spawnEntity(Location,EntityType,SpawnReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#spawnEntity(Location,EntityType,SpawnReason)"
          },
          {
            "kind": "METHOD",
            "name": "spawnEntity(Location,EntityType,SpawnReason,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#spawnEntity(Location,EntityType,SpawnReason,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "spawnEntity(Location,EntityType,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "randomizeData"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html#spawnEntity(Location,EntityType,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/RegionAccessor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Registry",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cA\u003elegacyRegistryFor(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "A"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#\u003cA\u003elegacyRegistryFor(Class)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cA\u003eregistryFor(RegistryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "A"
              },
              {
                "kind": "PARAMETER",
                "name": "registryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#\u003cA\u003eregistryFor(RegistryKey)"
          },
          {
            "kind": "FIELD",
            "name": "ADVANCEMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#ADVANCEMENT",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#ART",
            "deprecated": {
              "since": "1.21.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ATTRIBUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#ATTRIBUTE"
          },
          {
            "kind": "FIELD",
            "name": "BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#BANNER_PATTERN",
            "deprecated": {
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BIOME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#BIOME",
            "deprecated": {
              "since": "1.21.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BOSS_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#BOSS_BARS",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "CAT_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#CAT_VARIANT",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DAMAGE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#DAMAGE_TYPE",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DATA_COMPONENT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#DATA_COMPONENT_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#EFFECT",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#ENCHANTMENT",
            "deprecated": {
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#ENTITY_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "FLUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#FLUID"
          },
          {
            "kind": "FIELD",
            "name": "FROG_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#FROG_VARIANT",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#GAME_EVENT"
          },
          {
            "kind": "FIELD",
            "name": "INSTRUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#INSTRUMENT",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#ITEM"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX_SONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#JUKEBOX_SONG",
            "deprecated": {
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LOOT_TABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#LOOT_TABLES"
          },
          {
            "kind": "FIELD",
            "name": "MAP_DECORATION_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#MAP_DECORATION_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "MATERIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#MATERIAL"
          },
          {
            "kind": "FIELD",
            "name": "MEMORY_MODULE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#MEMORY_MODULE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "MENU",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#MENU",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "MOB_EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#MOB_EFFECT"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#PARTICLE_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#POTION"
          },
          {
            "kind": "FIELD",
            "name": "POTION_EFFECT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#POTION_EFFECT_TYPE",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "FIELD",
            "name": "SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#SOUNDS",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "FIELD",
            "name": "SOUND_EVENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#SOUND_EVENT"
          },
          {
            "kind": "FIELD",
            "name": "STATISTIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#STATISTIC"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#STRUCTURE",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#STRUCTURE_TYPE"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TRIM_MATERIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#TRIM_MATERIAL",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "TRIM_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#TRIM_PATTERN",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_PROFESSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#VILLAGER_PROFESSION"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#VILLAGER_TYPE"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_VARIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#WOLF_VARIANT",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "get(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#get(Key)"
          },
          {
            "kind": "METHOD",
            "name": "get(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#get(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "get(TypedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "typedKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#get(TypedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getKey(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getKey(T)"
          },
          {
            "kind": "METHOD",
            "name": "getKeyOrThrow(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getKeyOrThrow(T)"
          },
          {
            "kind": "METHOD",
            "name": "getOrThrow(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getOrThrow(Key)"
          },
          {
            "kind": "METHOD",
            "name": "getOrThrow(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getOrThrow(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getOrThrow(TypedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getOrThrow(TypedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getTag(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getTag(TagKey)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getTagValues(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getTagValues(TagKey)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#getTags()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "hasTag(TagKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#hasTag(TagKey)"
          },
          {
            "kind": "METHOD",
            "name": "keyStream()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#keyStream()"
          },
          {
            "kind": "METHOD",
            "name": "match(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#match(String)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#size()"
          },
          {
            "kind": "METHOD",
            "name": "stream()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html#stream()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Registry.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Rotation",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#CLOCKWISE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_135",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#CLOCKWISE_135"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_45",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#CLOCKWISE_45"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COUNTER_CLOCKWISE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#COUNTER_CLOCKWISE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COUNTER_CLOCKWISE_45",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#COUNTER_CLOCKWISE_45"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLIPPED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#FLIPPED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLIPPED_45",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#FLIPPED_45"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#NONE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Rotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#Rotation()"
          },
          {
            "kind": "METHOD",
            "name": "rotateClockwise()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#rotateClockwise()"
          },
          {
            "kind": "METHOD",
            "name": "rotateCounterClockwise()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#rotateCounterClockwise()"
          },
          {
            "kind": "FIELD",
            "name": "rotations",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#rotations"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Rotation.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.SandstoneType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRACKED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#CRACKED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLYPHED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#GLYPHED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOOTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#SMOOTH"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SandstoneType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#SandstoneType(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#getByData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SandstoneType.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Server",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cB,E\u003egetBanList(BanListType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#\u003cB,E\u003egetBanList(BanListType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetBanList(Type)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#\u003cT\u003egetBanList(Type)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistry(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "tClass"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#\u003cT\u003egetRegistry(Class)",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetTag(String,NamespacedKey,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "registry"
              },
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#\u003cT\u003egetTag(String,NamespacedKey,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetTags(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "registry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#\u003cT\u003egetTags(String,Class)"
          },
          {
            "kind": "FIELD",
            "name": "BROADCAST_CHANNEL_ADMINISTRATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#BROADCAST_CHANNEL_ADMINISTRATIVE"
          },
          {
            "kind": "FIELD",
            "name": "BROADCAST_CHANNEL_USERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#BROADCAST_CHANNEL_USERS"
          },
          {
            "kind": "METHOD",
            "name": "addRecipe(Recipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#addRecipe(Recipe)"
          },
          {
            "kind": "METHOD",
            "name": "addRecipe(Recipe,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              },
              {
                "kind": "PARAMETER",
                "name": "resendRecipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#addRecipe(Recipe,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "advancementIterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#advancementIterator()"
          },
          {
            "kind": "METHOD",
            "name": "allowPausing(Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#allowPausing(Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banIP(InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#banIP(InetAddress)"
          },
          {
            "kind": "METHOD",
            "name": "banIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#banIP(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#broadcast(BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcast(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#broadcast(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcast(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#broadcast(Component)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(Component,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#broadcast(Component,String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcast(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#broadcast(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "broadcastMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#broadcastMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clearRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#clearRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "craftItem(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#craftItem(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "craftItem(Array,World,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#craftItem(Array,World,Player)"
          },
          {
            "kind": "METHOD",
            "name": "craftItemResult(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#craftItemResult(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "craftItemResult(Array,World,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#craftItemResult(Array,World,Player)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createBlockData(Material)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumer"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createBlockData(Material,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(Material,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createBlockData(Material,String)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createBlockData(String)"
          },
          {
            "kind": "METHOD",
            "name": "createBossBar(NamespacedKey,String,BarColor,BarStyle,BarFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "flags"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "style"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createBossBar(NamespacedKey,String,BarColor,BarStyle,BarFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "createBossBar(String,BarColor,BarStyle,BarFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "flags"
              },
              {
                "kind": "PARAMETER",
                "name": "style"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createBossBar(String,BarColor,BarStyle,BarFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "createChunkData(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createChunkData(World)"
          },
          {
            "kind": "METHOD",
            "name": "createCommandSender(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "feedback"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createCommandSender(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createExplorerMap(World,Location,StructureType)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType,Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mapIcon"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createExplorerMap(World,Location,StructureType,Type)"
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType,Type,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mapIcon"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createExplorerMap(World,Location,StructureType,Type,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplorerMap(World,Location,StructureType,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createExplorerMap(World,Location,StructureType,int,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createInventory(InventoryHolder,InventoryType)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createInventory(InventoryHolder,InventoryType,Component)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,InventoryType,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createInventory(InventoryHolder,InventoryType,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createInventory(InventoryHolder,int)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createInventory(InventoryHolder,int,Component)"
          },
          {
            "kind": "METHOD",
            "name": "createInventory(InventoryHolder,int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createInventory(InventoryHolder,int,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createMap(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createMap(World)"
          },
          {
            "kind": "METHOD",
            "name": "createMerchant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createMerchant()"
          },
          {
            "kind": "METHOD",
            "name": "createMerchant(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createMerchant(Component)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createMerchant(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createMerchant(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createPlayerProfile(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createPlayerProfile(String)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createPlayerProfile(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createPlayerProfile(UUID)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createPlayerProfile(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createPlayerProfile(UUID,String)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createProfile(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createProfile(String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createProfile(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "createProfile(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createProfile(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "createProfileExact(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createProfileExact(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "createWorld(WorldCreator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createWorld(WorldCreator)"
          },
          {
            "kind": "METHOD",
            "name": "createWorldBorder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#createWorldBorder()"
          },
          {
            "kind": "METHOD",
            "name": "dispatchCommand(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#dispatchCommand(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "forcesDefaultGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#forcesDefaultGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAdvancement(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getAllowEnd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAllowEnd()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowFlight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAllowFlight()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowNether()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAllowNether()"
          },
          {
            "kind": "METHOD",
            "name": "getAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAmbientSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAnimalSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAsyncScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAsyncScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getAverageTickTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getAverageTickTime()"
          },
          {
            "kind": "METHOD",
            "name": "getBannedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getBannedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getBossBars()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getBossBars()"
          },
          {
            "kind": "METHOD",
            "name": "getBukkitVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getBukkitVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getCommandMap()"
          },
          {
            "kind": "METHOD",
            "name": "getConnectionThrottle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getConnectionThrottle()"
          },
          {
            "kind": "METHOD",
            "name": "getConsoleSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getConsoleSender()"
          },
          {
            "kind": "METHOD",
            "name": "getCraftingRecipe(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "craftingMatrix"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getCraftingRecipe(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentTick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getCurrentTick()"
          },
          {
            "kind": "METHOD",
            "name": "getDatapackManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getDatapackManager()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getDefaultGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getEntity(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityFactory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getEntityFactory()"
          },
          {
            "kind": "METHOD",
            "name": "getGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getGenerateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "getGlobalRegionScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getGlobalRegionScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getHelpMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getHelpMap()"
          },
          {
            "kind": "METHOD",
            "name": "getHideOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getHideOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getIPBans()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getIPBans()"
          },
          {
            "kind": "METHOD",
            "name": "getIdleTimeout()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getIdleTimeout()"
          },
          {
            "kind": "METHOD",
            "name": "getInitialDisabledPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getInitialDisabledPacks()"
          },
          {
            "kind": "METHOD",
            "name": "getInitialEnabledPacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getInitialEnabledPacks()"
          },
          {
            "kind": "METHOD",
            "name": "getIp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getIp()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFactory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getItemFactory()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getLootTable(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getMap(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMap(int)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxChainedNeighborUpdates()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMaxChainedNeighborUpdates()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxWorldSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMaxWorldSize()"
          },
          {
            "kind": "METHOD",
            "name": "getMessenger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMessenger()"
          },
          {
            "kind": "METHOD",
            "name": "getMinecraftVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMinecraftVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getMobGoals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMobGoals()"
          },
          {
            "kind": "METHOD",
            "name": "getMonsterSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMonsterSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMotd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getMotd()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOfflinePlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayerIfCached(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOfflinePlayerIfCached(String)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOfflinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlineMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOnlineMode()"
          },
          {
            "kind": "METHOD",
            "name": "getOnlinePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOnlinePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getOperators()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getOperators()"
          },
          {
            "kind": "METHOD",
            "name": "getPauseWhenEmptyTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPauseWhenEmptyTime()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPermissionMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerExact(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPlayerExact(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerUniqueId(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPlayerUniqueId(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPluginCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPluginManager()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginsFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPluginsFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getPort()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPort()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionBrewer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getPotionBrewer()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipeKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getRecipesFor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getRecipesFor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getRegionScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getRegionScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getResourcePack()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackHash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getResourcePackHash()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getResourcePackPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getRespawnWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getScoreboardCriteria(String)"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getScoreboardManager()"
          },
          {
            "kind": "METHOD",
            "name": "getServerConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getServerConfig()"
          },
          {
            "kind": "METHOD",
            "name": "getServerIcon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getServerIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getServerLinks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getServerLinks()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getServerResourcePack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getServerResourcePack()"
          },
          {
            "kind": "METHOD",
            "name": "getServerTickManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getServerTickManager()"
          },
          {
            "kind": "METHOD",
            "name": "getServicesManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getServicesManager()"
          },
          {
            "kind": "METHOD",
            "name": "getShutdownMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getShutdownMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSimulationDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getSimulationDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLimit(SpawnCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getSpawnLimit(SpawnCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getSpawnRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getStructureManager()"
          },
          {
            "kind": "METHOD",
            "name": "getTPS()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTPS()"
          },
          {
            "kind": "METHOD",
            "name": "getTickTimes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTickTimes()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAmbientSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerAmbientSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAnimalSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerAnimalSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerMonsterSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerMonsterSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerSpawns(SpawnCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerSpawns(SpawnCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterAmbientSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerWaterAmbientSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerWaterSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterUndergroundCreatureSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getTicksPerWaterUndergroundCreatureSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUnsafe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getUnsafe()",
            "deprecated": {
              "since": "1.7.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getUpdateFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getUpdateFolderFile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getUpdateFolderFile()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWarningState()"
          },
          {
            "kind": "METHOD",
            "name": "getWaterAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWaterAmbientSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWaterAnimalSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterUndergroundCreatureSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWaterUndergroundCreatureSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWhitelistedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWhitelistedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorld(Key)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorld(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorld(String)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorld(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorldContainer()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorldType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorlds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#getWorlds()"
          },
          {
            "kind": "METHOD",
            "name": "hasWhitelist()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#hasWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "isAcceptingTransfers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isAcceptingTransfers()"
          },
          {
            "kind": "METHOD",
            "name": "isEnforcingSecureProfiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isEnforcingSecureProfiles()"
          },
          {
            "kind": "METHOD",
            "name": "isGlobalTickThread()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isGlobalTickThread()"
          },
          {
            "kind": "METHOD",
            "name": "isHardcore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isHardcore()"
          },
          {
            "kind": "METHOD",
            "name": "isLoggingIPs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isLoggingIPs()"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(Block)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(Location)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "squareRadiusChunks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(Location,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,Position)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(World,Position)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,Position,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "squareRadiusChunks"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(World,Position,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(World,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "squareRadiusChunks"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(World,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isOwnedByCurrentRegion(World,int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxChunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "maxChunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "minChunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "minChunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isOwnedByCurrentRegion(World,int,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isPaused()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isPaused()"
          },
          {
            "kind": "METHOD",
            "name": "isPrimaryThread()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isPrimaryThread()"
          },
          {
            "kind": "METHOD",
            "name": "isResourcePackRequired()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isResourcePackRequired()"
          },
          {
            "kind": "METHOD",
            "name": "isStopping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isStopping()"
          },
          {
            "kind": "METHOD",
            "name": "isTickingWorlds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isTickingWorlds()"
          },
          {
            "kind": "METHOD",
            "name": "isWhitelistEnforced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#isWhitelistEnforced()"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(BufferedImage)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#loadServerIcon(BufferedImage)"
          },
          {
            "kind": "METHOD",
            "name": "loadServerIcon(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#loadServerIcon(File)"
          },
          {
            "kind": "METHOD",
            "name": "matchPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#matchPlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "motd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#motd()"
          },
          {
            "kind": "METHOD",
            "name": "motd(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#motd(Component)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.Server.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "broadcast(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#broadcast(BaseComponent)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "broadcast(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#broadcast(BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getBukkitConfig()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#getBukkitConfig()",
                "deprecated": {
                  "since": "1.21.4",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getConfig()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#getConfig()",
                "deprecated": {
                  "since": "1.21.4",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getPaperConfig()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#getPaperConfig()",
                "deprecated": {
                  "since": "1.21.4",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getSpigotConfig()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#getSpigotConfig()",
                "deprecated": {
                  "since": "1.21.4",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "restart()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html#restart()",
                "deprecated": {
                  "since": "1.21.4",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "permissionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#permissionMessage()"
          },
          {
            "kind": "METHOD",
            "name": "recipeIterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#recipeIterator()"
          },
          {
            "kind": "METHOD",
            "name": "reload()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#reload()"
          },
          {
            "kind": "METHOD",
            "name": "reloadCommandAliases()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#reloadCommandAliases()"
          },
          {
            "kind": "METHOD",
            "name": "reloadData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#reloadData()"
          },
          {
            "kind": "METHOD",
            "name": "reloadPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#reloadPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "reloadWhitelist()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#reloadWhitelist()"
          },
          {
            "kind": "METHOD",
            "name": "removeBossBar(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#removeBossBar(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "removeRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#removeRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "removeRecipe(NamespacedKey,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "resendRecipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#removeRecipe(NamespacedKey,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "resetRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#resetRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "restart()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#restart()"
          },
          {
            "kind": "METHOD",
            "name": "savePlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#savePlayers()"
          },
          {
            "kind": "METHOD",
            "name": "selectEntities(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "selector"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#selectEntities(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "sendPlainMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#sendPlainMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendRichMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#sendRichMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendRichMessage(String,TagResolver...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "resolvers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#sendRichMessage(String,TagResolver...)"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultGameMode(GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setDefaultGameMode(GameMode)"
          },
          {
            "kind": "METHOD",
            "name": "setIdleTimeout(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "threshold"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setIdleTimeout(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxPlayers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setMaxPlayers(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMotd(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setMotd(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPauseWhenEmptyTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setPauseWhenEmptyTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRespawnWorld(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setRespawnWorld(World)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setSpawnRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelist(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setWhitelist(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setWhitelistEnforced(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#setWhitelistEnforced(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldSendChatPreviews()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#shouldSendChatPreviews()",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shutdown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#shutdown()"
          },
          {
            "kind": "METHOD",
            "name": "shutdownMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#shutdownMessage()"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#spigot()",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "suggestPlayerNamesWhenNullTabCompletions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#suggestPlayerNamesWhenNullTabCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "unbanIP(InetAddress)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#unbanIP(InetAddress)"
          },
          {
            "kind": "METHOD",
            "name": "unbanIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "address"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#unbanIP(String)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "unloadWorld(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "save"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#unloadWorld(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "unloadWorld(World,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "save"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#unloadWorld(World,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "updateRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#updateRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "updateResources()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html#updateResources()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Server.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.ServerLinks",
        "children": [
          {
            "kind": "METHOD",
            "name": "addLink(Component,URI)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#addLink(Component,URI)"
          },
          {
            "kind": "METHOD",
            "name": "addLink(String,URI)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#addLink(String,URI)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addLink(Type,URI)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#addLink(Type,URI)"
          },
          {
            "kind": "METHOD",
            "name": "copy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#copy()"
          },
          {
            "kind": "METHOD",
            "name": "getLink(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#getLink(Type)"
          },
          {
            "kind": "METHOD",
            "name": "getLinks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#getLinks()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.ServerLinks.ServerLink",
            "children": [
              {
                "kind": "METHOD",
                "name": "displayName()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/ServerLink.html#displayName()"
              },
              {
                "kind": "METHOD",
                "name": "getDisplayName()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/ServerLink.html#getDisplayName()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/ServerLink.html#getType()"
              },
              {
                "kind": "METHOD",
                "name": "getUrl()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/ServerLink.html#getUrl()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/ServerLink.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.ServerLinks.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ANNOUNCEMENTS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#ANNOUNCEMENTS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMUNITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#COMMUNITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMUNITY_GUIDELINES",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#COMMUNITY_GUIDELINES"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FEEDBACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#FEEDBACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FORUMS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#FORUMS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEWS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#NEWS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REPORT_BUG",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#REPORT_BUG"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STATUS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#STATUS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUPPORT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#SUPPORT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEBSITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#WEBSITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "removeLink(ServerLink)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "link"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#removeLink(ServerLink)"
          },
          {
            "kind": "METHOD",
            "name": "setLink(Type,URI)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html#setLink(Type,URI)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerLinks.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.ServerTickManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFrozenTicksToRun()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#getFrozenTicksToRun()"
          },
          {
            "kind": "METHOD",
            "name": "getTickRate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#getTickRate()"
          },
          {
            "kind": "METHOD",
            "name": "isFrozen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#isFrozen()"
          },
          {
            "kind": "METHOD",
            "name": "isFrozen(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#isFrozen(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "isRunningNormally()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#isRunningNormally()"
          },
          {
            "kind": "METHOD",
            "name": "isSprinting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#isSprinting()"
          },
          {
            "kind": "METHOD",
            "name": "isStepping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#isStepping()"
          },
          {
            "kind": "METHOD",
            "name": "requestGameToSprint(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#requestGameToSprint(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFrozen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "frozen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#setFrozen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTickRate(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tick"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#setTickRate(float)"
          },
          {
            "kind": "METHOD",
            "name": "stepGameIfFrozen(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#stepGameIfFrozen(int)"
          },
          {
            "kind": "METHOD",
            "name": "stopSprinting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#stopSprinting()"
          },
          {
            "kind": "METHOD",
            "name": "stopStepping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html#stopStepping()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ServerTickManager.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.SkullType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#PIGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#SKELETON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SkullType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#SkullType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#ZOMBIE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SkullType.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Sound",
        "children": [
          {
            "kind": "FIELD",
            "name": "AMBIENT_BASALT_DELTAS_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_BASALT_DELTAS_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_BASALT_DELTAS_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_BASALT_DELTAS_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_BASALT_DELTAS_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_BASALT_DELTAS_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CAVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_CAVE"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CRIMSON_FOREST_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_CRIMSON_FOREST_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CRIMSON_FOREST_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_CRIMSON_FOREST_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_CRIMSON_FOREST_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_CRIMSON_FOREST_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_NETHER_WASTES_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_NETHER_WASTES_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_NETHER_WASTES_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_NETHER_WASTES_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_NETHER_WASTES_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_NETHER_WASTES_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_SOUL_SAND_VALLEY_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_SOUL_SAND_VALLEY_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_SOUL_SAND_VALLEY_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_SOUL_SAND_VALLEY_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_SOUL_SAND_VALLEY_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_SOUL_SAND_VALLEY_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_ENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_UNDERWATER_ENTER"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_EXIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_UNDERWATER_EXIT"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS_RARE"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_UNDERWATER_LOOP_ADDITIONS_ULTRA_RARE"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_WARPED_FOREST_ADDITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_WARPED_FOREST_ADDITIONS"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_WARPED_FOREST_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_WARPED_FOREST_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "AMBIENT_WARPED_FOREST_MOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#AMBIENT_WARPED_FOREST_MOOD"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_CHIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_CHIME"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_RESONATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_RESONATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_CLUSTER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_CLUSTER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_CLUSTER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_CLUSTER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AMETHYST_CLUSTER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AMETHYST_CLUSTER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANCIENT_DEBRIS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANCIENT_DEBRIS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANCIENT_DEBRIS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANCIENT_DEBRIS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANCIENT_DEBRIS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANCIENT_DEBRIS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_DESTROY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_DESTROY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_LAND"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ANVIL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ANVIL_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_LEAVES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_LEAVES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_LEAVES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_LEAVES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_LEAVES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_LEAVES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_AZALEA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_AZALEA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_SAPLING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_SAPLING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_SAPLING_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_SAPLING_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_SAPLING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_SAPLING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BAMBOO_WOOD_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BAMBOO_WOOD_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BARREL_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BARREL_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BARREL_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BARREL_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BASALT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BASALT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BASALT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BASALT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BASALT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BASALT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEACON_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEACON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEACON_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEACON_POWER_SELECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEACON_POWER_SELECT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_DRIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEEHIVE_DRIP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_ENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEEHIVE_ENTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_EXIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEEHIVE_EXIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEEHIVE_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BEEHIVE_WORK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BEEHIVE_WORK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BELL_RESONATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BELL_RESONATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BELL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BELL_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_TILT_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_TILT_DOWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BIG_DRIPLEAF_TILT_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BIG_DRIPLEAF_TILT_UP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BLASTFURNACE_FIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BLASTFURNACE_FIRE_CRACKLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BONE_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BONE_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BONE_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BONE_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BONE_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BONE_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BREWING_STAND_BREW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BREWING_STAND_BREW"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_BUBBLE_POP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CACTUS_FLOWER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CACTUS_FLOWER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CACTUS_FLOWER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CACTUS_FLOWER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAKE_ADD_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAKE_ADD_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CALCITE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CALCITE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CALCITE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CALCITE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CALCITE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CALCITE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAMPFIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAMPFIRE_CRACKLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_EXTINGUISH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CANDLE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CANDLE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAVE_VINES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAVE_VINES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAVE_VINES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_PICK_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAVE_VINES_PICK_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAVE_VINES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CAVE_VINES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CAVE_VINES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHAIN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHAIN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHAIN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHAIN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHAIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHAIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_LEAVES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_LEAVES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_LEAVES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_LEAVES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_LEAVES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_LEAVES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_SAPLING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_SAPLING_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_SAPLING_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_SAPLING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_SAPLING_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_SAPLING_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHERRY_WOOD_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHERRY_WOOD_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHEST_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHEST_LOCKED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHEST_LOCKED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHEST_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_INSERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_INSERT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_INSERT_ENCHANTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_INSERT_ENCHANTED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_PICKUP_ENCHANTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_PICKUP_ENCHANTED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHISELED_BOOKSHELF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHISELED_BOOKSHELF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHORUS_FLOWER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHORUS_FLOWER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CHORUS_FLOWER_GROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CHORUS_FLOWER_GROW"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COBWEB_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COBWEB_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COBWEB_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COBWEB_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COBWEB_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COBWEB_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPARATOR_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COMPARATOR_CLICK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COMPOSTER_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COMPOSTER_FILL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_FILL_SUCCESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COMPOSTER_FILL_SUCCESS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COMPOSTER_READY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COMPOSTER_READY"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CONDUIT_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CONDUIT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_AMBIENT_SHORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CONDUIT_AMBIENT_SHORT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_ATTACK_TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CONDUIT_ATTACK_TARGET"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CONDUIT_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CONDUIT_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_TURN_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_TURN_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_BULB_TURN_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_BULB_TURN_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_CHEST_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_CHEST_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_OXIDIZED_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_CHEST_OXIDIZED_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_OXIDIZED_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_CHEST_OXIDIZED_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_WEATHERED_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_CHEST_WEATHERED_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_CHEST_WEATHERED_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_CHEST_WEATHERED_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GOLEM_STATUE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GOLEM_STATUE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GOLEM_STATUE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GOLEM_STATUE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GOLEM_STATUE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GOLEM_STATUE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GRATE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GRATE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GRATE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GRATE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_GRATE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_GRATE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_COPPER_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_COPPER_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CORAL_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CORAL_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CRAFTER_CRAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CRAFTER_CRAFT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CRAFTER_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CRAFTER_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_HURT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CREAKING_HEART_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CREAKING_HEART_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_CROP_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_CROP_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEADBUSH_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEADBUSH_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_INSERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_INSERT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_INSERT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_INSERT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_SHATTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_SHATTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DECORATED_POT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DECORATED_POT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_TILES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_TILES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_TILES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_TILES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DEEPSLATE_TILES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DEEPSLATE_TILES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DISPENSER_DISPENSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DISPENSER_DISPENSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DISPENSER_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DISPENSER_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DISPENSER_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DISPENSER_LAUNCH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_PLACE_IN_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_PLACE_IN_WATER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIED_GHAST_TRANSITION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIED_GHAST_TRANSITION"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIPSTONE_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIPSTONE_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIPSTONE_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIPSTONE_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRIPSTONE_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRIPSTONE_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_DRY_GRASS_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_DRY_GRASS_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENCHANTMENT_TABLE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ENCHANTMENT_TABLE_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENDER_CHEST_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ENDER_CHEST_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ENDER_CHEST_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ENDER_CHEST_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_END_GATEWAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_END_GATEWAY_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_END_PORTAL_FRAME_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_END_PORTAL_FRAME_FILL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_END_PORTAL_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_END_PORTAL_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_EYEBLOSSOM_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_CLOSE_LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_EYEBLOSSOM_CLOSE_LONG"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_EYEBLOSSOM_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_EYEBLOSSOM_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_EYEBLOSSOM_OPEN_LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_EYEBLOSSOM_OPEN_LONG"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FIREFLY_BUSH_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FIREFLY_BUSH_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FIRE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FIRE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FIRE_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FIRE_EXTINGUISH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FLOWERING_AZALEA_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FLOWERING_AZALEA_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FLOWERING_AZALEA_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FLOWERING_AZALEA_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FLOWERING_AZALEA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FLOWERING_AZALEA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGLIGHT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGLIGHT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGLIGHT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGLIGHT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGLIGHT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGLIGHT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGSPAWN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGSPAWN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_HATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGSPAWN_HATCH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGSPAWN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGSPAWN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FROGSPAWN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FROGSPAWN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FUNGUS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FUNGUS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FUNGUS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FUNGUS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FUNGUS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FUNGUS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_FURNACE_FIRE_CRACKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_FURNACE_FIRE_CRACKLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GILDED_BLACKSTONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GILDED_BLACKSTONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GILDED_BLACKSTONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GILDED_BLACKSTONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GILDED_BLACKSTONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GILDED_BLACKSTONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GLASS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GLASS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GLASS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GLASS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GLASS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GLASS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRASS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRASS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRASS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRASS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRASS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRASS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRAVEL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRAVEL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRAVEL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRAVEL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRAVEL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRAVEL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GRINDSTONE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GRINDSTONE_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_GROWING_PLANT_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_GROWING_PLANT_CROP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HANGING_SIGN_WAXED_INTERACT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HANGING_SIGN_WAXED_INTERACT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HEAVY_CORE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HEAVY_CORE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HEAVY_CORE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HEAVY_CORE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HEAVY_CORE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HEAVY_CORE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_SLIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_SLIDE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_HONEY_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_HONEY_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_IRON_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_IRON_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LADDER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LADDER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LADDER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LADDER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LADDER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LADDER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LANTERN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LANTERN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LANTERN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LANTERN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LANTERN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LANTERN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LARGE_AMETHYST_BUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LARGE_AMETHYST_BUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LARGE_AMETHYST_BUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LARGE_AMETHYST_BUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LAVA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LAVA_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LAVA_EXTINGUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LAVA_EXTINGUISH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LAVA_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LAVA_POP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LEAF_LITTER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LEAF_LITTER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LEAF_LITTER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LEAF_LITTER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEAF_LITTER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LEAF_LITTER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LEVER_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LEVER_CLICK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LILY_PAD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LILY_PAD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LODESTONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LODESTONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LODESTONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LODESTONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_LODESTONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_LODESTONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MANGROVE_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MANGROVE_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MANGROVE_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MANGROVE_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MANGROVE_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MANGROVE_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MEDIUM_AMETHYST_BUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MEDIUM_AMETHYST_BUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MEDIUM_AMETHYST_BUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MEDIUM_AMETHYST_BUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_METAL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_METAL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_CARPET_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_CARPET_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_CARPET_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_CARPET_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_CARPET_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_CARPET_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MOSS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MOSS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUDDY_MANGROVE_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUDDY_MANGROVE_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUDDY_MANGROVE_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUDDY_MANGROVE_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUDDY_MANGROVE_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUDDY_MANGROVE_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_MUD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_MUD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERITE_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERITE_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERITE_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERITE_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERITE_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERITE_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERRACK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERRACK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERRACK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERRACK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHERRACK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHERRACK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_GOLD_ORE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_GOLD_ORE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_GOLD_ORE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_GOLD_ORE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_GOLD_ORE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_GOLD_ORE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_ORE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_ORE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_ORE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_ORE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_ORE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_ORE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_SPROUTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_SPROUTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_SPROUTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_SPROUTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_SPROUTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_SPROUTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WART_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WART_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_FENCE_GATE_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_FENCE_GATE_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_FENCE_GATE_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_FENCE_GATE_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_HANGING_SIGN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_HANGING_SIGN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_HANGING_SIGN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_HANGING_SIGN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HANGING_SIGN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_HANGING_SIGN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NETHER_WOOD_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NETHER_WOOD_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BANJO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BANJO"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BASEDRUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BASEDRUM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BASS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BELL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_BIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_BIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_CHIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_CHIME"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_COW_BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_COW_BELL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_DIDGERIDOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_DIDGERIDOO"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_FLUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_FLUTE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_GUITAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_GUITAR"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_HARP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_HARP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_HAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_HAT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IMITATE_CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IMITATE_ENDER_DRAGON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IMITATE_PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IMITATE_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IMITATE_WITHER_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IMITATE_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IMITATE_ZOMBIE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_IRON_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_IRON_XYLOPHONE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_PLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_PLING"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_SNARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_SNARE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NOTE_BLOCK_XYLOPHONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NOTE_BLOCK_XYLOPHONE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NYLIUM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NYLIUM_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NYLIUM_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NYLIUM_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_NYLIUM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_NYLIUM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PACKED_MUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PACKED_MUD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PACKED_MUD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PACKED_MUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PACKED_MUD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PACKED_MUD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PALE_HANGING_MOSS_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PALE_HANGING_MOSS_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PINK_PETALS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PINK_PETALS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PINK_PETALS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PINK_PETALS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PINK_PETALS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PINK_PETALS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PISTON_CONTRACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PISTON_CONTRACT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PISTON_EXTEND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PISTON_EXTEND"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_DRIP_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_DRIP_LAVA_INTO_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_DRIP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_DRIP_WATER_INTO_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POINTED_DRIPSTONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POINTED_DRIPSTONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_DEEPSLATE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_DEEPSLATE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_DEEPSLATE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_DEEPSLATE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_DEEPSLATE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_DEEPSLATE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_TUFF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_TUFF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_TUFF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_TUFF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POLISHED_TUFF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POLISHED_TUFF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PORTAL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PORTAL_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PORTAL_TRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PORTAL_TRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PORTAL_TRIGGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PORTAL_TRIGGER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POWDER_SNOW_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POWDER_SNOW_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POWDER_SNOW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POWDER_SNOW_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_POWDER_SNOW_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_POWDER_SNOW_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_PUMPKIN_CARVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_PUMPKIN_CARVE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_REDSTONE_TORCH_BURNOUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_REDSTONE_TORCH_BURNOUT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESPAWN_ANCHOR_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESPAWN_ANCHOR_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_DEPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESPAWN_ANCHOR_DEPLETE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_RESPAWN_ANCHOR_SET_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_RESPAWN_ANCHOR_SET_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTED_DIRT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTED_DIRT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTED_DIRT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTED_DIRT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTED_DIRT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTED_DIRT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_ROOTS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_ROOTS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SAND_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SAND_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCAFFOLDING_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCAFFOLDING_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_BLOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CATALYST_BLOOM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CATALYST_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CATALYST_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CATALYST_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CATALYST_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CATALYST_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CATALYST_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_CLICKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_CLICKING"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_CLICKING_STOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_CLICKING_STOP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SENSOR_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SENSOR_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SHRIEKER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SHRIEKER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SHRIEKER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SHRIEKER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_SHRIEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SHRIEKER_SHRIEK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SHRIEKER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SHRIEKER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_SPREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_SPREAD"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_VEIN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_VEIN_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_VEIN_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_VEIN_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SCULK_VEIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SCULK_VEIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_MULTI_SWAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_MULTI_SWAP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_PLACE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_PLACE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_SINGLE_SWAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_SINGLE_SWAP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHELF_TAKE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHELF_TAKE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHROOMLIGHT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHROOMLIGHT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHROOMLIGHT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHROOMLIGHT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHROOMLIGHT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHROOMLIGHT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHULKER_BOX_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHULKER_BOX_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SHULKER_BOX_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SHULKER_BOX_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SIGN_WAXED_INTERACT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SIGN_WAXED_INTERACT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SLIME_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SLIME_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_AMETHYST_BUD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_AMETHYST_BUD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_AMETHYST_BUD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_AMETHYST_BUD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_DRIPLEAF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_DRIPLEAF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_DRIPLEAF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_DRIPLEAF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMALL_DRIPLEAF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMALL_DRIPLEAF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMITHING_TABLE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMITHING_TABLE_USE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SMOKER_SMOKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SMOKER_SMOKE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNIFFER_EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNIFFER_EGG_CRACK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNIFFER_EGG_HATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNIFFER_EGG_HATCH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNIFFER_EGG_PLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNIFFER_EGG_PLOP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNOW_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNOW_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNOW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNOW_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SNOW_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SNOW_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SAND_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SOIL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SOIL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SOIL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SOIL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SOUL_SOIL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SOUL_SOIL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPAWNER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPAWNER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPAWNER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPAWNER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPAWNER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPAWNER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_ABSORB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPONGE_ABSORB"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPONGE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPONGE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPONGE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPONGE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPONGE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPONGE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPORE_BLOSSOM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPORE_BLOSSOM_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPORE_BLOSSOM_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPORE_BLOSSOM_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SPORE_BLOSSOM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SPORE_BLOSSOM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STEM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STEM_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STEM_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STEM_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STEM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STEM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_STONE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_STONE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_GRAVEL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_GRAVEL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_GRAVEL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_GRAVEL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_GRAVEL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_GRAVEL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_SAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_SAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_SAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_SAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SUSPICIOUS_SAND_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SUSPICIOUS_SAND_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWEET_BERRY_BUSH_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SWEET_BERRY_BUSH_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SWEET_BERRY_BUSH_PICK_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_SWEET_BERRY_BUSH_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_SWEET_BERRY_BUSH_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_ABOUT_TO_SPAWN_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_ABOUT_TO_SPAWN_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_AMBIENT_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_AMBIENT_OMINOUS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_CLOSE_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_CLOSE_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_DETECT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_DETECT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_EJECT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_EJECT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_OMINOUS_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_OMINOUS_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_OPEN_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_OPEN_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_SPAWN_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_SPAWN_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_SPAWN_ITEM_BEGIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_SPAWN_ITEM_BEGIN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_SPAWN_MOB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_SPAWN_MOB"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIAL_SPAWNER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIAL_SPAWNER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_ATTACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIPWIRE_ATTACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIPWIRE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIPWIRE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TRIPWIRE_DETACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TRIPWIRE_DETACH"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_BRICKS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_BRICKS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_BRICKS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_BRICKS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_BRICKS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_BRICKS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_TUFF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_TUFF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_CLOSE_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_CLOSE_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_EJECT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_EJECT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_INSERT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_INSERT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_INSERT_ITEM_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_INSERT_ITEM_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_OPEN_SHUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_OPEN_SHUTTER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_REJECT_REWARDED_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_REJECT_REWARDED_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VAULT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VAULT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VINE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VINE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VINE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VINE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_VINE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_VINE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WART_BLOCK_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WART_BLOCK_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WART_BLOCK_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WART_BLOCK_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WART_BLOCK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WART_BLOCK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WATER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WATER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WEEPING_VINES_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WEEPING_VINES_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WEEPING_VINES_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WEEPING_VINES_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WEEPING_VINES_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WEEPING_VINES_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_GRASS_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_GRASS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_GRASS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_GRASS_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_GRASS_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_GRASS_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_SPONGE_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_DRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_SPONGE_DRIES"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_SPONGE_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_SPONGE_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_SPONGE_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WET_SPONGE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WET_SPONGE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_BUTTON_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_BUTTON_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_BUTTON_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_BUTTON_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_DOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_DOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_DOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_DOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_PRESSURE_PLATE_CLICK_OFF"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_PRESSURE_PLATE_CLICK_ON"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_TRAPDOOR_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_TRAPDOOR_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOODEN_TRAPDOOR_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOODEN_TRAPDOOR_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOD_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOD_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOD_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOD_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOD_STEP"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOL_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOL_HIT"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOL_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_WOOL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#BLOCK_WOOL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANT_THORNS_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENCHANT_THORNS_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_AMBIENT_WITHOUT_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_AMBIENT_WITH_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_AMBIENT_WITH_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_ITEM_GIVEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_ITEM_GIVEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_ITEM_TAKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_ITEM_TAKEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ALLAY_ITEM_THROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ALLAY_ITEM_THROWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_BRUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_BRUSH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_HURT_REDUCED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_HURT_REDUCED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_PEEK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_PEEK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_ROLL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_ROLL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_SCUTE_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_SCUTE_DROP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_UNROLL_FINISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_UNROLL_FINISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMADILLO_UNROLL_START",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMADILLO_UNROLL_START"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARMOR_STAND_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARMOR_STAND_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARROW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARROW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARROW_HIT_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARROW_HIT_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ARROW_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ARROW_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_IDLE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_IDLE_AIR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_IDLE_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_IDLE_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_AXOLOTL_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_AXOLOTL_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BAT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BAT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BAT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BAT_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BAT_TAKEOFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BAT_TAKEOFF"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BEE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BEE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_LOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BEE_LOOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_LOOP_AGGRESSIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BEE_LOOP_AGGRESSIVE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_POLLINATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BEE_POLLINATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BEE_STING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BEE_STING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BLAZE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BLAZE_BURN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BLAZE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BLAZE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BLAZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BLAZE_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOAT_PADDLE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOAT_PADDLE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOAT_PADDLE_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOAT_PADDLE_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOGGED_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOGGED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOGGED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOGGED_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BOGGED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BOGGED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_DEFLECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_DEFLECT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_IDLE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_IDLE_AIR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_IDLE_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_IDLE_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_INHALE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_INHALE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_SLIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_SLIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_WHIRL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_WHIRL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_BREEZE_WIND_BURST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_BREEZE_WIND_BURST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_DASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_DASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_DASH_READY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_DASH_READY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_SIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_SIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_STAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAMEL_STEP_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAMEL_STEP_SAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_BEG_FOR_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_BEG_FOR_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_HISS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_HISS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_PURR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_PURR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_PURREOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_PURREOW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CAT_STRAY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CAT_STRAY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CHICKEN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CHICKEN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CHICKEN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CHICKEN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CHICKEN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CHICKEN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COD_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COD_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COD_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COD_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COD_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_BECOME_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_BECOME_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_ITEM_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_ITEM_DROP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_ITEM_NO_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_ITEM_NO_DROP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_NO_ITEM_GET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_NO_ITEM_GET"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_NO_ITEM_NO_GET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_NO_ITEM_NO_GET"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_OXIDIZED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_OXIDIZED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_SPIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_OXIDIZED_SPIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_OXIDIZED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_OXIDIZED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_SPIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_SPIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_WEATHERED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_WEATHERED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_SPIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_WEATHERED_SPIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COPPER_GOLEM_WEATHERED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COPPER_GOLEM_WEATHERED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COW_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COW_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COW_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COW_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_COW_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_COW_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_ACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_ACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_DEACTIVATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_DEACTIVATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_FREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_FREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_SWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_SWAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_TWITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_TWITCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREAKING_UNFREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREAKING_UNFREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREEPER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREEPER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREEPER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREEPER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_CREEPER_PRIMED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_CREEPER_PRIMED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_PLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_PLAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DOLPHIN_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DOLPHIN_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DONKEY_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DONKEY_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DRAGON_FIREBALL_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DRAGON_FIREBALL_EXPLODE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_DEATH_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_DEATH_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_HURT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_HURT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_DROWNED_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_DROWNED_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EGG_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EGG_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_AMBIENT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_DEATH_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_DEATH_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ELDER_GUARDIAN_HURT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ELDER_GUARDIAN_HURT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMAN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMAN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMAN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_SCREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMAN_SCREAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_STARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMAN_STARE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMAN_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMAN_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMITE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMITE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMITE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDERMITE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDERMITE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_FLAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_FLAP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_DRAGON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_DRAGON_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_EYE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_EYE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_EYE_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_EYE_LAUNCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ENDER_PEARL_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ENDER_PEARL_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_CAST_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_CAST_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_FANGS_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_FANGS_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_PREPARE_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_PREPARE_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_PREPARE_SUMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_PREPARE_SUMMON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EVOKER_PREPARE_WOLOLO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EVOKER_PREPARE_WOLOLO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EXPERIENCE_BOTTLE_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EXPERIENCE_BOTTLE_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_EXPERIENCE_ORB_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_EXPERIENCE_ORB_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_BLAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_BLAST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_BLAST_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_BLAST_FAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_LARGE_BLAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_LARGE_BLAST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_LARGE_BLAST_FAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_LAUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_LAUNCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_TWINKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_TWINKLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FIREWORK_ROCKET_TWINKLE_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FIREWORK_ROCKET_TWINKLE_FAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISHING_BOBBER_RETRIEVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FISHING_BOBBER_RETRIEVE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISHING_BOBBER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FISHING_BOBBER_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISHING_BOBBER_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FISHING_BOBBER_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FISH_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FISH_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_AGGRO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_AGGRO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_BITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SCREECH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_SCREECH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SLEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_SLEEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SNIFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_SNIFF"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_SPIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FOX_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FOX_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_LAY_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_LAY_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_LONG_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_LONG_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_FROG_TONGUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_FROG_TONGUE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_BIG_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_BURN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_DRINK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_EXPLODE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_EXPLODE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_EXTINGUISH_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_EXTINGUISH_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_SMALL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GENERIC_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GENERIC_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHASTLING_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHASTLING_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHASTLING_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHASTLING_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHASTLING_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHAST_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHAST_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHAST_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_SCREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHAST_SCREAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHAST_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GHAST_WARN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GHAST_WARN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_ADD_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_ITEM_FRAME_ADD_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_ITEM_FRAME_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_ITEM_FRAME_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_ITEM_FRAME_REMOVE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_ITEM_FRAME_ROTATE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_SQUID_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_SQUID_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_SQUID_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GLOW_SQUID_SQUIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GLOW_SQUID_SQUIRT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_HORN_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_HORN_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_LONG_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_LONG_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_PREPARE_RAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_PREPARE_RAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_RAM_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_RAM_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_LONG_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_LONG_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_PREPARE_RAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_PREPARE_RAM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_SCREAMING_RAM_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_SCREAMING_RAM_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GOAT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GOAT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_AMBIENT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_DEATH_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_DEATH_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_GUARDIAN_HURT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_GUARDIAN_HURT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_EQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_EQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_DOWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_HARNESS_GOGGLES_UP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_RIDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_RIDING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HAPPY_GHAST_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HAPPY_GHAST_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_CONVERTED_TO_ZOMBIFIED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_RETREAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_RETREAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOGLIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOGLIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_BREATHE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_BREATHE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_GALLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_GALLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HORSE_STEP_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HORSE_STEP_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOSTILE_BIG_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOSTILE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOSTILE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOSTILE_SMALL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOSTILE_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HOSTILE_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HOSTILE_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HUSK_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_CONVERTED_TO_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HUSK_CONVERTED_TO_ZOMBIE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HUSK_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HUSK_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_HUSK_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_HUSK_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_CAST_SPELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_CAST_SPELL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_MIRROR_MOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_MIRROR_MOVE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_PREPARE_BLINDNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_PREPARE_BLINDNESS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ILLUSIONER_PREPARE_MIRROR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ILLUSIONER_PREPARE_MIRROR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_REPAIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_REPAIR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_IRON_GOLEM_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_IRON_GOLEM_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_ADD_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_ADD_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_REMOVE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_REMOVE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_FRAME_ROTATE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_FRAME_ROTATE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ITEM_PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ITEM_PICKUP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LIGHTNING_BOLT_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LIGHTNING_BOLT_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LIGHTNING_BOLT_THUNDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LIGHTNING_BOLT_THUNDER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LINGERING_POTION_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LINGERING_POTION_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_SPIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_LLAMA_SWAG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_LLAMA_SWAG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_DEATH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_DEATH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_HURT_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_HURT_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_SQUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_SQUISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MAGMA_CUBE_SQUISH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MAGMA_CUBE_SQUISH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MINECART_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MINECART_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MINECART_INSIDE_UNDERWATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MINECART_INSIDE_UNDERWATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MINECART_RIDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MINECART_RIDING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_CONVERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MOOSHROOM_CONVERT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MOOSHROOM_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MOOSHROOM_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MOOSHROOM_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MOOSHROOM_SUSPICIOUS_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MOOSHROOM_SUSPICIOUS_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_MULE_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_MULE_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_OCELOT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_OCELOT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_OCELOT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_OCELOT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_OCELOT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_OCELOT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PAINTING_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PAINTING_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PAINTING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PAINTING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_AGGRESSIVE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_AGGRESSIVE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_BITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_CANT_BREED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_CANT_BREED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_PRE_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_PRE_SNEEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_SNEEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PANDA_WORRIED_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PANDA_WORRIED_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_FLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_FLY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_BLAZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_BLAZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_BOGGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_BOGGED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_BREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_BREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_CREAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_CREAKING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_DROWNED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ELDER_GUARDIAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ENDERMITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ENDER_DRAGON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_EVOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_EVOKER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_GHAST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_GUARDIAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_HOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_HOGLIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_HUSK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_HUSK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ILLUSIONER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_MAGMA_CUBE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PHANTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_PHANTOM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PIGLIN_BRUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_PIGLIN_BRUTE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_PILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_PILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_RAVAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_RAVAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SHULKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SHULKER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SILVERFISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SLIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SLIME"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_SPIDER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_STRAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_VEX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_VEX"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_VINDICATOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WARDEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WARDEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WITCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WITHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_WITHER_SKELETON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ZOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ZOGLIN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ZOMBIE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_IMITATE_ZOMBIE_VILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PARROT_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PARROT_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PHANTOM_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_BITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PHANTOM_BITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PHANTOM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_FLAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PHANTOM_FLAP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PHANTOM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PHANTOM_SWOOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PHANTOM_SWOOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_ADMIRING_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_ADMIRING_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_BRUTE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_BRUTE_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_BRUTE_CONVERTED_TO_ZOMBIFIED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_BRUTE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_BRUTE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_BRUTE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_BRUTE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_CONVERTED_TO_ZOMBIFIED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_JEALOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_JEALOUS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_RETREAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_RETREAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIGLIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIGLIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIG_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIG_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIG_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIG_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PIG_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PIG_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PILLAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PILLAGER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PILLAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PILLAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_CRIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_CRIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_NODAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_NODAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_STRONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_STRONG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_SWEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_SWEEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_ATTACK_WEAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_ATTACK_WEAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_BIG_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_BIG_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_BREATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_BURP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_BURP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_DROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_DROWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_FREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_FREEZE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_ON_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_ON_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_LEVELUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_LEVELUP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SMALL_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_SMALL_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SPLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_SPLASH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SPLASH_HIGH_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_SPLASH_HIGH_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PLAYER_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PLAYER_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_AMBIENT_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_AMBIENT_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_POLAR_BEAR_WARNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_POLAR_BEAR_WARNING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_BLOW_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_BLOW_OUT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_BLOW_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_BLOW_UP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_PUFFER_FISH_STING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_PUFFER_FISH_STING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RABBIT_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RABBIT_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RABBIT_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RABBIT_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RABBIT_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RABBIT_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_ROAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_ROAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_RAVAGER_STUNNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_RAVAGER_STUNNED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SALMON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SALMON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SALMON_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SALMON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SALMON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHEEP_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHEEP_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHEEP_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHEEP_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHEEP_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHEEP_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_BULLET_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_BULLET_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_BULLET_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_BULLET_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_HURT_CLOSED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_HURT_CLOSED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_OPEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_OPEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SHULKER_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SHULKER_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SILVERFISH_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SILVERFISH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SILVERFISH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SILVERFISH_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SILVERFISH_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_CONVERTED_TO_STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_CONVERTED_TO_STRAY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_AMBIENT_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_AMBIENT_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_GALLOP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_GALLOP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_JUMP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_JUMP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_STEP_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_STEP_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HORSE_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HORSE_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SKELETON_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SKELETON_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_DEATH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_DEATH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_HURT_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_HURT_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_JUMP_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_JUMP_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_SQUISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_SQUISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SLIME_SQUISH_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SLIME_SQUISH_SMALL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DIGGING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_DIGGING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DIGGING_STOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_DIGGING_STOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_DROP_SEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_DROP_SEED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_HAPPY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_IDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_IDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_SCENTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_SCENTING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_SEARCHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_SEARCHING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_SNIFFING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_SNIFFING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNIFFER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNIFFER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOWBALL_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNOWBALL_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_SHEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_SHEAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SNOW_GOLEM_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SNOW_GOLEM_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SPIDER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SPIDER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SPIDER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPIDER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SPIDER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPLASH_POTION_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SPLASH_POTION_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SPLASH_POTION_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SPLASH_POTION_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SQUID_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SQUID_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SQUID_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_SQUID_SQUIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_SQUID_SQUIRT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRAY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRAY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRAY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRAY_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRAY_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_EAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_EAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_HAPPY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_RETREAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_RETREAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_STRIDER_STEP_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_STRIDER_STEP_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TADPOLE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TADPOLE_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_GROW_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TADPOLE_GROW_UP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TADPOLE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TADPOLE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TNT_PRIMED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TNT_PRIMED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_FLOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_FLOP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TROPICAL_FISH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TROPICAL_FISH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_AMBIENT_LAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_AMBIENT_LAND"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_DEATH_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_DEATH_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_EGG_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_EGG_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_EGG_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_EGG_CRACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_EGG_HATCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_EGG_HATCH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_HURT_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_HURT_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_LAY_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_LAY_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_SHAMBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_SHAMBLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_SHAMBLE_BABY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_SHAMBLE_BABY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TURTLE_SWIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_TURTLE_SWIM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VEX_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VEX_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VEX_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VEX_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VEX_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_NO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_NO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_TRADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_TRADE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_ARMORER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_ARMORER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_BUTCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_BUTCHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_CARTOGRAPHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_CARTOGRAPHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_CLERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_CLERIC"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_FARMER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_FARMER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_FISHERMAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_FISHERMAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_FLETCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_FLETCHER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_LEATHERWORKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_LEATHERWORKER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_LIBRARIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_LIBRARIAN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_MASON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_MASON"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_SHEPHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_SHEPHERD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_TOOLSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_TOOLSMITH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_WORK_WEAPONSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_WORK_WEAPONSMITH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VILLAGER_YES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VILLAGER_YES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VINDICATOR_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VINDICATOR_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VINDICATOR_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_VINDICATOR_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_VINDICATOR_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DISAPPEARED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DISAPPEARED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DRINK_MILK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DRINK_MILK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_DRINK_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_DRINK_POTION"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_NO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_NO"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_REAPPEARED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_REAPPEARED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_TRADE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_TRADE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WANDERING_TRADER_YES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WANDERING_TRADER_YES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_AGITATED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_AGITATED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_ATTACK_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_ATTACK_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_DIG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_DIG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_EMERGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_EMERGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_HEARTBEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_HEARTBEAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_LISTENING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_LISTENING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_LISTENING_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_LISTENING_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_NEARBY_CLOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_NEARBY_CLOSE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_NEARBY_CLOSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_NEARBY_CLOSER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_NEARBY_CLOSEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_NEARBY_CLOSEST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_ROAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_ROAR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_SNIFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_SNIFF"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_SONIC_BOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_SONIC_BOOM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_SONIC_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_SONIC_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WARDEN_TENDRIL_CLICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WARDEN_TENDRIL_CLICKS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WIND_CHARGE_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WIND_CHARGE_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WIND_CHARGE_WIND_BURST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WIND_CHARGE_WIND_BURST"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITCH_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_CELEBRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITCH_CELEBRATE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITCH_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITCH_DRINK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITCH_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITCH_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITCH_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_BREAK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_BREAK_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SKELETON_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_SKELETON_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WITHER_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WITHER_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_ANGRY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_ANGRY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_ANGRY_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_ANGRY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_ANGRY_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_ANGRY_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_ANGRY_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_BIG_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_BIG_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_BIG_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_BIG_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_BIG_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_BIG_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_BIG_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_CUTE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_CUTE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_CUTE_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_CUTE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_CUTE_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_CUTE_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_CUTE_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GRUMPY_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GRUMPY_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GRUMPY_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GRUMPY_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GRUMPY_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_GRUMPY_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_GRUMPY_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PUGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PUGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PUGLIN_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PUGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PUGLIN_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_PUGLIN_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_PUGLIN_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SAD_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SAD_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_GROWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SAD_GROWL"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SAD_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_PANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SAD_PANT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SAD_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SAD_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_SHAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_SHAKE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_WOLF_WHINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_WOLF_WHINE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOGLIN_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOGLIN_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOGLIN_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_ATTACK_IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_ATTACK_IRON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_ATTACK_WOODEN_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_BREAK_WOODEN_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_BREAK_WOODEN_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_CONVERTED_TO_DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_CONVERTED_TO_DROWNED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_DESTROY_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_DESTROY_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HORSE_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_HORSE_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HORSE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_HORSE_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HORSE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_HORSE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_INFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_INFECT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_CONVERTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_CONVERTED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_CURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_CURE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_HURT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIE_VILLAGER_STEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIE_VILLAGER_STEP"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIFIED_PIGLIN_AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_ANGRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIFIED_PIGLIN_ANGRY"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIFIED_PIGLIN_DEATH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_ZOMBIFIED_PIGLIN_HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ENTITY_ZOMBIFIED_PIGLIN_HURT"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_MOB_EFFECT_BAD_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#EVENT_MOB_EFFECT_BAD_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_MOB_EFFECT_RAID_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#EVENT_MOB_EFFECT_RAID_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_MOB_EFFECT_TRIAL_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#EVENT_MOB_EFFECT_TRIAL_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "EVENT_RAID_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#EVENT_RAID_HORN"
          },
          {
            "kind": "FIELD",
            "name": "INTENTIONALLY_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#INTENTIONALLY_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_DIAMOND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_ELYTRA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_ELYTRA"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_GOLD"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_IRON"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_LEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_LEATHER"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_NETHERITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_NETHERITE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_TURTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_TURTLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_EQUIP_WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_EQUIP_WOLF"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ARMOR_UNEQUIP_WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ARMOR_UNEQUIP_WOLF"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_AXE_SCRAPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_AXE_SCRAPE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_AXE_STRIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_AXE_STRIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_AXE_WAX_OFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_AXE_WAX_OFF"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BONE_MEAL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BONE_MEAL_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOOK_PAGE_TURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BOOK_PAGE_TURN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOOK_PUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BOOK_PUT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOTTLE_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BOTTLE_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOTTLE_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BOTTLE_FILL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BOTTLE_FILL_DRAGONBREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BOTTLE_FILL_DRAGONBREATH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BRUSH_BRUSHING_GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BRUSH_BRUSHING_GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BRUSH_BRUSHING_GRAVEL_COMPLETE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BRUSH_BRUSHING_SAND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BRUSH_BRUSHING_SAND_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BRUSH_BRUSHING_SAND_COMPLETE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_AXOLOTL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_FISH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_EMPTY_TADPOLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_EMPTY_TADPOLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_FILL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_FILL_AXOLOTL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_FILL_FISH"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_FILL_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_FILL_POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUCKET_FILL_TADPOLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUCKET_FILL_TADPOLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_DROP_CONTENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUNDLE_DROP_CONTENTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_INSERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUNDLE_INSERT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_INSERT_FAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUNDLE_INSERT_FAIL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_BUNDLE_REMOVE_ONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_BUNDLE_REMOVE_ONE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CHORUS_FRUIT_TELEPORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CHORUS_FRUIT_TELEPORT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROP_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROP_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_LOADING_END",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_LOADING_END"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_LOADING_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_LOADING_MIDDLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_LOADING_START",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_LOADING_START"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_QUICK_CHARGE_1"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_QUICK_CHARGE_2"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_QUICK_CHARGE_3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_QUICK_CHARGE_3"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_CROSSBOW_SHOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_CROSSBOW_SHOOT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_DYE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_DYE_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_ELYTRA_FLYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_ELYTRA_FLYING"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_FIRECHARGE_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_FIRECHARGE_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_FLINTANDSTEEL_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_FLINTANDSTEEL_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GLOW_INK_SAC_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GLOW_INK_SAC_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_0",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_0"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_1"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_2"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_3"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_4"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_5"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_6",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_6"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_GOAT_HORN_SOUND_7",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_GOAT_HORN_SOUND_7"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HOE_TILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_HOE_TILL"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HONEYCOMB_WAX_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_HONEYCOMB_WAX_ON"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HONEY_BOTTLE_DRINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_HONEY_BOTTLE_DRINK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_HORSE_ARMOR_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_HORSE_ARMOR_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_INK_SAC_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_INK_SAC_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LEAD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_LEAD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LEAD_TIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_LEAD_TIED"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LEAD_UNTIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_LEAD_UNTIED"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LLAMA_CARPET_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_LLAMA_CARPET_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_LODESTONE_COMPASS_LOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_LODESTONE_COMPASS_LOCK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MACE_SMASH_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_MACE_SMASH_AIR"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MACE_SMASH_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_MACE_SMASH_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_MACE_SMASH_GROUND_HEAVY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_MACE_SMASH_GROUND_HEAVY"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_NETHER_WART_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_NETHER_WART_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_OMINOUS_BOTTLE_DISPOSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_OMINOUS_BOTTLE_DISPOSE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SADDLE_UNEQUIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SADDLE_UNEQUIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHEARS_SNIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SHEARS_SNIP"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHIELD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SHIELD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHIELD_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SHIELD_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SHOVEL_FLATTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SHOVEL_FLATTEN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SPYGLASS_STOP_USING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SPYGLASS_STOP_USING"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_SPYGLASS_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_SPYGLASS_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TOTEM_USE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TOTEM_USE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_HIT"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_HIT_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_HIT_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RETURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_RETURN"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RIPTIDE_1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_RIPTIDE_1"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RIPTIDE_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_RIPTIDE_2"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_RIPTIDE_3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_RIPTIDE_3"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_THROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_THROW"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_TRIDENT_THUNDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_TRIDENT_THUNDER"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_WOLF_ARMOR_BREAK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_CRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_WOLF_ARMOR_CRACK"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_WOLF_ARMOR_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_WOLF_ARMOR_REPAIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#ITEM_WOLF_ARMOR_REPAIR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_CREATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_CREATIVE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_CREDITS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_CREDITS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_11"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_13"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_5"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_CREATOR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_CREATOR_MUSIC_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_LAVA_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_OTHERSIDE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_PIGSTEP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_PRECIPICE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_RELIC"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_TEARS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_DRAGON"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_END",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_END"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_GAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_GAME"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_MENU",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_MENU"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_BASALT_DELTAS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_NETHER_BASALT_DELTAS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_CRIMSON_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_NETHER_CRIMSON_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_NETHER_WASTES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_NETHER_NETHER_WASTES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_SOUL_SAND_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_NETHER_SOUL_SAND_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_NETHER_WARPED_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_NETHER_WARPED_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_BAMBOO_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_BAMBOO_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_CHERRY_GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_CHERRY_GROVE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_DEEP_DARK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_DEEP_DARK"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_DRIPSTONE_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_DRIPSTONE_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_FLOWER_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_FLOWER_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_FROZEN_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_FROZEN_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_GROVE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_JAGGED_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_JAGGED_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_LUSH_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_LUSH_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_MEADOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_MEADOW"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_OLD_GROWTH_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_OLD_GROWTH_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_SNOWY_SLOPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_SNOWY_SLOPES"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_SPARSE_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_SPARSE_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_STONY_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_STONY_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_OVERWORLD_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_OVERWORLD_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_UNDER_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#MUSIC_UNDER_WATER"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLE_SOUL_ESCAPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#PARTICLE_SOUL_ESCAPE"
          },
          {
            "kind": "FIELD",
            "name": "UI_BUTTON_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_BUTTON_CLICK"
          },
          {
            "kind": "FIELD",
            "name": "UI_CARTOGRAPHY_TABLE_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_CARTOGRAPHY_TABLE_TAKE_RESULT"
          },
          {
            "kind": "FIELD",
            "name": "UI_HUD_BUBBLE_POP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_HUD_BUBBLE_POP"
          },
          {
            "kind": "FIELD",
            "name": "UI_LOOM_SELECT_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_LOOM_SELECT_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "UI_LOOM_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_LOOM_TAKE_RESULT"
          },
          {
            "kind": "FIELD",
            "name": "UI_STONECUTTER_SELECT_RECIPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_STONECUTTER_SELECT_RECIPE"
          },
          {
            "kind": "FIELD",
            "name": "UI_STONECUTTER_TAKE_RESULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_STONECUTTER_TAKE_RESULT"
          },
          {
            "kind": "FIELD",
            "name": "UI_TOAST_CHALLENGE_COMPLETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_TOAST_CHALLENGE_COMPLETE"
          },
          {
            "kind": "FIELD",
            "name": "UI_TOAST_IN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_TOAST_IN"
          },
          {
            "kind": "FIELD",
            "name": "UI_TOAST_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#UI_TOAST_OUT"
          },
          {
            "kind": "FIELD",
            "name": "WEATHER_END_FLASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#WEATHER_END_FLASH"
          },
          {
            "kind": "FIELD",
            "name": "WEATHER_RAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#WEATHER_RAIN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHER_RAIN_ABOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#WEATHER_RAIN_ABOVE"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#getKey()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSound(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#getSound(String)"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#key()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#valueOf(String)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html#values()",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Sound.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.SoundCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#BLOCKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOSTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#HOSTILE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MASTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#MASTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUSIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#MUSIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEUTRAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#NEUTRAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#PLAYERS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECORDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#RECORDS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SoundCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#SoundCategory()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#UI"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VOICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#VOICE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#WEATHER"
          },
          {
            "kind": "METHOD",
            "name": "soundSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#soundSource()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundCategory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.SoundGroup",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBreakSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getBreakSound()"
          },
          {
            "kind": "METHOD",
            "name": "getFallSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getFallSound()"
          },
          {
            "kind": "METHOD",
            "name": "getHitSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getHitSound()"
          },
          {
            "kind": "METHOD",
            "name": "getPitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getPlaceSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getPlaceSound()"
          },
          {
            "kind": "METHOD",
            "name": "getStepSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getStepSound()"
          },
          {
            "kind": "METHOD",
            "name": "getVolume()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html#getVolume()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/SoundGroup.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.Statistic",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANIMALS_BRED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#ANIMALS_BRED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_CLEANED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#ARMOR_CLEANED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AVIATE_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#AVIATE_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BANNER_CLEANED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#BANNER_CLEANED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACON_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#BEACON_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELL_RING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#BELL_RING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOAT_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#BOAT_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#BREAK_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWINGSTAND_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#BREWINGSTAND_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAKE_SLICES_EATEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CAKE_SLICES_EATEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAULDRON_FILLED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CAULDRON_FILLED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAULDRON_USED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CAULDRON_USED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST_OPENED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CHEST_OPENED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLEAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CLEAN_SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLIMB_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CLIMB_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTING_TABLE_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CRAFTING_TABLE_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFT_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CRAFT_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROUCH_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#CROUCH_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_ABSORBED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_ABSORBED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_BLOCKED_BY_SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_BLOCKED_BY_SHIELD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_DEALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_DEALT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_DEALT_ABSORBED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_DEALT_ABSORBED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_DEALT_RESISTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_DEALT_RESISTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_RESISTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_RESISTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DAMAGE_TAKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DAMAGE_TAKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEATHS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DEATHS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISPENSER_INSPECTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DISPENSER_INSPECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPER_INSPECTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DROPPER_INSPECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#DROP_COUNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERCHEST_OPENED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#ENDERCHEST_OPENED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENTITY_KILLED_BY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#ENTITY_KILLED_BY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALL_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#FALL_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISH_CAUGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#FISH_CAUGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLOWER_POTTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#FLOWER_POTTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLY_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#FLY_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE_INTERACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#FURNACE_INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAPPY_GHAST_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#HAPPY_GHAST_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER_INSPECTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#HOPPER_INSPECTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#HORSE_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_BLAST_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_CAMPFIRE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_CARTOGRAPHY_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_GRINDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_LECTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_LOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_SMITHING_TABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_SMOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACT_WITH_STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#INTERACT_WITH_STONECUTTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_ENCHANTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#ITEM_ENCHANTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#JUMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "KILL_ENTITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#KILL_ENTITY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEAVE_GAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#LEAVE_GAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#MINECART_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#MINE_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOB_KILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#MOB_KILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTEBLOCK_PLAYED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#NOTEBLOCK_PLAYED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTEBLOCK_TUNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#NOTEBLOCK_TUNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OPEN_BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#OPEN_BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#PICKUP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#PIG_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_KILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#PLAYER_KILLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAY_ONE_MINUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#PLAY_ONE_MINUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAID_TRIGGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#RAID_TRIGGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAID_WIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#RAID_WIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RECORD_PLAYED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#RECORD_PLAYED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BOX_OPENED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#SHULKER_BOX_OPENED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLEEP_IN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#SLEEP_IN_BED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNEAK_TIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#SNEAK_TIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRINT_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#SPRINT_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIDER_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#STRIDER_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWIM_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#SWIM_ONE_CM"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Statistic()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#Statistic()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Statistic(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#Statistic(Type)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALKED_TO_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TALKED_TO_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TARGET_HIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TARGET_HIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIME_SINCE_DEATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TIME_SINCE_DEATH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TIME_SINCE_REST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TIME_SINCE_REST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOTAL_WORLD_TIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TOTAL_WORLD_TIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADED_WITH_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TRADED_WITH_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAPPED_CHEST_TRIGGERED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#TRAPPED_CHEST_TRIGGERED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "USE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#USE_ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALK_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#WALK_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALK_ON_WATER_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#WALK_ON_WATER_ONE_CM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WALK_UNDER_WATER_ONE_CM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#WALK_UNDER_WATER_ONE_CM"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#isBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isSubstatistic()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#isSubstatistic()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#key"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.Statistic.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ITEM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#ITEM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNTYPED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#UNTYPED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic/Type.html"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#type"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Statistic.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.StructureType",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eregister(T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#\u003cT\u003eregister(T)"
          },
          {
            "kind": "FIELD",
            "name": "BASTION_REMNANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#BASTION_REMNANT"
          },
          {
            "kind": "FIELD",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "END_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "IGLOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#JUNGLE_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FORTRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#NETHER_FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FOSSIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#NETHER_FOSSIL"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#OCEAN_MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#OCEAN_RUIN"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#PILLAGER_OUTPOST"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#RUINED_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#SWAMP_HUT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureType(String,Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mapIcon"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#StructureType(String,Type)"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#WOODLAND_MANSION"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMapIcon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#getMapIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#getStructureTypes()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#key"
          },
          {
            "kind": "FIELD",
            "name": "mapCursor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#mapCursor"
          },
          {
            "kind": "FIELD",
            "name": "structureTypeMap",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#structureTypeMap"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/StructureType.html",
        "deprecated": {
          "since": "1.19",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Tag",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACACIA_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ACACIA_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ALL_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ALL_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "ALL_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ALL_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "ANCIENT_CITY_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ANCIENT_CITY_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "ANIMALS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ANIMALS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ARMADILLO_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTLS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#AXOLOTLS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#AXOLOTL_TEMPT_ITEMS",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_GROWS_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#AZALEA_GROWS_ON"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_ROOT_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#AZALEA_ROOT_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "BADLANDS_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BADLANDS_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BAMBOO_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANTABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BAMBOO_PLANTABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "BANNERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BANNERS"
          },
          {
            "kind": "FIELD",
            "name": "BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BARS"
          },
          {
            "kind": "FIELD",
            "name": "BASE_STONE_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BASE_STONE_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "BASE_STONE_OVERWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BASE_STONE_OVERWORLD"
          },
          {
            "kind": "FIELD",
            "name": "BATS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BATS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "BEACON_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BEACON_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "BEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BEDS"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BEEHIVES"
          },
          {
            "kind": "FIELD",
            "name": "BEE_ATTRACTIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BEE_ATTRACTIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEE_GROWABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BEE_GROWABLES"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF_PLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BIG_DRIPLEAF_PLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BIRCH_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "BLOCKS_WIND_CHARGE_EXPLOSIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BLOCKS_WIND_CHARGE_EXPLOSIONS"
          },
          {
            "kind": "FIELD",
            "name": "BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "CAMELS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CAMELS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "CAMEL_SAND_STEP_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CAMEL_SAND_STEP_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CAMPFIRES"
          },
          {
            "kind": "FIELD",
            "name": "CANDLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CANDLES"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE_CAKES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CANDLE_CAKES"
          },
          {
            "kind": "FIELD",
            "name": "CARPETS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CARPETS",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "CAULDRONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CAULDRONS"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CAVE_VINES"
          },
          {
            "kind": "FIELD",
            "name": "CEILING_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CEILING_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "CHAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CHAINS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CHERRY_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "CLIMBABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CLIMBABLE"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COAL_ORES"
          },
          {
            "kind": "FIELD",
            "name": "COMBINATION_STEP_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COMBINATION_STEP_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "COMPLETES_FIND_TREE_TUTORIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COMPLETES_FIND_TREE_TUTORIAL"
          },
          {
            "kind": "FIELD",
            "name": "CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "CONVERTABLE_TO_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CONVERTABLE_TO_MUD"
          },
          {
            "kind": "FIELD",
            "name": "COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COPPER"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHESTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COPPER_CHESTS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COPPER_GOLEM_STATUES"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#COPPER_ORES"
          },
          {
            "kind": "FIELD",
            "name": "CORALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CORALS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CORAL_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "CORAL_PLANTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CORAL_PLANTS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CRIMSON_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "CROPS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CROPS"
          },
          {
            "kind": "FIELD",
            "name": "CRYSTAL_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#CRYSTAL_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "DAMPENS_VIBRATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DAMPENS_VIBRATIONS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DARK_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUSH_MAY_PLACE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DEAD_BUSH_MAY_PLACE_ON",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_ORE_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DEEPSLATE_ORE_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DIAMOND_ORES"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DOES_NOT_BLOCK_HOPPERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DOES_NOT_BLOCK_HOPPERS"
          },
          {
            "kind": "FIELD",
            "name": "DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DOORS"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DRAGON_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_TRANSPARENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DRAGON_TRANSPARENT"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DRIPSTONE_REPLACEABLE",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_REPLACEABLE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DRIPSTONE_REPLACEABLE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "DRY_VEGETATION_MAY_PLACE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#DRY_VEGETATION_MAY_PLACE_ON"
          },
          {
            "kind": "FIELD",
            "name": "EDIBLE_FOR_SHEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#EDIBLE_FOR_SHEEP"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#EMERALD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT_POWER_PROVIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENCHANTMENT_POWER_PROVIDER"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT_POWER_TRANSMITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENCHANTMENT_POWER_TRANSMITTER"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_HOLDABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENDERMAN_HOLDABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_ACCEPTS_IRON_GOLEM_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_ACCEPTS_IRON_GOLEM_GIFT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_AQUATIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_AQUATIC"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_ARROWS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_ARROWS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_ARTHROPOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_ARTHROPOD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_AXOLOTL_ALWAYS_HOSTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_AXOLOTL_ALWAYS_HOSTILES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_AXOLOTL_HUNT_TARGETS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_AXOLOTL_HUNT_TARGETS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_BEEHIVE_INHABITORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_BEEHIVE_INHABITORS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CANDIDATE_FOR_IRON_GOLEM_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CANDIDATE_FOR_IRON_GOLEM_GIFT"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CANNOT_BE_PUSHED_ONTO_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CANNOT_BE_PUSHED_ONTO_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CAN_BREATHE_UNDER_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CAN_BREATHE_UNDER_WATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CAN_EQUIP_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CAN_EQUIP_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CAN_EQUIP_SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CAN_EQUIP_SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CAN_TURN_IN_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CAN_TURN_IN_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_CAN_WEAR_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_CAN_WEAR_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_DEFLECTS_ARROWS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_DEFLECTS_ARROWS",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_DEFLECTS_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_DEFLECTS_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_DISMOUNTS_UNDERWATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_DISMOUNTS_UNDERWATER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_FALL_DAMAGE_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_FALL_DAMAGE_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_FOLLOWABLE_FRIENDLY_MOBS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_FOLLOWABLE_FRIENDLY_MOBS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_FREEZE_HURTS_EXTRA_TYPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_FREEZE_HURTS_EXTRA_TYPES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_FREEZE_IMMUNE_ENTITY_TYPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_FREEZE_IMMUNE_ENTITY_TYPES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_FROG_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_FROG_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_IGNORES_POISON_AND_REGEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_IGNORES_POISON_AND_REGEN"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_ILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_ILLAGER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_ILLAGER_FRIENDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_ILLAGER_FRIENDS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_IMMUNE_TO_INFESTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_IMMUNE_TO_INFESTED"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_IMMUNE_TO_OOZING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_IMMUNE_TO_OOZING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_IMPACT_PROJECTILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_IMPACT_PROJECTILES"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_INVERTED_HEALING_AND_HARM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_INVERTED_HEALING_AND_HARM"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_NON_CONTROLLING_RIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_NON_CONTROLLING_RIDER"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_NOT_SCARY_FOR_PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_NOT_SCARY_FOR_PUFFERFISH"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_NO_ANGER_FROM_WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_NO_ANGER_FROM_WIND_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_POWDER_SNOW_WALKABLE_MOBS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_POWDER_SNOW_WALKABLE_MOBS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_RAIDERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_RAIDERS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_REDIRECTABLE_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_REDIRECTABLE_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_SENSITIVE_TO_BANE_OF_ARTHROPODS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_SENSITIVE_TO_BANE_OF_ARTHROPODS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_SENSITIVE_TO_IMPALING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_SENSITIVE_TO_IMPALING"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_SENSITIVE_TO_SMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_SENSITIVE_TO_SMITE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_SKELETONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_SKELETONS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_UNDEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_UNDEAD"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_WITHER_FRIENDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_WITHER_FRIENDS"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_TYPES_ZOMBIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ENTITY_TYPES_ZOMBIES"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE_RESETTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FALL_DAMAGE_RESETTING"
          },
          {
            "kind": "FIELD",
            "name": "FEATURES_CANNOT_REPLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FEATURES_CANNOT_REPLACE"
          },
          {
            "kind": "FIELD",
            "name": "FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FENCES"
          },
          {
            "kind": "FIELD",
            "name": "FENCE_GATES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FENCE_GATES"
          },
          {
            "kind": "FIELD",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FIRE"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FLOWER_POTS"
          },
          {
            "kind": "FIELD",
            "name": "FLUIDS_LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FLUIDS_LAVA"
          },
          {
            "kind": "FIELD",
            "name": "FLUIDS_WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FLUIDS_WATER"
          },
          {
            "kind": "FIELD",
            "name": "FOXES_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FOXES_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "FOX_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FOX_FOOD",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "FROGS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FROGS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "FROG_PREFER_JUMP_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#FROG_PREFER_JUMP_TO"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT_ALLAY_CAN_LISTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GAME_EVENT_ALLAY_CAN_LISTEN"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT_IGNORE_VIBRATIONS_SNEAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GAME_EVENT_IGNORE_VIBRATIONS_SNEAKING"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT_SHRIEKER_CAN_LISTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GAME_EVENT_SHRIEKER_CAN_LISTEN"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT_VIBRATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GAME_EVENT_VIBRATIONS"
          },
          {
            "kind": "FIELD",
            "name": "GAME_EVENT_WARDEN_CAN_LISTEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GAME_EVENT_WARDEN_CAN_LISTEN"
          },
          {
            "kind": "FIELD",
            "name": "GEODE_INVALID_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GEODE_INVALID_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "GOATS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GOATS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GOLD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "GUARDED_BY_PIGLINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#GUARDED_BY_PIGLINS"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_AVOIDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#HAPPY_GHAST_AVOIDS"
          },
          {
            "kind": "FIELD",
            "name": "HOGLIN_REPELLENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#HOGLIN_REPELLENTS"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "IMPERMEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#IMPERMEABLE"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_COPPER_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_COPPER_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_DIAMOND_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_DIAMOND_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_GOLD_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_GOLD_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_IRON_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_IRON_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_NETHERITE_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_NETHERITE_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_STONE_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_STONE_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INCORRECT_FOR_WOODEN_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INCORRECT_FOR_WOODEN_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "INFINIBURN_END",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INFINIBURN_END"
          },
          {
            "kind": "FIELD",
            "name": "INFINIBURN_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INFINIBURN_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "INFINIBURN_OVERWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INFINIBURN_OVERWORLD"
          },
          {
            "kind": "FIELD",
            "name": "INSIDE_STEP_SOUND_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INSIDE_STEP_SOUND_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "INVALID_SPAWN_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#INVALID_SPAWN_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#IRON_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ACACIA_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ACACIA_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ARMADILLO_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ARMADILLO_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ARROWS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ARROWS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_AXES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_AXES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_AXOLOTL_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_AXOLOTL_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BAMBOO_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BAMBOO_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BANNERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BANNERS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BARS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BEACON_PAYMENT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BEACON_PAYMENT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BEDS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BEE_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BEE_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BIRCH_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BIRCH_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BOOKSHELF_BOOKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BOOKSHELF_BOOKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BOOK_CLONING_TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BOOK_CLONING_TARGET"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BREAKS_DECORATED_POTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BREAKS_DECORATED_POTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BREWING_FUEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BREWING_FUEL"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BUNDLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BUNDLES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CAMEL_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CAMEL_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CANDLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CANDLES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CAT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CAT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CHAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CHAINS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CHERRY_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CHERRY_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CHEST_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CHEST_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CHEST_BOATS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CHEST_BOATS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CHICKEN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CHICKEN_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CLUSTER_MAX_HARVESTABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CLUSTER_MAX_HARVESTABLES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COAL_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COAL_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COMPASSES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COMPASSES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COMPLETES_FIND_TREE_TUTORIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COMPLETES_FIND_TREE_TUTORIAL"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COPPER_CHESTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COPPER_CHESTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COPPER_GOLEM_STATUES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COPPER_GOLEM_STATUES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COPPER_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COPPER_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COPPER_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COPPER_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_COW_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_COW_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CREEPER_DROP_MUSIC_DISCS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CREEPER_DROP_MUSIC_DISCS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CREEPER_IGNITERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CREEPER_IGNITERS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_CRIMSON_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_CRIMSON_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DAMPENS_VIBRATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DAMPENS_VIBRATIONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DARK_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DARK_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DECORATED_POT_INGREDIENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DECORATED_POT_INGREDIENTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DECORATED_POT_SHERDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DECORATED_POT_SHERDS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DIAMOND_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DIAMOND_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DIAMOND_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DIAMOND_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DROWNED_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DROWNED_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DUPLICATES_ALLAYS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DUPLICATES_ALLAYS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_DYEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_DYEABLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_EGGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_EGGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_EMERALD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_EMERALD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_BOW"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_CHEST_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_CHEST_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_CROSSBOW"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_DURABILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_DURABILITY"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_EQUIPPABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_EQUIPPABLE"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_FIRE_ASPECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_FIRE_ASPECT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_FISHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_FISHING"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_FOOT_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_FOOT_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_HEAD_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_HEAD_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_LEG_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_LEG_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_MACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_MACE"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_MINING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_MINING"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_MINING_LOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_MINING_LOOT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_SHARP_WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_SHARP_WEAPON"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_TRIDENT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_VANISHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_VANISHING"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_ENCHANTABLE_WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_ENCHANTABLE_WEAPON"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FENCE_GATES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FENCE_GATES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FISHES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FISHES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FOOT_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FOOT_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FOX_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FOX_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FREEZE_IMMUNE_WEARABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FREEZE_IMMUNE_WEARABLES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FROG_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FROG_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FURNACE_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FURNACE_MATERIALS",
            "deprecated": {
              "since": "1.16.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_FURNACE_MINECART_FUEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_FURNACE_MINECART_FUEL"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_GAZE_DISGUISE_EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_GAZE_DISGUISE_EQUIPMENT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_GOAT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_GOAT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_GOLD_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_GOLD_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_GOLD_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_GOLD_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HAPPY_GHAST_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HAPPY_GHAST_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HAPPY_GHAST_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HAPPY_GHAST_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HARNESSES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HARNESSES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HEAD_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HEAD_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HOES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HOES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HOGLIN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HOGLIN_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HORSE_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HORSE_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_HORSE_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_HORSE_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_IGNORED_BY_PIGLIN_BABIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_IGNORED_BY_PIGLIN_BABIES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_IRON_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_IRON_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_IRON_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_IRON_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_JUNGLE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_JUNGLE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LANTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LANTERNS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LAPIS_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LAPIS_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LECTERN_BOOKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LECTERN_BOOKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LEG_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LEG_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LIGHTNING_RODS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LIGHTNING_RODS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LLAMA_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LLAMA_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LLAMA_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LLAMA_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_LOGS_THAT_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_LOGS_THAT_BURN"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_MANGROVE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_MANGROVE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_MAP_INVISIBILITY_EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_MAP_INVISIBILITY_EQUIPMENT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_MEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_MEAT"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_NETHERITE_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_NETHERITE_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_NON_FLAMMABLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_NON_FLAMMABLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_NOTEBLOCK_TOP_INSTRUMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_NOTEBLOCK_TOP_INSTRUMENTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_NOTE_BLOCK_TOP_INSTRUMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_NOTE_BLOCK_TOP_INSTRUMENTS",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_OCELOT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_OCELOT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PALE_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PALE_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PANDA_EATS_FROM_GROUND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PANDA_EATS_FROM_GROUND"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PANDA_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PANDA_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PARROT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PARROT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PARROT_POISONOUS_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PARROT_POISONOUS_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PICKAXES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PICKAXES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PIGLIN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PIGLIN_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PIGLIN_LOVED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PIGLIN_LOVED"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PIGLIN_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PIGLIN_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PIGLIN_REPELLENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PIGLIN_REPELLENTS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PIGLIN_SAFE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PIGLIN_SAFE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PIG_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PIG_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PILLAGER_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PILLAGER_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_RABBIT_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_RABBIT_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_RAILS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_RAILS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REDSTONE_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REDSTONE_ORES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_CHAIN_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_CHAIN_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_COPPER_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_COPPER_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_DIAMOND_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_DIAMOND_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_GOLD_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_GOLD_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_IRON_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_IRON_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_LEATHER_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_LEATHER_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_NETHERITE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_NETHERITE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_TURTLE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_TURTLE_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_REPAIRS_WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_REPAIRS_WOLF_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SAND"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SAPLINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SAPLINGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SHEARABLE_FROM_COPPER_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SHEARABLE_FROM_COPPER_GOLEM"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SHEEP_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SHEEP_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SHOVELS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SHOVELS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SHULKER_BOXES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SKELETON_PREFERRED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SKELETON_PREFERRED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SKULLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SKULLS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SMALL_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SMALL_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SMELTS_TO_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SMELTS_TO_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SNIFFER_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SNIFFER_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SOUL_FIRE_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SOUL_FIRE_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SPRUCE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SPRUCE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STONE_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STONE_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STONE_CRAFTING_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STONE_CRAFTING_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STONE_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STONE_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STRIDER_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STRIDER_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_STRIDER_TEMPT_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_STRIDER_TEMPT_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_SWORDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_SWORDS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_TOOLS",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_TRIMMABLE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_TRIMMABLE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_TRIM_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_TRIM_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_TURTLE_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_TURTLE_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_VILLAGER_PICKS_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_VILLAGER_PICKS_UP"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_VILLAGER_PLANTABLE_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_VILLAGER_PLANTABLE_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WALLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WALLS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WARPED_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WARPED_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WART_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WART_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WITHER_SKELETON_DISLIKED_WEAPONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WITHER_SKELETON_DISLIKED_WEAPONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOLF_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOLF_FOOD"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_SHELVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_SHELVES"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_TOOL_MATERIALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_TOOL_MATERIALS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOODEN_TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "ITEMS_WOOL_CARPETS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#ITEMS_WOOL_CARPETS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#JUNGLE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LANTERNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LANTERNS"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LAPIS_ORES"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_POOL_STONE_CANNOT_REPLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LAVA_POOL_STONE_CANNOT_REPLACE"
          },
          {
            "kind": "FIELD",
            "name": "LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_RODS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LIGHTNING_RODS"
          },
          {
            "kind": "FIELD",
            "name": "LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LOGS"
          },
          {
            "kind": "FIELD",
            "name": "LOGS_THAT_BURN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LOGS_THAT_BURN"
          },
          {
            "kind": "FIELD",
            "name": "LUSH_GROUND_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#LUSH_GROUND_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "MAINTAINS_FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MAINTAINS_FARMLAND"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MANGROVE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOGS_CAN_GROW_THROUGH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MANGROVE_LOGS_CAN_GROW_THROUGH"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_ROOTS_CAN_GROW_THROUGH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MANGROVE_ROOTS_CAN_GROW_THROUGH"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MINEABLE_AXE"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MINEABLE_HOE"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MINEABLE_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "MINEABLE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MINEABLE_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "MOB_INTERACTABLE_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MOB_INTERACTABLE_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "MOOSHROOMS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MOOSHROOMS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MOSS_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_GROW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#MUSHROOM_GROW_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NEEDS_DIAMOND_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#NEEDS_DIAMOND_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "NEEDS_IRON_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#NEEDS_IRON_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "NEEDS_STONE_TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#NEEDS_STONE_TOOL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_CARVER_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#NETHER_CARVER_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "OCCLUDES_VIBRATION_SIGNALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#OCCLUDES_VIBRATION_SIGNALS"
          },
          {
            "kind": "FIELD",
            "name": "OVERWORLD_CARVER_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#OVERWORLD_CARVER_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "OVERWORLD_NATURAL_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#OVERWORLD_NATURAL_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PALE_OAK_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "PARROTS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PARROTS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PIGLIN_FOOD",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_REPELLENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PIGLIN_REPELLENTS"
          },
          {
            "kind": "FIELD",
            "name": "PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "PLAYS_AMBIENT_DESERT_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PLAYS_AMBIENT_DESERT_BLOCK_SOUNDS",
            "deprecated": {
              "since": "1.21.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEARS_SPAWNABLE_ON_ALTERNATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#POLAR_BEARS_SPAWNABLE_ON_ALTERNATE"
          },
          {
            "kind": "FIELD",
            "name": "PORTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PORTALS"
          },
          {
            "kind": "FIELD",
            "name": "PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "PREVENT_MOB_SPAWNING_INSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#PREVENT_MOB_SPAWNING_INSIDE"
          },
          {
            "kind": "FIELD",
            "name": "RABBITS_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#RABBITS_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "RAILS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#RAILS"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REDSTONE_ORES"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REGISTRY_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_ENTITY_TYPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REGISTRY_ENTITY_TYPES"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_FLUIDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REGISTRY_FLUIDS"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_GAME_EVENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REGISTRY_GAME_EVENTS"
          },
          {
            "kind": "FIELD",
            "name": "REGISTRY_ITEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REGISTRY_ITEMS"
          },
          {
            "kind": "FIELD",
            "name": "REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "REPLACEABLE_BY_MUSHROOMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REPLACEABLE_BY_MUSHROOMS"
          },
          {
            "kind": "FIELD",
            "name": "REPLACEABLE_BY_TREES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#REPLACEABLE_BY_TREES"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SAPLINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SAPLINGS"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SCULK_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_REPLACEABLE_WORLD_GEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SCULK_REPLACEABLE_WORLD_GEN"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOXES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SHULKER_BOXES"
          },
          {
            "kind": "FIELD",
            "name": "SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SLABS"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_DRIPLEAF_PLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SMALL_DRIPLEAF_PLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_FLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SMALL_FLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "SMELTS_TO_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SMELTS_TO_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "SNAPS_GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SNAPS_GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_DIGGABLE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SNIFFER_DIGGABLE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EGG_HATCH_BOOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SNIFFER_EGG_HATCH_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_LAYER_CANNOT_SURVIVE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SNOW_LAYER_CANNOT_SURVIVE_ON"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_LAYER_CAN_SURVIVE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SNOW_LAYER_CAN_SURVIVE_ON"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_FIRE_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SOUL_FIRE_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SPEED_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SOUL_SPEED_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SPRUCE_LOGS"
          },
          {
            "kind": "FIELD",
            "name": "STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STANDING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STANDING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STONE_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_ORE_REPLACEABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STONE_ORE_REPLACEABLES"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STONE_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_WARM_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#STRIDER_WARM_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "SWORD_EFFICIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SWORD_EFFICIENT"
          },
          {
            "kind": "FIELD",
            "name": "SWORD_INSTANTLY_MINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#SWORD_INSTANTLY_MINES"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TRAIL_RUINS_REPLACEABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#TRAIL_RUINS_REPLACEABLE"
          },
          {
            "kind": "FIELD",
            "name": "TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#TRIGGERS_AMBIENT_DESERT_DRY_VEGETATION_BLOCK_SOUNDS"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#TRIGGERS_AMBIENT_DESERT_SAND_BLOCK_SOUNDS"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#TRIGGERS_AMBIENT_DRIED_GHAST_BLOCK_SOUNDS"
          },
          {
            "kind": "FIELD",
            "name": "UNDERWATER_BONEMEALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#UNDERWATER_BONEMEALS"
          },
          {
            "kind": "FIELD",
            "name": "UNSTABLE_BOTTOM_CENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#UNSTABLE_BOTTOM_CENTER"
          },
          {
            "kind": "FIELD",
            "name": "VALID_SPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#VALID_SPAWN"
          },
          {
            "kind": "FIELD",
            "name": "VIBRATION_RESONATORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#VIBRATION_RESONATORS"
          },
          {
            "kind": "FIELD",
            "name": "WALLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WALLS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_CORALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WALL_CORALS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_HANGING_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WALL_HANGING_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "WALL_POST_OVERRIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WALL_POST_OVERRIDE"
          },
          {
            "kind": "FIELD",
            "name": "WALL_SIGNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WALL_SIGNS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WARPED_STEMS"
          },
          {
            "kind": "FIELD",
            "name": "WART_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WART_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_IMMUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WITHER_IMMUNE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SUMMON_BASE_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WITHER_SUMMON_BASE_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "WOLVES_SPAWNABLE_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOLVES_SPAWNABLE_ON"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_BUTTONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_BUTTONS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_DOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_DOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_FENCES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_FENCES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_PRESSURE_PLATES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_PRESSURE_PLATES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SHELVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_SHELVES"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SLABS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_SLABS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_TRAPDOORS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOODEN_TRAPDOORS"
          },
          {
            "kind": "FIELD",
            "name": "WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WOOL_CARPETS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#WOOL_CARPETS"
          },
          {
            "kind": "METHOD",
            "name": "getValues()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#getValues()"
          },
          {
            "kind": "METHOD",
            "name": "isTagged(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html#isTagged(T)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Tag.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.Translatable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Translatable.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Translatable.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.TreeSpecies",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#ACACIA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#BIRCH"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#DARK_OAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#GENERIC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDWOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#REDWOOD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TreeSpecies(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#TreeSpecies(int)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#getByData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeSpecies.html",
        "deprecated": {
          "since": "1.19",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.TreeType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#ACACIA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#AZALEA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIG_TREE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#BIG_TREE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#BIRCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#BROWN_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#CHERRY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#CHORUS_PLANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COCOA_TREE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#COCOA_TREE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#CRIMSON_FUNGUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#DARK_OAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#JUNGLE_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#MANGROVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MEGA_PINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#MEGA_PINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MEGA_REDWOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#MEGA_REDWOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#PALE_OAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_CREAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#PALE_OAK_CREAKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDWOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#REDWOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#RED_MUSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#SMALL_JUNGLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#SWAMP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_BIRCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#TALL_BIRCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_MANGROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#TALL_MANGROVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TALL_REDWOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#TALL_REDWOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TREE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#TREE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TreeType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#TreeType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#WARPED_FUNGUS"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/TreeType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.UnsafeValues",
        "children": [
          {
            "kind": "METHOD",
            "name": "checkSupported(PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pdf"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#checkSupported(PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "colorDownsamplingGsonComponentSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#colorDownsamplingGsonComponentSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "componentFlattener()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#componentFlattener()"
          },
          {
            "kind": "METHOD",
            "name": "computeTooltipLines(ItemStack,TooltipContext,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "tooltipContext"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#computeTooltipLines(ItemStack,TooltipContext,Player)"
          },
          {
            "kind": "METHOD",
            "name": "createEmptyStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#createEmptyStack()"
          },
          {
            "kind": "METHOD",
            "name": "deserializeEntity(Array,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#deserializeEntity(Array,World)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeEntity(Array,World,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "preserveUUID"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#deserializeEntity(Array,World,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeEntity(Array,World,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "preservePassengers"
              },
              {
                "kind": "PARAMETER",
                "name": "preserveUUID"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#deserializeEntity(Array,World,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeItem(byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#deserializeItem(byte...)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeItemFromJson(JsonObject)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#deserializeItemFromJson(JsonObject)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeStack(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#deserializeStack(Map)"
          },
          {
            "kind": "METHOD",
            "name": "fromLegacy(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#fromLegacy(Material)"
          },
          {
            "kind": "METHOD",
            "name": "fromLegacy(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#fromLegacy(Material,byte)"
          },
          {
            "kind": "METHOD",
            "name": "fromLegacy(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#fromLegacy(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "fromLegacy(MaterialData,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemPriority"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#fromLegacy(MaterialData,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getBiomeKey(RegionAccessor,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "accessor"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getBiomeKey(RegionAccessor,int,int,int)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlockTranslationKey(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getBlockTranslationKey(Material)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCreativeCategory(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getCreativeCategory(Material)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDataVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getDataVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultAttributeModifiers(Material,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getDefaultAttributeModifiers(Material,EquipmentSlot)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDefaultEntityAttributes(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getDefaultEntityAttributes(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getItemTranslationKey(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getItemTranslationKey(Material)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMainLevelName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getMainLevelName()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "version"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getMaterial(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getProtocolVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getProtocolVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnEggLayerColor(EntityType,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "layer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getSpawnEggLayerColor(EntityType,int)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStatisticCriteriaKey(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getStatisticCriteriaKey(Statistic)"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getTranslationKey(Attribute)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getTranslationKey(EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getTranslationKey(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getVersionFetcher()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#getVersionFetcher()"
          },
          {
            "kind": "METHOD",
            "name": "gsonComponentSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#gsonComponentSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasDefaultEntityAttributes(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#hasDefaultEntityAttributes(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "isLegacyPlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#isLegacyPlugin(Plugin)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isSupportedApiVersion(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "apiVersion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#isSupportedApiVersion(String)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isValidRepairItemStack(ItemStack,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemToBeRepaired"
              },
              {
                "kind": "PARAMETER",
                "name": "repairMaterial"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#isValidRepairItemStack(ItemStack,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "legacyComponentSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#legacyComponentSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "loadAdvancement(NamespacedKey,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advancement"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#loadAdvancement(NamespacedKey,String)"
          },
          {
            "kind": "METHOD",
            "name": "modifyItemStack(ItemStack,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arguments"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#modifyItemStack(ItemStack,String)"
          },
          {
            "kind": "METHOD",
            "name": "nextEntityId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#nextEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "plainComponentSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#plainComponentSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "plainTextSerializer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#plainTextSerializer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "processClass(PluginDescriptionFile,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "pdf"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#processClass(PluginDescriptionFile,String,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "removeAdvancement(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#removeAdvancement(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "resolveWithContext(Component,CommandSender,Entity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bypassPermissions"
              },
              {
                "kind": "PARAMETER",
                "name": "component"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "scoreboardSubject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#resolveWithContext(Component,CommandSender,Entity,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "serializeEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#serializeEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "serializeEntity(Entity,EntitySerializationFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "serializationFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#serializeEntity(Entity,EntitySerializationFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "serializeItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#serializeItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "serializeItemAsJson(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#serializeItemAsJson(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "serializeStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#serializeStack(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setBiomeKey(RegionAccessor,int,int,int,NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "accessor"
              },
              {
                "kind": "PARAMETER",
                "name": "biomeKey"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#setBiomeKey(RegionAccessor,int,int,int,NamespacedKey)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toLegacy(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html#toLegacy(Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/UnsafeValues.html",
        "deprecated": {
          "since": "1.7.2",
          "deprecated": "true"
        }
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.Utility"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.Vibration",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Vibration(Destination,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrivalTime"
              },
              {
                "kind": "PARAMETER",
                "name": "destination"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#Vibration(Destination,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vibration(Location,Destination,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrivalTime"
              },
              {
                "kind": "PARAMETER",
                "name": "destination"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#Vibration(Location,Destination,int)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "arrivalTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#arrivalTime"
          },
          {
            "kind": "FIELD",
            "name": "destination",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#destination"
          },
          {
            "kind": "METHOD",
            "name": "getArrivalTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#getArrivalTime()"
          },
          {
            "kind": "METHOD",
            "name": "getDestination()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#getDestination()"
          },
          {
            "kind": "METHOD",
            "name": "getOrigin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#getOrigin()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.Vibration.Destination",
            "children": [
              {
                "kind": "CLASS",
                "name": "org.bukkit.Vibration.Destination.BlockDestination",
                "children": [
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "BlockDestination(Block)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "block"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/BlockDestination.html#BlockDestination(Block)"
                  },
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "BlockDestination(Location)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "block"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/BlockDestination.html#BlockDestination(Location)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "block",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/BlockDestination.html#block"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getBlock()",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/BlockDestination.html#getBlock()"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getLocation()",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/BlockDestination.html#getLocation()"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/BlockDestination.html"
              },
              {
                "kind": "CLASS",
                "name": "org.bukkit.Vibration.Destination.EntityDestination",
                "children": [
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "EntityDestination(Entity)",
                    "children": [
                      {
                        "kind": "PARAMETER",
                        "name": "entity"
                      }
                    ],
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/EntityDestination.html#EntityDestination(Entity)"
                  },
                  {
                    "kind": "FIELD",
                    "name": "entity",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/EntityDestination.html#entity"
                  },
                  {
                    "kind": "METHOD",
                    "name": "getEntity()",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/EntityDestination.html#getEntity()"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination/EntityDestination.html"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration/Destination.html"
          },
          {
            "kind": "FIELD",
            "name": "origin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html#origin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Vibration.html"
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.Warning",
        "children": [
          {
            "kind": "ENUM",
            "name": "org.bukkit.Warning.WarningState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OFF",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#OFF"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#ON"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "WarningState()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#WarningState()"
              },
              {
                "kind": "METHOD",
                "name": "printFor(Warning)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "warning"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#printFor(Warning)"
              },
              {
                "kind": "METHOD",
                "name": "value(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#value(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#valueOf(String)"
              },
              {
                "kind": "FIELD",
                "name": "values",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#values"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning/WarningState.html"
          },
          {
            "kind": "METHOD",
            "name": "reason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning.html#reason()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/Warning.html#value()"
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.WeatherType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WeatherType.html#CLEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWNFALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WeatherType.html#DOWNFALL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WeatherType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WeatherType.html#WeatherType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WeatherType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WeatherType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WeatherType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.World",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetEntitiesByClass(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "cls"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetEntitiesByClass(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetEntitiesByClass(Class...)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "classes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetEntitiesByClass(Class...)",
            "deprecated": {
              "since": "1.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetGameRuleDefault(GameRule)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetGameRuleDefault(GameRule)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetGameRuleValue(GameRule)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetGameRuleValue(GameRule)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,Location,double)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetNearbyEntitiesByType(Class,Location,double)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,Predicate)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double,Predicate)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double,double)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double,double,Predicate)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003egetNearbyEntitiesByType(Class,Location,double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eplayEffect(Location,Effect,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003eplayEffect(Location,Effect,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eplayEffect(Location,Effect,T,int)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003eplayEffect(Location,Effect,T,int)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetGameRule(GameRule,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "newValue"
              },
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003esetGameRule(GameRule,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawn(Location,Class,SpawnReason,boolean,Consumer)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "randomizeData"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawn(Location,Class,SpawnReason,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnArrow(Location,Vector,float,float,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              },
              {
                "kind": "PARAMETER",
                "name": "spread"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnArrow(Location,Vector,float,float,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,List,Player,double,double,double,int,double,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "receivers"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,List,Player,double,double,double,int,double,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,List,Player,double,double,double,int,double,double,double,double,T,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "receivers"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,List,Player,double,double,double,int,double,double,double,double,T,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,Location,int,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addPluginChunkTicket(int,int,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#addPluginChunkTicket(int,int,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "audiences()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#audiences()"
          },
          {
            "kind": "METHOD",
            "name": "canGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#canGenerateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,Location,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,Location,float)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,Location,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,Location,float,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,Location,float,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,Location,float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,Location,float,boolean,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "excludeSourceFromDamage"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,Location,float,boolean,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,float)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,float,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Entity,float,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Entity,float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Location,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Location,float)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Location,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Location,float,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Location,float,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Location,float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(Location,float,boolean,boolean,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(Location,float,boolean,boolean,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(double,double,double,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(double,double,double,float)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(double,double,double,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(double,double,double,float,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(double,double,double,float,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(double,double,double,float,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createExplosion(double,double,double,float,boolean,boolean,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breakBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "power"
              },
              {
                "kind": "PARAMETER",
                "name": "setFire"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#createExplosion(double,double,double,float,boolean,boolean,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(Location,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#dropItem(Location,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(Location,ItemStack,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#dropItem(Location,ItemStack,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "dropItemNaturally(Location,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#dropItemNaturally(Location,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "dropItemNaturally(Location,ItemStack,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#dropItemNaturally(Location,ItemStack,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "findLightningRod(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#findLightningRod(Location)"
          },
          {
            "kind": "METHOD",
            "name": "findLightningTarget(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#findLightningTarget(Location)"
          },
          {
            "kind": "METHOD",
            "name": "generateTree(Location,TreeType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#generateTree(Location,TreeType)",
            "deprecated": {
              "since": "1.21.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "generateTree(Location,TreeType,BlockChangeDelegate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delegate"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#generateTree(Location,TreeType,BlockChangeDelegate)",
            "deprecated": {
              "since": "1.17.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAllowAnimals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getAllowAnimals()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowMonsters()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getAllowMonsters()"
          },
          {
            "kind": "METHOD",
            "name": "getAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getAmbientSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getAnimalSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBiome(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getBiome(int,int)",
            "deprecated": {
              "since": "1.15",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBiomeProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getBiomeProvider()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getBlockAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockAt(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getBlockAt(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockAtKey(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getBlockAtKey(long)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAt(Block)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generate"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAt(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAt(long)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAt(long,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkKey"
              },
              {
                "kind": "PARAMETER",
                "name": "generate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAt(long,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Block)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block,ChunkLoadCallback)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "cb"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Block,ChunkLoadCallback)",
            "deprecated": {
              "since": "1.13.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "cb"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Block,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "gen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Block,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Block,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "gen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Block,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Location,ChunkLoadCallback)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Location,ChunkLoadCallback)",
            "deprecated": {
              "since": "1.13.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Location,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Location,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(Location,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(Location,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int,ChunkLoadCallback)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int,ChunkLoadCallback)",
            "deprecated": {
              "since": "1.13.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "urgent"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsync(int,int,boolean,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "urgent"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsync(int,int,boolean,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsyncUrgently(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsyncUrgently(Block)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsyncUrgently(Block,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "gen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsyncUrgently(Block,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsyncUrgently(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsyncUrgently(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsyncUrgently(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gen"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsyncUrgently(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkAtAsyncUrgently(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkAtAsyncUrgently(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getChunkCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunkCount()"
          },
          {
            "kind": "METHOD",
            "name": "getChunksAtAsync(int,int,int,int,boolean,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cb"
              },
              {
                "kind": "PARAMETER",
                "name": "maxX"
              },
              {
                "kind": "PARAMETER",
                "name": "maxZ"
              },
              {
                "kind": "PARAMETER",
                "name": "minX"
              },
              {
                "kind": "PARAMETER",
                "name": "minZ"
              },
              {
                "kind": "PARAMETER",
                "name": "urgent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getChunksAtAsync(int,int,int,int,boolean,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "getClearWeatherDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getClearWeatherDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getCoordinateScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getCoordinateScale()"
          },
          {
            "kind": "METHOD",
            "name": "getDifficulty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getDifficulty()"
          },
          {
            "kind": "METHOD",
            "name": "getEmptyChunkSnapshot(int,int,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "includeBiome"
              },
              {
                "kind": "PARAMETER",
                "name": "includeBiomeTemp"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getEmptyChunkSnapshot(int,int,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEnderDragonBattle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getEnderDragonBattle()"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntitiesByClasses(Class...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getEntitiesByClasses(Class...)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getEntity(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getFeatureFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getFeatureFlags()"
          },
          {
            "kind": "METHOD",
            "name": "getForceLoadedChunks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getForceLoadedChunks()"
          },
          {
            "kind": "METHOD",
            "name": "getFullTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getFullTime()"
          },
          {
            "kind": "METHOD",
            "name": "getGameRuleValue(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getGameRuleValue(String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getGameRules()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getGameRules()"
          },
          {
            "kind": "METHOD",
            "name": "getGameTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getGameTime()"
          },
          {
            "kind": "METHOD",
            "name": "getGenerator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getGenerator()"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getHighestBlockAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(Location,HeightMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightMap"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getHighestBlockAt(Location,HeightMap)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getHighestBlockAt(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getHighestBlockAt(int,int,HeightMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightMap"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getHighestBlockAt(int,int,HeightMap)"
          },
          {
            "kind": "METHOD",
            "name": "getHumidity(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getHumidity(int,int)",
            "deprecated": {
              "since": "1.15",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHumidity(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getHumidity(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getInfiniburn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getInfiniburn()"
          },
          {
            "kind": "METHOD",
            "name": "getIntersectingChunks(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "box"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getIntersectingChunks(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "getKeepSpawnInMemory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getKeepSpawnInMemory()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLivingEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getLivingEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadedChunks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getLoadedChunks()"
          },
          {
            "kind": "METHOD",
            "name": "getLocationAtKey(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getLocationAtKey(long)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLogicalHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getLogicalHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getMonsterSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getMonsterSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boundingBox"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyEntities(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(BoundingBox,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boundingBox"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyEntities(BoundingBox,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(Location,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyEntities(Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(Location,double,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyEntities(Location,double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(Location,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyLivingEntities(Location,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(Location,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyLivingEntities(Location,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(Location,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyLivingEntities(Location,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(Location,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyLivingEntities(Location,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(Location,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyLivingEntities(Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyLivingEntities(Location,double,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyLivingEntities(Location,double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(Location,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyPlayers(Location,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(Location,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyPlayers(Location,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(Location,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyPlayers(Location,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(Location,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xzRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyPlayers(Location,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(Location,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyPlayers(Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyPlayers(Location,double,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              },
              {
                "kind": "PARAMETER",
                "name": "xRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "yRadius"
              },
              {
                "kind": "PARAMETER",
                "name": "zRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNearbyPlayers(Location,double,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "getNoTickViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getNoTickViewDistance()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPVP()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPVP()",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPlayerCount()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayersSeeingChunk(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPlayersSeeingChunk(Chunk)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayersSeeingChunk(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPlayersSeeingChunk(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginChunkTickets()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPluginChunkTickets()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginChunkTickets(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPluginChunkTickets(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getPopulators()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getPopulators()"
          },
          {
            "kind": "METHOD",
            "name": "getRaid(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getRaid(int)"
          },
          {
            "kind": "METHOD",
            "name": "getRaids()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getRaids()"
          },
          {
            "kind": "METHOD",
            "name": "getSeaLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getSeaLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getSendViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getSendViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getSimulationDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getSimulationDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLimit(SpawnCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getSpawnLimit(SpawnCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getStructures(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getStructures(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getStructures(int,int,Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structure"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getStructures(int,int,Structure)"
          },
          {
            "kind": "METHOD",
            "name": "getTemperature(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTemperature(int,int)",
            "deprecated": {
              "since": "1.15",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTemperature(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTemperature(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getThunderDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getThunderDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getTickableTileEntityCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTickableTileEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAmbientSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerAmbientSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerAnimalSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerAnimalSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerMonsterSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerMonsterSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerSpawns(SpawnCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerSpawns(SpawnCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterAmbientSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerWaterAmbientSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerWaterSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTicksPerWaterUndergroundCreatureSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTicksPerWaterUndergroundCreatureSpawns()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTileEntityCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTileEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getTime()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getVoidDamageAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getVoidDamageAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getVoidDamageMinBuildHeightOffset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getVoidDamageMinBuildHeightOffset()"
          },
          {
            "kind": "METHOD",
            "name": "getWaterAmbientSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWaterAmbientSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterAnimalSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWaterAnimalSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterUndergroundCreatureSpawnLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWaterUndergroundCreatureSpawnLimit()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWeatherDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWeatherDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldBorder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWorldBorder()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWorldFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWorldPath()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#getWorldType()",
            "deprecated": {
              "since": "1.16.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasBonusChest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#hasBonusChest()"
          },
          {
            "kind": "METHOD",
            "name": "hasCeiling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#hasCeiling()"
          },
          {
            "kind": "METHOD",
            "name": "hasRaids()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#hasRaids()"
          },
          {
            "kind": "METHOD",
            "name": "hasSkyLight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#hasSkyLight()"
          },
          {
            "kind": "METHOD",
            "name": "hasStorm()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#hasStorm()"
          },
          {
            "kind": "METHOD",
            "name": "hasStructureAt(Position,Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "structure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#hasStructureAt(Position,Structure)"
          },
          {
            "kind": "METHOD",
            "name": "isAutoSave()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isAutoSave()"
          },
          {
            "kind": "METHOD",
            "name": "isBedWorks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isBedWorks()"
          },
          {
            "kind": "METHOD",
            "name": "isChunkForceLoaded(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isChunkForceLoaded(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isChunkGenerated(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isChunkGenerated(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isChunkGenerated(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isChunkGenerated(long)"
          },
          {
            "kind": "METHOD",
            "name": "isChunkInUse(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isChunkInUse(int,int)",
            "deprecated": {
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isChunkLoaded(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isChunkLoaded(Chunk)"
          },
          {
            "kind": "METHOD",
            "name": "isChunkLoaded(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isChunkLoaded(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "isClearWeather()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isClearWeather()"
          },
          {
            "kind": "METHOD",
            "name": "isDayTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isDayTime()"
          },
          {
            "kind": "METHOD",
            "name": "isFixedTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isFixedTime()"
          },
          {
            "kind": "METHOD",
            "name": "isGameRule(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isGameRule(String)"
          },
          {
            "kind": "METHOD",
            "name": "isHardcore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isHardcore()"
          },
          {
            "kind": "METHOD",
            "name": "isNatural()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isNatural()"
          },
          {
            "kind": "METHOD",
            "name": "isPiglinSafe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isPiglinSafe()"
          },
          {
            "kind": "METHOD",
            "name": "isPositionLoaded(Position)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isPositionLoaded(Position)"
          },
          {
            "kind": "METHOD",
            "name": "isRespawnAnchorWorks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isRespawnAnchorWorks()"
          },
          {
            "kind": "METHOD",
            "name": "isThundering()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isThundering()"
          },
          {
            "kind": "METHOD",
            "name": "isUltraWarm()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isUltraWarm()"
          },
          {
            "kind": "METHOD",
            "name": "isVoidDamageEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#isVoidDamageEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "loadChunk(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#loadChunk(Chunk)"
          },
          {
            "kind": "METHOD",
            "name": "loadChunk(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#loadChunk(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "loadChunk(int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generate"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#loadChunk(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "locateNearestBiome(Location,Biome,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestBiome(Location,Biome,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "locateNearestBiome(Location,Biome,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "step"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestBiome(Location,Biome,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "locateNearestBiome(Location,int,Biome...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biomes"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestBiome(Location,int,Biome...)"
          },
          {
            "kind": "METHOD",
            "name": "locateNearestBiome(Location,int,int,int,Biome...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biomes"
              },
              {
                "kind": "PARAMETER",
                "name": "horizontalInterval"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "verticalInterval"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestBiome(Location,int,int,int,Biome...)"
          },
          {
            "kind": "METHOD",
            "name": "locateNearestRaid(Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestRaid(Location,int)"
          },
          {
            "kind": "METHOD",
            "name": "locateNearestStructure(Location,Structure,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "structure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestStructure(Location,Structure,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "locateNearestStructure(Location,StructureType,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "findUnexplored"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              },
              {
                "kind": "PARAMETER",
                "name": "structureType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#locateNearestStructure(Location,StructureType,int,boolean)",
            "deprecated": {
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.World.ChunkLoadCallback",
            "children": [
              {
                "kind": "METHOD",
                "name": "accept(Chunk)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "chunk"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/ChunkLoadCallback.html#accept(Chunk)"
              },
              {
                "kind": "METHOD",
                "name": "onLoad(Chunk)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "chunk"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/ChunkLoadCallback.html#onLoad(Chunk)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/ChunkLoadCallback.html",
            "deprecated": {
              "since": "1.13.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.World.Environment",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#CUSTOM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Environment(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#Environment(int)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#NETHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THE_END",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#THE_END"
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#id"
              },
              {
                "kind": "FIELD",
                "name": "lookup",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#lookup"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Environment.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.World.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "strikeLightning(Location,boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "isSilent"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "loc"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Spigot.html#strikeLightning(Location,boolean)",
                "deprecated": {
                  "since": "1.20.4",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "strikeLightningEffect(Location,boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "isSilent"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "loc"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Spigot.html#strikeLightningEffect(Location,boolean)",
                "deprecated": {
                  "since": "1.20.4",
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World/Spigot.html",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "playEffect(Location,Effect,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playEffect(Location,Effect,int)"
          },
          {
            "kind": "METHOD",
            "name": "playEffect(Location,Effect,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playEffect(Location,Effect,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "playNote(Location,Instrument,Note)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instrument"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playNote(Location,Instrument,Note)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,Sound,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Entity,Sound,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,Sound,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Entity,Sound,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,Sound,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Entity,Sound,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,String,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Entity,String,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,String,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Entity,String,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,String,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Entity,String,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,Sound,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Location,Sound,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,Sound,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Location,Sound,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,Sound,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Location,Sound,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,String,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Location,String,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,String,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Location,String,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,String,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#playSound(Location,String,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "rayTrace(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "builderConsumer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTrace(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "rayTrace(Location,Vector,double,FluidCollisionMode,boolean,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "ignorePassableBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "raySize"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTrace(Location,Vector,double,FluidCollisionMode,boolean,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "rayTrace(Position,Vector,double,FluidCollisionMode,boolean,double,Predicate,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canCollide"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "ignorePassableBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "raySize"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTrace(Position,Vector,double,FluidCollisionMode,boolean,double,Predicate,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(Location,Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceBlocks(Location,Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(Location,Vector,double,FluidCollisionMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceBlocks(Location,Vector,double,FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(Location,Vector,double,FluidCollisionMode,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "ignorePassableBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceBlocks(Location,Vector,double,FluidCollisionMode,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(Position,Vector,double,FluidCollisionMode,boolean,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canCollide"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "ignorePassableBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceBlocks(Position,Vector,double,FluidCollisionMode,boolean,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(Location,Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceEntities(Location,Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(Location,Vector,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceEntities(Location,Vector,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(Location,Vector,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "raySize"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceEntities(Location,Vector,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(Location,Vector,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "raySize"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceEntities(Location,Vector,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(Position,Vector,double,double,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "raySize"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#rayTraceEntities(Position,Vector,double,double,Predicate)"
          },
          {
            "kind": "METHOD",
            "name": "refreshChunk(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#refreshChunk(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "regenerateChunk(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#regenerateChunk(int,int)",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removePluginChunkTicket(int,int,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#removePluginChunkTicket(int,int,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "removePluginChunkTickets(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#removePluginChunkTickets(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "save()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#save()"
          },
          {
            "kind": "METHOD",
            "name": "save(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flush"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#save(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "sendGameEvent(Entity,GameEvent,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gameEvent"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#sendGameEvent(Entity,GameEvent,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setAmbientSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setAmbientSpawnLimit(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAnimalSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setAnimalSpawnLimit(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAutoSave(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setAutoSave(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBiome(int,int,Biome)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bio"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setBiome(int,int,Biome)",
            "deprecated": {
              "since": "1.15",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setChunkForceLoaded(int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forced"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setChunkForceLoaded(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setClearWeatherDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setClearWeatherDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDifficulty(Difficulty)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "difficulty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setDifficulty(Difficulty)"
          },
          {
            "kind": "METHOD",
            "name": "setFullTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setFullTime(long)"
          },
          {
            "kind": "METHOD",
            "name": "setGameRuleValue(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setGameRuleValue(String,String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setHardcore(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hardcore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setHardcore(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setKeepSpawnInMemory(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keepLoaded"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setKeepSpawnInMemory(boolean)",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMonsterSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setMonsterSpawnLimit(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setNoTickViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setNoTickViewDistance(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPVP(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pvp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setPVP(boolean)",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSendViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSendViewDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSimulationDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "simulationDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSimulationDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnFlags(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowAnimals"
              },
              {
                "kind": "PARAMETER",
                "name": "allowMonsters"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSpawnFlags(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLimit(SpawnCategory,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSpawnLimit(SpawnCategory,int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSpawnLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSpawnLocation(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(int,int,int,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setSpawnLocation(int,int,int,float)"
          },
          {
            "kind": "METHOD",
            "name": "setStorm(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasStorm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setStorm(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setThunderDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setThunderDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setThundering(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "thundering"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setThundering(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerAmbientSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerAmbientSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerAmbientSpawns(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerAnimalSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerAnimalSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerAnimalSpawns(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerMonsterSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerMonsterSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerMonsterSpawns(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerSpawns(SpawnCategory,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCategory"
              },
              {
                "kind": "PARAMETER",
                "name": "ticksPerCategorySpawn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerSpawns(SpawnCategory,int)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerWaterAmbientSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerWaterAmbientSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerWaterAmbientSpawns(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerWaterSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerWaterSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerWaterSpawns(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTicksPerWaterUndergroundCreatureSpawns(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksPerWaterUndergroundCreatureSpawns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTicksPerWaterUndergroundCreatureSpawns(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setTime(long)"
          },
          {
            "kind": "METHOD",
            "name": "setViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setViewDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVoidDamageAmount(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "voidDamageAmount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setVoidDamageAmount(float)"
          },
          {
            "kind": "METHOD",
            "name": "setVoidDamageEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setVoidDamageEnabled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVoidDamageMinBuildHeightOffset(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "minBuildHeightOffset"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setVoidDamageMinBuildHeightOffset(double)"
          },
          {
            "kind": "METHOD",
            "name": "setWaterAmbientSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setWaterAmbientSpawnLimit(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWaterAnimalSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setWaterAnimalSpawnLimit(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWaterUndergroundCreatureSpawnLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "limit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setWaterUndergroundCreatureSpawnLimit(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWeatherDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#setWeatherDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "spawnArrow(Location,Vector,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              },
              {
                "kind": "PARAMETER",
                "name": "spread"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnArrow(Location,Vector,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "spawnFallingBlock(Location,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnFallingBlock(Location,BlockData)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "spawnFallingBlock(Location,Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnFallingBlock(Location,Material,byte)",
            "deprecated": {
              "since": "1.7.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "spawnFallingBlock(Location,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnFallingBlock(Location,MaterialData)",
            "deprecated": {
              "since": "1.20.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnParticle(Particle,Location,int)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,Location,int,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnParticle(Particle,Location,int,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,Location,int,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnParticle(Particle,Location,int,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,double,double,double,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnParticle(Particle,double,double,double,int)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,double,double,double,int,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnParticle(Particle,double,double,double,int,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,double,double,double,int,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spawnParticle(Particle,double,double,double,int,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#spigot()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "strikeLightning(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#strikeLightning(Location)"
          },
          {
            "kind": "METHOD",
            "name": "strikeLightningEffect(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#strikeLightningEffect(Location)"
          },
          {
            "kind": "METHOD",
            "name": "unloadChunk(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#unloadChunk(Chunk)"
          },
          {
            "kind": "METHOD",
            "name": "unloadChunk(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#unloadChunk(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "unloadChunk(int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "save"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#unloadChunk(int,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "unloadChunkRequest(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html#unloadChunkRequest(int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/World.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.WorldBorder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCenter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getCenter()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getDamageAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageBuffer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getDamageBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxCenterCoordinate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getMaxCenterCoordinate()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getMaxSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getWarningDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWarningTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getWarningTime()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "isInside(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#isInside(Location)"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#reset()"
          },
          {
            "kind": "METHOD",
            "name": "setCenter(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setCenter(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setCenter(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setCenter(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageAmount(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setDamageAmount(double)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageBuffer(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setDamageBuffer(double)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSize"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setSize(double)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(double,TimeUnit,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSize"
              },
              {
                "kind": "PARAMETER",
                "name": "time"
              },
              {
                "kind": "PARAMETER",
                "name": "unit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setSize(double,TimeUnit,long)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(double,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSize"
              },
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setSize(double,long)"
          },
          {
            "kind": "METHOD",
            "name": "setWarningDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setWarningDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWarningTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html#setWarningTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldBorder.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.WorldCreator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldCreator(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#WorldCreator(NamespacedKey)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldCreator(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#WorldCreator(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldCreator(String,NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levelName"
              },
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#WorldCreator(String,NamespacedKey)"
          },
          {
            "kind": "FIELD",
            "name": "biomeProvider",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#biomeProvider"
          },
          {
            "kind": "METHOD",
            "name": "biomeProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#biomeProvider()"
          },
          {
            "kind": "METHOD",
            "name": "biomeProvider(BiomeProvider)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biomeProvider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#biomeProvider(BiomeProvider)"
          },
          {
            "kind": "METHOD",
            "name": "biomeProvider(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biomeProvider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#biomeProvider(String)"
          },
          {
            "kind": "METHOD",
            "name": "biomeProvider(String,CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biomeProvider"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#biomeProvider(String,CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "bonusChest",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#bonusChest"
          },
          {
            "kind": "METHOD",
            "name": "bonusChest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#bonusChest()"
          },
          {
            "kind": "METHOD",
            "name": "bonusChest(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bonusChest"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#bonusChest(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "copy(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#copy(World)"
          },
          {
            "kind": "METHOD",
            "name": "copy(WorldCreator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#copy(WorldCreator)"
          },
          {
            "kind": "METHOD",
            "name": "createWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#createWorld()"
          },
          {
            "kind": "FIELD",
            "name": "environment",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#environment"
          },
          {
            "kind": "METHOD",
            "name": "environment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#environment()"
          },
          {
            "kind": "METHOD",
            "name": "environment(Environment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "env"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#environment(Environment)"
          },
          {
            "kind": "FIELD",
            "name": "generateStructures",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generateStructures"
          },
          {
            "kind": "METHOD",
            "name": "generateStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "generateStructures(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generateStructures(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "generator",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generator"
          },
          {
            "kind": "METHOD",
            "name": "generator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generator()"
          },
          {
            "kind": "METHOD",
            "name": "generator(ChunkGenerator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generator(ChunkGenerator)"
          },
          {
            "kind": "METHOD",
            "name": "generator(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generator(String)"
          },
          {
            "kind": "METHOD",
            "name": "generator(String,CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generator"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generator(String,CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "generatorSettings",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generatorSettings"
          },
          {
            "kind": "METHOD",
            "name": "generatorSettings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generatorSettings()"
          },
          {
            "kind": "METHOD",
            "name": "generatorSettings(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generatorSettings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#generatorSettings(String)"
          },
          {
            "kind": "METHOD",
            "name": "getBiomeProviderForName(String,String,CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#getBiomeProviderForName(String,String,CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "getGeneratorForName(String,String,CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#getGeneratorForName(String,String,CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "getWorldKey(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#getWorldKey(String)"
          },
          {
            "kind": "FIELD",
            "name": "hardcore",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#hardcore"
          },
          {
            "kind": "METHOD",
            "name": "hardcore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#hardcore()"
          },
          {
            "kind": "METHOD",
            "name": "hardcore(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hardcore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#hardcore(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "keepSpawnLoaded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#keepSpawnLoaded()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "keepSpawnLoaded(TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keepSpawnLoaded"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#keepSpawnLoaded(TriState)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#key"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#key()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#name"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#name()"
          },
          {
            "kind": "METHOD",
            "name": "name(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#name(String)"
          },
          {
            "kind": "METHOD",
            "name": "ofKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#ofKey(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "ofNameAndKey(String,NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levelName"
              },
              {
                "kind": "PARAMETER",
                "name": "worldKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#ofNameAndKey(String,NamespacedKey)"
          },
          {
            "kind": "FIELD",
            "name": "seed",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#seed"
          },
          {
            "kind": "METHOD",
            "name": "seed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#seed()"
          },
          {
            "kind": "METHOD",
            "name": "seed(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#seed(long)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#type"
          },
          {
            "kind": "METHOD",
            "name": "type()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#type()"
          },
          {
            "kind": "METHOD",
            "name": "type(WorldType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html#type(WorldType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldCreator.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.WorldType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMPLIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#AMPLIFIED"
          },
          {
            "kind": "FIELD",
            "name": "BY_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#BY_NAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#FLAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LARGE_BIOMES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#LARGE_BIOMES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#NORMAL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#WorldType(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#getName()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#name"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/WorldType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.advancement",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.advancement.Advancement",
        "children": [
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#displayName()"
          },
          {
            "kind": "METHOD",
            "name": "getChildren()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#getChildren()"
          },
          {
            "kind": "METHOD",
            "name": "getCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#getCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#getDisplay()"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#getParent()"
          },
          {
            "kind": "METHOD",
            "name": "getRequirements()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#getRequirements()"
          },
          {
            "kind": "METHOD",
            "name": "getRoot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html#getRoot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/Advancement.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.advancement.AdvancementDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getIcon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#getIcon()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "isHidden()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#isHidden()"
          },
          {
            "kind": "METHOD",
            "name": "shouldAnnounceChat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#shouldAnnounceChat()"
          },
          {
            "kind": "METHOD",
            "name": "shouldShowToast()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html#shouldShowToast()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplay.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.advancement.AdvancementDisplayType",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AdvancementDisplayType(ChatColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#AdvancementDisplayType(ChatColor)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHALLENGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#CHALLENGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#GOAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TASK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#TASK"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#color"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementDisplayType.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.advancement.AdvancementProgress",
        "children": [
          {
            "kind": "METHOD",
            "name": "awardCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#awardCriteria(String)"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#getAdvancement()"
          },
          {
            "kind": "METHOD",
            "name": "getAwardedCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#getAwardedCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "getDateAwarded(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#getDateAwarded(String)"
          },
          {
            "kind": "METHOD",
            "name": "getRemainingCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#getRemainingCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "isDone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#isDone()"
          },
          {
            "kind": "METHOD",
            "name": "revokeCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html#revokeCriteria(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementProgress.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.advancement.AdvancementRequirement",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRequiredCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementRequirement.html#getRequiredCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "isStrict()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementRequirement.html#isStrict()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementRequirement.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.advancement.AdvancementRequirements",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRequirements()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementRequirements.html#getRequirements()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/AdvancementRequirements.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/advancement/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.attribute",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.attribute.Attributable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttribute(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attributable.html#getAttribute(Attribute)"
          },
          {
            "kind": "METHOD",
            "name": "registerAttribute(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attributable.html#registerAttribute(Attribute)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attributable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.attribute.Attribute",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "ARMOR_TOUGHNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#ARMOR_TOUGHNESS"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#ATTACK_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#ATTACK_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#ATTACK_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_BREAK_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#BLOCK_BREAK_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "BLOCK_INTERACTION_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#BLOCK_INTERACTION_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "BURNING_TIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#BURNING_TIME"
          },
          {
            "kind": "FIELD",
            "name": "CAMERA_DISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#CAMERA_DISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "ENTITY_INTERACTION_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#ENTITY_INTERACTION_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "EXPLOSION_KNOCKBACK_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#EXPLOSION_KNOCKBACK_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "FALL_DAMAGE_MULTIPLIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#FALL_DAMAGE_MULTIPLIER"
          },
          {
            "kind": "FIELD",
            "name": "FLYING_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#FLYING_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "FOLLOW_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#FOLLOW_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "GRAVITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#GRAVITY"
          },
          {
            "kind": "FIELD",
            "name": "JUMP_STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#JUMP_STRENGTH"
          },
          {
            "kind": "FIELD",
            "name": "KNOCKBACK_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#KNOCKBACK_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#LUCK"
          },
          {
            "kind": "FIELD",
            "name": "MAX_ABSORPTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#MAX_ABSORPTION"
          },
          {
            "kind": "FIELD",
            "name": "MAX_HEALTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#MAX_HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "MINING_EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#MINING_EFFICIENCY"
          },
          {
            "kind": "FIELD",
            "name": "MOVEMENT_EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#MOVEMENT_EFFICIENCY"
          },
          {
            "kind": "FIELD",
            "name": "MOVEMENT_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#MOVEMENT_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "OXYGEN_BONUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#OXYGEN_BONUS"
          },
          {
            "kind": "FIELD",
            "name": "SAFE_FALL_DISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#SAFE_FALL_DISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "SCALE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#SCALE"
          },
          {
            "kind": "FIELD",
            "name": "SNEAKING_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#SNEAKING_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "SPAWN_REINFORCEMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#SPAWN_REINFORCEMENTS"
          },
          {
            "kind": "FIELD",
            "name": "STEP_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#STEP_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SUBMERGED_MINING_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#SUBMERGED_MINING_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "SWEEPING_DAMAGE_RATIO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#SWEEPING_DAMAGE_RATIO"
          },
          {
            "kind": "FIELD",
            "name": "TEMPT_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#TEMPT_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "WATER_MOVEMENT_EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#WATER_MOVEMENT_EFFICIENCY"
          },
          {
            "kind": "FIELD",
            "name": "WAYPOINT_RECEIVE_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#WAYPOINT_RECEIVE_RANGE"
          },
          {
            "kind": "FIELD",
            "name": "WAYPOINT_TRANSMIT_RANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#WAYPOINT_TRANSMIT_RANGE"
          },
          {
            "kind": "METHOD",
            "name": "getAttribute(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#getAttribute(String)"
          },
          {
            "kind": "METHOD",
            "name": "getSentiment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#getSentiment()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.attribute.Attribute.Sentiment",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEGATIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html#NEGATIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEUTRAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html#NEUTRAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POSITIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html#POSITIVE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Sentiment()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html#Sentiment()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute/Sentiment.html"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#valueOf(String)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html#values()",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/Attribute.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.attribute.AttributeInstance",
        "children": [
          {
            "kind": "METHOD",
            "name": "addModifier(AttributeModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#addModifier(AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "addTransientModifier(AttributeModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#addTransientModifier(AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "getAttribute()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getAttribute()"
          },
          {
            "kind": "METHOD",
            "name": "getBaseValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getBaseValue()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getDefaultValue()"
          },
          {
            "kind": "METHOD",
            "name": "getModifier(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getModifier(Key)"
          },
          {
            "kind": "METHOD",
            "name": "getModifier(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getModifier(UUID)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getModifiers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#getValue()"
          },
          {
            "kind": "METHOD",
            "name": "removeModifier(AttributeModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#removeModifier(AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "removeModifier(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#removeModifier(Key)"
          },
          {
            "kind": "METHOD",
            "name": "removeModifier(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#removeModifier(UUID)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBaseValue(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html#setBaseValue(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeInstance.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.attribute.AttributeModifier",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeModifier(NamespacedKey,double,Operation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "operation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(NamespacedKey,double,Operation)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeModifier(NamespacedKey,double,Operation,EquipmentSlotGroup)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "operation"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(NamespacedKey,double,Operation,EquipmentSlotGroup)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeModifier(String,double,Operation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "operation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(String,double,Operation)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeModifier(UUID,String,double,Operation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "operation"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(UUID,String,double,Operation)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeModifier(UUID,String,double,Operation,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "operation"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(UUID,String,double,Operation,EquipmentSlot)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "AttributeModifier(UUID,String,double,Operation,EquipmentSlotGroup)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "operation"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#AttributeModifier(UUID,String,double,Operation,EquipmentSlotGroup)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "UUID_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#UUID_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#amount"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOperation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getOperation()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getSlot()",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSlotGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getSlotGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#getUniqueId()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#key"
          },
          {
            "kind": "FIELD",
            "name": "operation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#operation"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.attribute.AttributeModifier.Operation",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADD_NUMBER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html#ADD_NUMBER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADD_SCALAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html#ADD_SCALAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MULTIPLY_SCALAR_1",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html#MULTIPLY_SCALAR_1"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Operation()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html#Operation()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier/Operation.html"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#serialize()"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#slot"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/AttributeModifier.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/attribute/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.ban",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.ban.IpBanList",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/IpBanList.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.ban.ProfileBanList",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eaddBan(PlayerProfile,String,Date,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#\u003cE\u003eaddBan(PlayerProfile,String,Date,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eaddBan(PlayerProfile,String,Duration,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#\u003cE\u003eaddBan(PlayerProfile,String,Duration,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eaddBan(PlayerProfile,String,Instant,String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#\u003cE\u003eaddBan(PlayerProfile,String,Instant,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003egetBanEntry(PlayerProfile)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#\u003cE\u003egetBanEntry(PlayerProfile)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addBan(PlayerProfile,String,Date,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#addBan(PlayerProfile,String,Date,String)"
          },
          {
            "kind": "METHOD",
            "name": "isBanned(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#isBanned(PlayerProfile)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "pardon(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html#pardon(PlayerProfile)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/ProfileBanList.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/ban/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Banner",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPattern(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#addPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "getBaseColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#getBaseColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#getPattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPatterns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#getPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "numberOfPatterns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#numberOfPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "removePattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#removePattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBaseColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#setBaseColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "setPattern(int,Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#setPattern(int,Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "setPatterns(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "patterns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html#setPatterns(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Banner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Barrel",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Barrel.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Beacon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEffectRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#getEffectRange()"
          },
          {
            "kind": "METHOD",
            "name": "getEntitiesInRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#getEntitiesInRange()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimaryEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#getPrimaryEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondaryEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#getSecondaryEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getTier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#getTier()"
          },
          {
            "kind": "METHOD",
            "name": "resetEffectRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#resetEffectRange()"
          },
          {
            "kind": "METHOD",
            "name": "setEffectRange(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "range"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#setEffectRange(double)"
          },
          {
            "kind": "METHOD",
            "name": "setPrimaryEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#setPrimaryEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondaryEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html#setSecondaryEffect(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beacon.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Bed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bed.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bed.html#setColor(DyeColor)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bed.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Beehive",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFlower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beehive.html#getFlower()"
          },
          {
            "kind": "METHOD",
            "name": "isSedated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beehive.html#isSedated()"
          },
          {
            "kind": "METHOD",
            "name": "setFlower(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beehive.html#setFlower(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Beehive.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Bell",
        "children": [
          {
            "kind": "METHOD",
            "name": "getResonatingTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#getResonatingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getShakingTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#getShakingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isResonating()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#isResonating()"
          },
          {
            "kind": "METHOD",
            "name": "isShaking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#isShaking()"
          },
          {
            "kind": "METHOD",
            "name": "ring()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#ring()"
          },
          {
            "kind": "METHOD",
            "name": "ring(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#ring(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "ring(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#ring(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "ring(Entity,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html#ring(Entity,BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Bell.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Biome",
        "children": [
          {
            "kind": "FIELD",
            "name": "BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#BAMBOO_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "BASALT_DELTAS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#BASALT_DELTAS"
          },
          {
            "kind": "FIELD",
            "name": "BEACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#BEACH"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#BIRCH_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#CHERRY_GROVE"
          },
          {
            "kind": "FIELD",
            "name": "COLD_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#COLD_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#CRIMSON_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "CUSTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#CUSTOM",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "FIELD",
            "name": "DARK_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DARK_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_COLD_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DEEP_COLD_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_DARK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DEEP_DARK"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_FROZEN_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DEEP_FROZEN_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_LUKEWARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DEEP_LUKEWARM_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DEEP_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DEEP_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DESERT"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#DRIPSTONE_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "END_BARRENS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#END_BARRENS"
          },
          {
            "kind": "FIELD",
            "name": "END_HIGHLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#END_HIGHLANDS"
          },
          {
            "kind": "FIELD",
            "name": "END_MIDLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#END_MIDLANDS"
          },
          {
            "kind": "FIELD",
            "name": "ERODED_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#ERODED_BADLANDS"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#FLOWER_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#FOREST"
          },
          {
            "kind": "FIELD",
            "name": "FROZEN_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#FROZEN_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "FROZEN_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#FROZEN_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "FROZEN_RIVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#FROZEN_RIVER"
          },
          {
            "kind": "FIELD",
            "name": "GROVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#GROVE"
          },
          {
            "kind": "FIELD",
            "name": "ICE_SPIKES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#ICE_SPIKES"
          },
          {
            "kind": "FIELD",
            "name": "JAGGED_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#JAGGED_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "LUKEWARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#LUKEWARM_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "LUSH_CAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#LUSH_CAVES"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#MANGROVE_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "MEADOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#MEADOW"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_FIELDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#MUSHROOM_FIELDS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WASTES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#NETHER_WASTES"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "OLD_GROWTH_BIRCH_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#OLD_GROWTH_BIRCH_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "OLD_GROWTH_PINE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#OLD_GROWTH_PINE_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "OLD_GROWTH_SPRUCE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#OLD_GROWTH_SPRUCE_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "PALE_GARDEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#PALE_GARDEN"
          },
          {
            "kind": "FIELD",
            "name": "PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "RIVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#RIVER"
          },
          {
            "kind": "FIELD",
            "name": "SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "SAVANNA_PLATEAU",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SAVANNA_PLATEAU"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_END_ISLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SMALL_END_ISLANDS"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_BEACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SNOWY_BEACH"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SNOWY_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_SLOPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SNOWY_SLOPES"
          },
          {
            "kind": "FIELD",
            "name": "SNOWY_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SNOWY_TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SAND_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SOUL_SAND_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "SPARSE_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SPARSE_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "STONY_PEAKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#STONY_PEAKS"
          },
          {
            "kind": "FIELD",
            "name": "STONY_SHORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#STONY_SHORE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWER_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SUNFLOWER_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#TAIGA"
          },
          {
            "kind": "FIELD",
            "name": "THE_END",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#THE_END"
          },
          {
            "kind": "FIELD",
            "name": "THE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#THE_VOID"
          },
          {
            "kind": "FIELD",
            "name": "WARM_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WARM_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WARPED_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_FOREST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WINDSWEPT_FOREST"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_GRAVELLY_HILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WINDSWEPT_GRAVELLY_HILLS"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_HILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WINDSWEPT_HILLS"
          },
          {
            "kind": "FIELD",
            "name": "WINDSWEPT_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WINDSWEPT_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "WOODED_BADLANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#WOODED_BADLANDS"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#getBiome(String)"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#translationKey()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#valueOf(String)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html#values()",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Biome.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BlastFurnace",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlastFurnace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Block",
        "children": [
          {
            "kind": "METHOD",
            "name": "applyBoneMeal(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#applyBoneMeal(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally()"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              },
              {
                "kind": "PARAMETER",
                "name": "triggerEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(ItemStack,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropExperience"
              },
              {
                "kind": "PARAMETER",
                "name": "tool"
              },
              {
                "kind": "PARAMETER",
                "name": "triggerEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally(ItemStack,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(ItemStack,boolean,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropExperience"
              },
              {
                "kind": "PARAMETER",
                "name": "forceEffect"
              },
              {
                "kind": "PARAMETER",
                "name": "tool"
              },
              {
                "kind": "PARAMETER",
                "name": "triggerEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally(ItemStack,boolean,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "triggerEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "breakNaturally(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropExperience"
              },
              {
                "kind": "PARAMETER",
                "name": "triggerEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#breakNaturally(boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "canPlace(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#canPlace(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "fluidTick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#fluidTick()"
          },
          {
            "kind": "METHOD",
            "name": "getBiome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBiome()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockKey()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlockKey(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockKey(int,int,int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlockKeyX(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "packed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockKeyX(long)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlockKeyY(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "packed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockKeyY(long)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlockKeyZ(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "packed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockKeyZ(long)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBlockPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockPower()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockPower(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockPower(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockSoundGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBlockSoundGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getBreakSpeed(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getBreakSpeed(Player)"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getCollisionShape()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getCollisionShape()"
          },
          {
            "kind": "METHOD",
            "name": "getComputedBiome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getComputedBiome()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDestroySpeed(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getDestroySpeed(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getDestroySpeed(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "considerEnchants"
              },
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getDestroySpeed(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getDrops(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getDrops(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getDrops(ItemStack,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getDrops(ItemStack,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getFace(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getFace(Block)"
          },
          {
            "kind": "METHOD",
            "name": "getHumidity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getHumidity()"
          },
          {
            "kind": "METHOD",
            "name": "getLightFromBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getLightFromBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getLightFromSky()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getLightFromSky()"
          },
          {
            "kind": "METHOD",
            "name": "getLightLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getLightLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getPistonMoveReaction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getPistonMoveReaction()"
          },
          {
            "kind": "METHOD",
            "name": "getRelative(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getRelative(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "getRelative(BlockFace,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              },
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getRelative(BlockFace,int)"
          },
          {
            "kind": "METHOD",
            "name": "getRelative(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modX"
              },
              {
                "kind": "PARAMETER",
                "name": "modY"
              },
              {
                "kind": "PARAMETER",
                "name": "modZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getRelative(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getSoundGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getSoundGroup()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.18.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "getState(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getState(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getTemperature()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getTemperature()"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isBlockFaceIndirectlyPowered(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isBlockFaceIndirectlyPowered(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isBlockFacePowered(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isBlockFacePowered(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isBlockIndirectlyPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isBlockIndirectlyPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isBlockPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isBlockPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isBuildable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isBuildable()"
          },
          {
            "kind": "METHOD",
            "name": "isBurnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isBurnable()"
          },
          {
            "kind": "METHOD",
            "name": "isCollidable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isCollidable()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isLiquid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isLiquid()"
          },
          {
            "kind": "METHOD",
            "name": "isPassable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isPassable()"
          },
          {
            "kind": "METHOD",
            "name": "isPreferredTool(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isPreferredTool(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isReplaceable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isReplaceable()"
          },
          {
            "kind": "METHOD",
            "name": "isSolid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isSolid()"
          },
          {
            "kind": "METHOD",
            "name": "isSuffocating()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isSuffocating()"
          },
          {
            "kind": "METHOD",
            "name": "isValidTool(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#isValidTool(ItemStack)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "randomTick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#randomTick()"
          },
          {
            "kind": "METHOD",
            "name": "rayTrace(Location,Vector,double,FluidCollisionMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#rayTrace(Location,Vector,double,FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "setBiome(Biome)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bio"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#setBiome(Biome)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#setBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "applyPhysics"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#setBlockData(BlockData,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setType(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#setType(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setType(Material,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "applyPhysics"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#setType(Material,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "tick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html#tick()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Block.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.BlockFace",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFace(BlockFace,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face1"
              },
              {
                "kind": "PARAMETER",
                "name": "face2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#BlockFace(BlockFace,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockFace(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modX"
              },
              {
                "kind": "PARAMETER",
                "name": "modY"
              },
              {
                "kind": "PARAMETER",
                "name": "modZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#BlockFace(int,int,int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#DOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST_NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#EAST_NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST_SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#EAST_SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#NORTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#NORTH_NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#NORTH_NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#SELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#SOUTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#SOUTH_SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#SOUTH_SOUTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#SOUTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST_NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#WEST_NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST_SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#WEST_SOUTH_WEST"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getModX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#getModX()"
          },
          {
            "kind": "METHOD",
            "name": "getModY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#getModY()"
          },
          {
            "kind": "METHOD",
            "name": "getModZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#getModZ()"
          },
          {
            "kind": "METHOD",
            "name": "getOppositeFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#getOppositeFace()"
          },
          {
            "kind": "METHOD",
            "name": "isCartesian()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#isCartesian()"
          },
          {
            "kind": "FIELD",
            "name": "modX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#modX"
          },
          {
            "kind": "FIELD",
            "name": "modY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#modY"
          },
          {
            "kind": "FIELD",
            "name": "modZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#modZ"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockFace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BlockState",
        "children": [
          {
            "kind": "METHOD",
            "name": "copy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#copy()"
          },
          {
            "kind": "METHOD",
            "name": "copy(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#copy(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getData()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getDrops(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getDrops(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getDrops(ItemStack,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getDrops(ItemStack,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getLightLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getLightLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getRawData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getRawData()",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "isCollidable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#isCollidable()"
          },
          {
            "kind": "METHOD",
            "name": "isPlaced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#isPlaced()"
          },
          {
            "kind": "METHOD",
            "name": "isSuffocating()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#isSuffocating()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#setBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setData(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#setData(MaterialData)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setRawData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#setRawData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setType(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#setType(Material)"
          },
          {
            "kind": "METHOD",
            "name": "update()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#update()"
          },
          {
            "kind": "METHOD",
            "name": "update(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#update(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "update(boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "applyPhysics"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html#update(boolean,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockState.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.BlockSupport",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockSupport()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html#BlockSupport()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html#CENTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html#FULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html#RIGID"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockSupport.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BlockType",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cB\u003egetBlockType(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#\u003cB\u003egetBlockType(String)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cB\u003etyped(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "PARAMETER",
                "name": "blockDataType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#\u003cB\u003etyped(Class)"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ACTIVATOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ALLIUM"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#AMETHYST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_CLUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#AMETHYST_CLUSTER"
          },
          {
            "kind": "FIELD",
            "name": "ANCIENT_DEBRIS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ANCIENT_DEBRIS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ANDESITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "ATTACHED_MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ATTACHED_MELON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "ATTACHED_PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ATTACHED_PUMPKIN_STEM"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#AZURE_BLUET"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_MOSAIC"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_MOSAIC_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_MOSAIC_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BAMBOO_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BARREL"
          },
          {
            "kind": "FIELD",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BARRIER"
          },
          {
            "kind": "FIELD",
            "name": "BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BASALT"
          },
          {
            "kind": "FIELD",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BEACON"
          },
          {
            "kind": "FIELD",
            "name": "BEDROCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BEDROCK"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BEEHIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BEETROOTS"
          },
          {
            "kind": "FIELD",
            "name": "BEE_NEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BEE_NEST"
          },
          {
            "kind": "FIELD",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BELL"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIG_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIG_DRIPLEAF_STEM"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLACK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLAST_FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_ICE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_ORCHID"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BREWING_STAND"
          },
          {
            "kind": "FIELD",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_BED"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BROWN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_COLUMN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUBBLE_COLUMN"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BUDDING_AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUDDING_AMETHYST"
          },
          {
            "kind": "FIELD",
            "name": "BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#BUSH"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CACTUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CALCITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CALCITE"
          },
          {
            "kind": "FIELD",
            "name": "CALIBRATED_SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CALIBRATED_SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CARROTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CARROTS"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CARVED_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CARVED_PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CAVE_AIR"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CAVE_VINES"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CAVE_VINES_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "CHAIN_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHAIN_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHEST"
          },
          {
            "kind": "FIELD",
            "name": "CHIPPED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHIPPED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHISELED_TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHORUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CHORUS_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CLAY"
          },
          {
            "kind": "FIELD",
            "name": "CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COARSE_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COARSE_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COBWEB"
          },
          {
            "kind": "FIELD",
            "name": "COCOA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COCOA"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COMPARATOR"
          },
          {
            "kind": "FIELD",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COMPOSTER"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CONDUIT"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#COPPER_WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CORNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRACKED_DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRACKED_DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRACKED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRACKED_POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRAFTER"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRAFTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CREAKING_HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CREAKING_HEART"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CREEPER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CREEPER_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRIMSON_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRYING_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CRYING_OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CUT_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_BED"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#CYAN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DAMAGED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DANDELION"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DARK_PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DAYLIGHT_DETECTOR"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BRAIN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BUBBLE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEAD_TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DECORATED_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DECORATED_POT"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_TILE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_TILE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DEEPSLATE_TILE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DETECTOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIAMOND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIORITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DIRT_PATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DIRT_PATH"
          },
          {
            "kind": "FIELD",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DISPENSER"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DRAGON_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DRAGON_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DRAGON_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DRIED_GHAST"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_KELP_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DRIED_KELP_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DRIPSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#DROPPER"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EMERALD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ENCHANTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ENDER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "END_GATEWAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_GATEWAY"
          },
          {
            "kind": "FIELD",
            "name": "END_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "END_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_PORTAL_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_ROD"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_STONE"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#END_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FARMLAND"
          },
          {
            "kind": "FIELD",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FERN"
          },
          {
            "kind": "FIELD",
            "name": "FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FIRE"
          },
          {
            "kind": "FIELD",
            "name": "FIREFLY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FIREFLY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FIRE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "FLETCHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FLETCHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FLOWERING_AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FLOWERING_AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FLOWER_POT"
          },
          {
            "kind": "FIELD",
            "name": "FROGSPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FROGSPAWN"
          },
          {
            "kind": "FIELD",
            "name": "FROSTED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FROSTED_ICE"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "GILDED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GILDED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GLOWSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_LICHEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GLOW_LICHEN"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRANITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "GRASS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRASS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_BED"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GREEN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#GRINDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "HANGING_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HANGING_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HAY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_CORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HEAVY_CORE"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HEAVY_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "HONEYCOMB_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HONEYCOMB_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HONEY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HONEY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HOPPER"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#HORN_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_STONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#INFESTED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#IRON_BARS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "IRON_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#IRON_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#IRON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#IRON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JACK_O_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JIGSAW"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUKEBOX"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#KELP"
          },
          {
            "kind": "FIELD",
            "name": "KELP_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#KELP_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LADDER"
          },
          {
            "kind": "FIELD",
            "name": "LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LAPIS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LARGE_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LARGE_FERN"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LAVA_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "LEAF_LITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LEAF_LITTER"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LECTERN"
          },
          {
            "kind": "FIELD",
            "name": "LEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LEVER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIGHT_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "LILAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LILAC"
          },
          {
            "kind": "FIELD",
            "name": "LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LILY_OF_THE_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "LILY_PAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LILY_PAD"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LIME_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LODESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LODESTONE"
          },
          {
            "kind": "FIELD",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#LOOM"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_BED"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGENTA_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MAGMA_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_PROPAGULE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "MEDIUM_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MEDIUM_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MELON"
          },
          {
            "kind": "FIELD",
            "name": "MELON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MELON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSSY_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MOVING_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MOVING_PISTON"
          },
          {
            "kind": "FIELD",
            "name": "MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUD"
          },
          {
            "kind": "FIELD",
            "name": "MUDDY_MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUDDY_MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUD_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUD_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUD_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUD_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MUSHROOM_STEM"
          },
          {
            "kind": "FIELD",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#MYCELIUM"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHERITE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHERRACK"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_BRICK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_QUARTZ_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_SPROUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_SPROUTS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_WART"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NETHER_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#NOTE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "OBSERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OBSERVER"
          },
          {
            "kind": "FIELD",
            "name": "OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "OCHRE_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OCHRE_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OPEN_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_BED"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ORANGE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXEYE_DAISY"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PACKED_ICE"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PACKED_MUD"
          },
          {
            "kind": "FIELD",
            "name": "PALE_HANGING_MOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_HANGING_MOSS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "PEARLESCENT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PEARLESCENT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "PEONY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PEONY"
          },
          {
            "kind": "FIELD",
            "name": "PETRIFIED_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PETRIFIED_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PIGLIN_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PIGLIN_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_BED"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_PETALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_PETALS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "PINK_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PINK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PISTON"
          },
          {
            "kind": "FIELD",
            "name": "PISTON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PISTON_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PITCHER_CROP"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PITCHER_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PLAYER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PLAYER_WALL_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PODZOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PODZOL"
          },
          {
            "kind": "FIELD",
            "name": "POINTED_DRIPSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POINTED_DRIPSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POLISHED_TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POPPY"
          },
          {
            "kind": "FIELD",
            "name": "POTATOES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTATOES"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_ACACIA_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_ALLIUM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_AZALEA_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_AZALEA_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_AZURE_BLUET"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_BAMBOO"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_BIRCH_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_BLUE_ORCHID"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_BROWN_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_CHERRY_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_CORNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_CRIMSON_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_CRIMSON_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_DANDELION"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_DARK_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_DEAD_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_FERN"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_FLOWERING_AZALEA_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_FLOWERING_AZALEA_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_JUNGLE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_LILY_OF_THE_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_MANGROVE_PROPAGULE"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_OPEN_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_ORANGE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_OXEYE_DAISY"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_PALE_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_PINK_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_POPPY"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_RED_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_RED_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_SPRUCE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_TORCHFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_WARPED_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_WARPED_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_WHITE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "POTTED_WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POTTED_WITHER_ROSE"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POWDER_SNOW"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POWDER_SNOW_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#POWERED_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PRISMARINE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PUMPKIN_STEM"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_BED"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPLE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPUR_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPUR_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPUR_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#PURPUR_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#QUARTZ_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#QUARTZ_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RAIL"
          },
          {
            "kind": "FIELD",
            "name": "RAW_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RAW_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RAW_GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RAW_IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REDSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_LAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REDSTONE_LAMP"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REDSTONE_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REDSTONE_WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_WIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REDSTONE_WIRE"
          },
          {
            "kind": "FIELD",
            "name": "RED_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RED_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_BED"
          },
          {
            "kind": "FIELD",
            "name": "RED_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_SAND"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "RED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "RED_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RED_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RED_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "REINFORCED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REINFORCED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "REPEATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REPEATER"
          },
          {
            "kind": "FIELD",
            "name": "REPEATING_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#REPEATING_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESIN_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESIN_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESIN_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESIN_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_CLUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESIN_CLUMP"
          },
          {
            "kind": "FIELD",
            "name": "RESPAWN_ANCHOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#RESPAWN_ANCHOR"
          },
          {
            "kind": "FIELD",
            "name": "ROOTED_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ROOTED_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "ROSE_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ROSE_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SCAFFOLDING"
          },
          {
            "kind": "FIELD",
            "name": "SCULK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SCULK"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_CATALYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SCULK_CATALYST"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SHRIEKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SCULK_SHRIEKER"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_VEIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SCULK_VEIN"
          },
          {
            "kind": "FIELD",
            "name": "SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SEAGRASS"
          },
          {
            "kind": "FIELD",
            "name": "SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SEA_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SEA_PICKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SEA_PICKLE"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SHORT_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SHORT_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHROOMLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SHROOMLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SKELETON_WALL_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SLIME_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMALL_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMALL_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMITHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOKER"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_STONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SMOOTH_STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SNIFFER_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SNOW_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SOIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_SOIL"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SOUL_WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "SPORE_BLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPORE_BLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STICKY_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STICKY_PISTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE"
          },
          {
            "kind": "FIELD",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONECUTTER"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRIPPED_WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRUCTURE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#STRUCTURE_VOID"
          },
          {
            "kind": "FIELD",
            "name": "SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SUGAR_CANE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SUNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SUSPICIOUS_GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SUSPICIOUS_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#SWEET_BERRY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "TALL_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TALL_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TALL_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TALL_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TALL_SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TALL_SEAGRASS"
          },
          {
            "kind": "FIELD",
            "name": "TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TARGET"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TEST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TEST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TEST_INSTANCE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TEST_INSTANCE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TINTED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TINTED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TNT"
          },
          {
            "kind": "FIELD",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TORCH"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TORCHFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER_CROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TORCHFLOWER_CROP"
          },
          {
            "kind": "FIELD",
            "name": "TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TRAPPED_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TRIAL_SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "TRIPWIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TRIPWIRE"
          },
          {
            "kind": "FIELD",
            "name": "TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TRIPWIRE_HOOK"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_WALL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUBE_CORAL_WALL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TURTLE_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TWISTING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#TWISTING_VINES_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "VAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#VAULT"
          },
          {
            "kind": "FIELD",
            "name": "VERDANT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#VERDANT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#VINE"
          },
          {
            "kind": "FIELD",
            "name": "VOID_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#VOID_AIR"
          },
          {
            "kind": "FIELD",
            "name": "WALL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WALL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WALL_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_WALL_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WALL_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_WALL_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WARPED_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WATER"
          },
          {
            "kind": "FIELD",
            "name": "WATER_CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WATER_CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WAXED_WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEEPING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WEEPING_VINES_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "WET_SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WET_SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "WHEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHEAT"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_BED"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WHITE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WILDFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WILDFLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WITHER_ROSE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WITHER_SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_WALL_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#WITHER_SKELETON_WALL_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_BED"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CANDLE_CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_CANDLE_CAKE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_WALL_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_WALL_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#YELLOW_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ZOMBIE_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_WALL_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#ZOMBIE_WALL_HEAD"
          },
          {
            "kind": "METHOD",
            "name": "asMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#asMaterial()",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#createBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "createBlockData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#createBlockData(String)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockDataStates()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#createBlockDataStates()"
          },
          {
            "kind": "METHOD",
            "name": "getBlastResistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#getBlastResistance()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockDataClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#getBlockDataClass()"
          },
          {
            "kind": "METHOD",
            "name": "getHardness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#getHardness()"
          },
          {
            "kind": "METHOD",
            "name": "getItemType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#getItemType()"
          },
          {
            "kind": "METHOD",
            "name": "getSlipperiness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#getSlipperiness()"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasCollision()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#hasCollision()"
          },
          {
            "kind": "METHOD",
            "name": "hasGravity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#hasGravity()"
          },
          {
            "kind": "METHOD",
            "name": "hasItemType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#hasItemType()"
          },
          {
            "kind": "METHOD",
            "name": "isAir()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isAir()"
          },
          {
            "kind": "METHOD",
            "name": "isBurnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isBurnable()"
          },
          {
            "kind": "METHOD",
            "name": "isEnabledByFeature(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isEnabledByFeature(World)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isFlammable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isFlammable()"
          },
          {
            "kind": "METHOD",
            "name": "isInteractable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isInteractable()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isOccluding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isOccluding()"
          },
          {
            "kind": "METHOD",
            "name": "isSolid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#isSolid()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.block.BlockType.Typed",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "METHOD",
                "name": "createBlockData()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType/Typed.html#createBlockData()"
              },
              {
                "kind": "METHOD",
                "name": "createBlockData(Consumer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "consumer"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType/Typed.html#createBlockData(Consumer)"
              },
              {
                "kind": "METHOD",
                "name": "createBlockData(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType/Typed.html#createBlockData(String)"
              },
              {
                "kind": "METHOD",
                "name": "createBlockDataStates()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType/Typed.html#createBlockDataStates()"
              },
              {
                "kind": "METHOD",
                "name": "getBlockDataClass()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType/Typed.html#getBlockDataClass()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType/Typed.html"
          },
          {
            "kind": "METHOD",
            "name": "typed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html#typed()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BlockType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BrewingStand",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBrewingTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#getBrewingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#getFuelLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeBrewTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#getRecipeBrewTime()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setBrewingTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#setBrewingTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFuelLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#setFuelLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipeBrewTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipeBrewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html#setRecipeBrewTime(int)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrewingStand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.BrushableBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrushableBlock.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrushableBlock.html#setItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/BrushableBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CalibratedSculkSensor",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CalibratedSculkSensor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Campfire",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCookTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#getCookTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "getCookTimeTotal(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#getCookTimeTotal(int)"
          },
          {
            "kind": "METHOD",
            "name": "getItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#getItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "isCookingDisabled(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#isCookingDisabled(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTime(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTime"
              },
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#setCookTime(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTimeTotal(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTimeTotal"
              },
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#setCookTimeTotal(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#setItem(int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "startCooking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#startCooking()"
          },
          {
            "kind": "METHOD",
            "name": "startCooking(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#startCooking(int)"
          },
          {
            "kind": "METHOD",
            "name": "stopCooking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#stopCooking()"
          },
          {
            "kind": "METHOD",
            "name": "stopCooking(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html#stopCooking(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Campfire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Chest",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Chest.html#getBlockInventory()"
          },
          {
            "kind": "METHOD",
            "name": "isBlocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Chest.html#isBlocked()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Chest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.ChiseledBookshelf",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ChiseledBookshelf.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getLastInteractedSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ChiseledBookshelf.html#getLastInteractedSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ChiseledBookshelf.html#getSlot(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ChiseledBookshelf.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setLastInteractedSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lastInteractedSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ChiseledBookshelf.html#setLastInteractedSlot(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ChiseledBookshelf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CommandBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html#getName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html#name()"
          },
          {
            "kind": "METHOD",
            "name": "name(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html#name(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html#setCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html#setName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CommandBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Comparator",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Comparator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Conduit",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFrameBlockCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#getFrameBlockCount()"
          },
          {
            "kind": "METHOD",
            "name": "getFrameBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#getFrameBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHuntingArea()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#getHuntingArea()"
          },
          {
            "kind": "METHOD",
            "name": "getRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#getRange()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "hasTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#hasTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isActive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#isActive()"
          },
          {
            "kind": "METHOD",
            "name": "isHunting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#isHunting()"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html#setTarget(LivingEntity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Conduit.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Container",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Container.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CopperGolemStatue",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CopperGolemStatue.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Crafter",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCraftingTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html#getCraftingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isSlotDisabled(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html#isSlotDisabled(int)"
          },
          {
            "kind": "METHOD",
            "name": "isTriggered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html#isTriggered()"
          },
          {
            "kind": "METHOD",
            "name": "setCraftingTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html#setCraftingTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSlotDisabled(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "disabled"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html#setSlotDisabled(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTriggered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "triggered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html#setTriggered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Crafter.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CreakingHeart",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CreakingHeart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.CreatureSpawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCreatureTypeName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CreatureSpawner.html#getCreatureTypeName()",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCreatureTypeByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creatureType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CreatureSpawner.html#setCreatureTypeByName(String)",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/CreatureSpawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.DaylightDetector",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DaylightDetector.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.DecoratedPot",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getShards()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html#getShards()",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSherd(Side)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "side"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html#getSherd(Side)"
          },
          {
            "kind": "METHOD",
            "name": "getSherds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html#getSherds()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html#getSnapshotInventory()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.DecoratedPot.Side",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#BACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FRONT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#FRONT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#RIGHT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Side()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#Side()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot/Side.html"
          },
          {
            "kind": "METHOD",
            "name": "setSherd(Side,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sherd"
              },
              {
                "kind": "PARAMETER",
                "name": "side"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html#setSherd(Side,Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DecoratedPot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Dispenser",
        "children": [
          {
            "kind": "METHOD",
            "name": "dispense()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Dispenser.html#dispense()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockProjectileSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Dispenser.html#getBlockProjectileSource()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Dispenser.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.block.DoubleChest",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DoubleChest(DoubleChestInventory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chest"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#DoubleChest(DoubleChestInventory)"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getLeftSide()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftSide(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getLeftSide(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRightSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getRightSide()"
          },
          {
            "kind": "METHOD",
            "name": "getRightSide(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getRightSide(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#getZ()"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html#inventory"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/DoubleChest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Dropper",
        "children": [
          {
            "kind": "METHOD",
            "name": "drop()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Dropper.html#drop()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Dropper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EnchantingTable",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EnchantingTable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EndGateway",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getExitLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html#getExitLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isExactTeleport()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html#isExactTeleport()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html#setAge(long)"
          },
          {
            "kind": "METHOD",
            "name": "setExactTeleport(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exact"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html#setExactTeleport(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExitLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html#setExitLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EndGateway.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EnderChest",
        "children": [
          {
            "kind": "METHOD",
            "name": "isBlocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EnderChest.html#isBlocked()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EnderChest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.EntityBlockStorage",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "addEntity(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#addEntity(T)"
          },
          {
            "kind": "METHOD",
            "name": "clearEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#clearEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#getEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#getMaxEntities()"
          },
          {
            "kind": "METHOD",
            "name": "isFull()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#isFull()"
          },
          {
            "kind": "METHOD",
            "name": "releaseEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#releaseEntities()"
          },
          {
            "kind": "METHOD",
            "name": "setMaxEntities(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html#setMaxEntities(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/EntityBlockStorage.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Furnace",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBurnTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getBurnTime()"
          },
          {
            "kind": "METHOD",
            "name": "getCookSpeedMultiplier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getCookSpeedMultiplier()"
          },
          {
            "kind": "METHOD",
            "name": "getCookTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getCookTime()"
          },
          {
            "kind": "METHOD",
            "name": "getCookTimeTotal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getCookTimeTotal()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeUsedCount(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "furnaceRecipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getRecipeUsedCount(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getRecipesUsed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getRecipesUsed()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "hasRecipeUsedCount(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "furnaceRecipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#hasRecipeUsedCount(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setBurnTime(short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burnTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#setBurnTime(short)"
          },
          {
            "kind": "METHOD",
            "name": "setCookSpeedMultiplier(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "multiplier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#setCookSpeedMultiplier(double)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTime(short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#setCookTime(short)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTimeTotal(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTimeTotal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#setCookTimeTotal(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipeUsedCount(CookingRecipe,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "furnaceRecipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#setRecipeUsedCount(CookingRecipe,int)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipesUsed(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipesUsed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html#setRecipesUsed(Map)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Furnace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.HangingSign",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/HangingSign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Hopper",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTransferCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Hopper.html#getTransferCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "setTransferCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Hopper.html#setTransferCooldown(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Hopper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Jigsaw",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jigsaw.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Jukebox",
        "children": [
          {
            "kind": "METHOD",
            "name": "eject()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#eject()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getPlaying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#getPlaying()"
          },
          {
            "kind": "METHOD",
            "name": "getRecord()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#getRecord()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#getSnapshotInventory()"
          },
          {
            "kind": "METHOD",
            "name": "hasRecord()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#hasRecord()"
          },
          {
            "kind": "METHOD",
            "name": "isPlaying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#isPlaying()"
          },
          {
            "kind": "METHOD",
            "name": "setPlaying(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "record"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#setPlaying(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setRecord(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "record"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#setRecord(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "startPlaying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#startPlaying()"
          },
          {
            "kind": "METHOD",
            "name": "stopPlaying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html#stopPlaying()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Jukebox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Lectern",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lectern.html#getPage()"
          },
          {
            "kind": "METHOD",
            "name": "setPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lectern.html#setPage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lectern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Lidded",
        "children": [
          {
            "kind": "METHOD",
            "name": "close()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lidded.html#close()"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lidded.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "open()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lidded.html#open()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lidded.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Lockable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lockable.html#getLock()",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lockable.html#isLocked()"
          },
          {
            "kind": "METHOD",
            "name": "setLock(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lockable.html#setLock(String)",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLockItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lockable.html#setLockItem(ItemStack)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Lockable.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.Orientation",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWN_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#DOWN_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWN_NORTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#DOWN_NORTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWN_SOUTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#DOWN_SOUTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOWN_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#DOWN_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EAST_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#EAST_UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORTH_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#NORTH_UP"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Orientation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#Orientation()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOUTH_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#SOUTH_UP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UP_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#UP_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UP_NORTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#UP_NORTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UP_SOUTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#UP_SOUTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UP_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#UP_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEST_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#WEST_UP"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Orientation.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.PistonMoveReaction",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#BREAK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IGNORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#IGNORE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#MOVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUSH_ONLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#PUSH_ONLY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PistonMoveReaction(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#PistonMoveReaction(int)"
          },
          {
            "kind": "FIELD",
            "name": "byId",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#byId"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#id"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/PistonMoveReaction.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.SculkCatalyst",
        "children": [
          {
            "kind": "METHOD",
            "name": "bloom(Block,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "charges"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkCatalyst.html#bloom(Block,int)"
          },
          {
            "kind": "METHOD",
            "name": "bloom(Position,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charge"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkCatalyst.html#bloom(Position,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkCatalyst.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.SculkSensor",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLastVibrationFrequency()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkSensor.html#getLastVibrationFrequency()"
          },
          {
            "kind": "METHOD",
            "name": "getListenerRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkSensor.html#getListenerRange()"
          },
          {
            "kind": "METHOD",
            "name": "setLastVibrationFrequency(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lastVibrationFrequency"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkSensor.html#setLastVibrationFrequency(int)"
          },
          {
            "kind": "METHOD",
            "name": "setListenerRange(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "range"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkSensor.html#setListenerRange(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkSensor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.SculkShrieker",
        "children": [
          {
            "kind": "METHOD",
            "name": "getWarningLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkShrieker.html#getWarningLevel()"
          },
          {
            "kind": "METHOD",
            "name": "setWarningLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkShrieker.html#setWarningLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "tryShriek(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkShrieker.html#tryShriek(Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SculkShrieker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Shelf",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Shelf.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshotInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Shelf.html#getSnapshotInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Shelf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.ShulkerBox",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ShulkerBox.html#getColor()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/ShulkerBox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Sign",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAllowedEditor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getAllowedEditor()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowedEditorUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getAllowedEditorUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getColor()",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getInteractableSideFor(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getInteractableSideFor(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getInteractableSideFor(Position)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getInteractableSideFor(Position)"
          },
          {
            "kind": "METHOD",
            "name": "getInteractableSideFor(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getInteractableSideFor(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getLine(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getLine(int)",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLines()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getLines()",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSide(Side)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "side"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getSide(Side)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetSide(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#getTargetSide(Player)"
          },
          {
            "kind": "METHOD",
            "name": "isEditable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#isEditable()",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isGlowingText()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#isGlowingText()",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isWaxed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#isWaxed()"
          },
          {
            "kind": "METHOD",
            "name": "line(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#line(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "line(int,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#line(int,Component)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "lines()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#lines()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAllowedEditorUniqueId(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#setAllowedEditorUniqueId(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#setColor(DyeColor)",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setEditable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "editable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#setEditable(boolean)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setGlowingText(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "glowing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#setGlowingText(boolean)",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLine(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#setLine(int,String)",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWaxed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "waxed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html#setWaxed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Sign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Skull",
        "children": [
          {
            "kind": "METHOD",
            "name": "customName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#customName()"
          },
          {
            "kind": "METHOD",
            "name": "customName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#customName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getNoteBlockSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getNoteBlockSound()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getOwner()",
            "deprecated": {
              "since": "1.9.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwnerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getOwnerProfile()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getOwningPlayer()",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getPlayerProfile()",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getRotation()",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSkullType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#getSkullType()",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#hasOwner()",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setNoteBlockSound(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "noteBlockSound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setNoteBlockSound(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setOwner(String)",
            "deprecated": {
              "since": "1.9.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOwnerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setOwnerProfile(PlayerProfile)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOwningPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setOwningPlayer(OfflinePlayer)",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setPlayerProfile(PlayerProfile)",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setProfile(ResolvableProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setProfile(ResolvableProfile)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setRotation(BlockFace)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSkullType(SkullType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skullType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html#setSkullType(SkullType)",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Skull.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Smoker",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Smoker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Structure",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAuthor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getAuthor()"
          },
          {
            "kind": "METHOD",
            "name": "getIntegrity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getIntegrity()"
          },
          {
            "kind": "METHOD",
            "name": "getMetadata()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getMetadata()"
          },
          {
            "kind": "METHOD",
            "name": "getMirror()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getMirror()"
          },
          {
            "kind": "METHOD",
            "name": "getRelativePosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getRelativePosition()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "getSeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getSeed()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getStructureName()"
          },
          {
            "kind": "METHOD",
            "name": "getStructureSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getStructureSize()"
          },
          {
            "kind": "METHOD",
            "name": "getUsageMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#getUsageMode()"
          },
          {
            "kind": "METHOD",
            "name": "isBoundingBoxVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#isBoundingBoxVisible()"
          },
          {
            "kind": "METHOD",
            "name": "isIgnoreEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#isIgnoreEntities()"
          },
          {
            "kind": "METHOD",
            "name": "isShowAir()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#isShowAir()"
          },
          {
            "kind": "METHOD",
            "name": "setAuthor(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "livingEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setAuthor(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "setAuthor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setAuthor(String)"
          },
          {
            "kind": "METHOD",
            "name": "setBoundingBoxVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showBoundingBox"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setBoundingBoxVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIgnoreEntities(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setIgnoreEntities(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIntegrity(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "integrity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setIntegrity(float)"
          },
          {
            "kind": "METHOD",
            "name": "setMetadata(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadata"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setMetadata(String)"
          },
          {
            "kind": "METHOD",
            "name": "setMirror(Mirror)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mirror"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setMirror(Mirror)"
          },
          {
            "kind": "METHOD",
            "name": "setRelativePosition(BlockVector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setRelativePosition(BlockVector)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(StructureRotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setRotation(StructureRotation)"
          },
          {
            "kind": "METHOD",
            "name": "setSeed(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setSeed(long)"
          },
          {
            "kind": "METHOD",
            "name": "setShowAir(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showAir"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setShowAir(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setStructureName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setStructureName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setStructureSize(BlockVector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setStructureSize(BlockVector)"
          },
          {
            "kind": "METHOD",
            "name": "setUsageMode(UsageMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html#setUsageMode(UsageMode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Structure.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.SuspiciousSand",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/SuspiciousSand.html",
        "deprecated": {
          "since": "1.20",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.TestBlock",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TestBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.TestInstanceBlock",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TestInstanceBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.TileState",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TileState.html#getPersistentDataContainer()"
          },
          {
            "kind": "METHOD",
            "name": "isSnapshot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TileState.html#isSnapshot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TileState.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.TrialSpawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCooldownEnd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getCooldownEnd()"
          },
          {
            "kind": "METHOD",
            "name": "getCooldownLength()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getCooldownLength()"
          },
          {
            "kind": "METHOD",
            "name": "getNextSpawnAttempt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getNextSpawnAttempt()"
          },
          {
            "kind": "METHOD",
            "name": "getNormalConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getNormalConfiguration()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getOminousConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getOminousConfiguration()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getRequiredPlayerRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getRequiredPlayerRange()"
          },
          {
            "kind": "METHOD",
            "name": "getTrackedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getTrackedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getTrackedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#getTrackedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "isOminous()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#isOminous()"
          },
          {
            "kind": "METHOD",
            "name": "isTrackingEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#isTrackingEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "isTrackingPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#isTrackingPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldownEnd(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#setCooldownEnd(long)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldownLength(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#setCooldownLength(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNextSpawnAttempt(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#setNextSpawnAttempt(long)"
          },
          {
            "kind": "METHOD",
            "name": "setOminous(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ominous"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#setOminous(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRequiredPlayerRange(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "requiredPlayerRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#setRequiredPlayerRange(int)"
          },
          {
            "kind": "METHOD",
            "name": "startTrackingEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#startTrackingEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "startTrackingPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#startTrackingPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "stopTrackingEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#stopTrackingEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "stopTrackingPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html#stopTrackingPlayer(Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/TrialSpawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.Vault",
        "children": [
          {
            "kind": "METHOD",
            "name": "addRewardedPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerUUID"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#addRewardedPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getActivationRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getActivationRange()"
          },
          {
            "kind": "METHOD",
            "name": "getConnectedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getConnectedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getDeactivationRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getDeactivationRange()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayedItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getDisplayedItem()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayedLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getDisplayedLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getKeyItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getKeyItem()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getNextStateUpdateTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getNextStateUpdateTime()"
          },
          {
            "kind": "METHOD",
            "name": "getRewardedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#getRewardedPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "hasConnectedPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerUUID"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#hasConnectedPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "hasRewardedPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerUUID"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#hasRewardedPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "removeRewardedPlayer(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerUUID"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#removeRewardedPlayer(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setActivationRange(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "activationRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setActivationRange(double)"
          },
          {
            "kind": "METHOD",
            "name": "setDeactivationRange(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deactivationRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setDeactivationRange(double)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayedItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayedItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setDisplayedItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayedLootTable(LootTable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lootTable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setDisplayedLootTable(LootTable)"
          },
          {
            "kind": "METHOD",
            "name": "setKeyItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setKeyItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLootTable(LootTable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lootTable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setLootTable(LootTable)"
          },
          {
            "kind": "METHOD",
            "name": "setNextStateUpdateTime(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "nextStateUpdateTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html#setNextStateUpdateTime(long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/Vault.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.banner",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.block.banner.Pattern",
        "children": [
          {
            "kind": "FIELD",
            "name": "COLOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#COLOR"
          },
          {
            "kind": "FIELD",
            "name": "PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#PATTERN"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pattern(DyeColor,PatternType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#Pattern(DyeColor,PatternType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pattern(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#Pattern(Map)"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#color"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#getPattern()"
          },
          {
            "kind": "METHOD",
            "name": "getString(Map,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#getString(Map,Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "pattern",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#pattern"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html#serialize()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/Pattern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.banner.PatternType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BASE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#BASE"
          },
          {
            "kind": "FIELD",
            "name": "BORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#BORDER"
          },
          {
            "kind": "FIELD",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CIRCLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#CIRCLE"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#CREEPER"
          },
          {
            "kind": "FIELD",
            "name": "CROSS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#CROSS"
          },
          {
            "kind": "FIELD",
            "name": "CURLY_BORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#CURLY_BORDER"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#DIAGONAL_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#DIAGONAL_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_UP_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#DIAGONAL_UP_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "DIAGONAL_UP_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#DIAGONAL_UP_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "FLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#FLOW"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "GLOBE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#GLOBE"
          },
          {
            "kind": "FIELD",
            "name": "GRADIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#GRADIENT"
          },
          {
            "kind": "FIELD",
            "name": "GRADIENT_UP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#GRADIENT_UP"
          },
          {
            "kind": "FIELD",
            "name": "GUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#GUSTER"
          },
          {
            "kind": "FIELD",
            "name": "HALF_HORIZONTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#HALF_HORIZONTAL"
          },
          {
            "kind": "FIELD",
            "name": "HALF_HORIZONTAL_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#HALF_HORIZONTAL_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "HALF_VERTICAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#HALF_VERTICAL"
          },
          {
            "kind": "FIELD",
            "name": "HALF_VERTICAL_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#HALF_VERTICAL_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "MOJANG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#MOJANG"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "RHOMBUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#RHOMBUS"
          },
          {
            "kind": "FIELD",
            "name": "SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_STRIPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#SMALL_STRIPES"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_BOTTOM_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#SQUARE_BOTTOM_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_BOTTOM_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#SQUARE_BOTTOM_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_TOP_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#SQUARE_TOP_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "SQUARE_TOP_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#SQUARE_TOP_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "STRAIGHT_CROSS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRAIGHT_CROSS"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_CENTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_CENTER"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_DOWNLEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_DOWNLEFT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_DOWNRIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_DOWNRIGHT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_LEFT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_MIDDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_MIDDLE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_RIGHT"
          },
          {
            "kind": "FIELD",
            "name": "STRIPE_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#STRIPE_TOP"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLES_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#TRIANGLES_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLES_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#TRIANGLES_TOP"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLE_BOTTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#TRIANGLE_BOTTOM"
          },
          {
            "kind": "FIELD",
            "name": "TRIANGLE_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#TRIANGLE_TOP"
          },
          {
            "kind": "METHOD",
            "name": "getByIdentifier(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#getByIdentifier(String)",
            "deprecated": {
              "since": "1.20.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getIdentifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#getIdentifier()",
            "deprecated": {
              "since": "1.20.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#getKey()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#getType(String)"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#key()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#valueOf(String)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html#values()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/PatternType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/banner/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.data",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Ageable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Ageable.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumAge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Ageable.html#getMaximumAge()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Ageable.html#setAge(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Ageable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.AnaloguePowerable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/AnaloguePowerable.html#getMaximumPower()"
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/AnaloguePowerable.html#getPower()"
          },
          {
            "kind": "METHOD",
            "name": "setPower(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/AnaloguePowerable.html#setPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/AnaloguePowerable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Attachable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isAttached()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Attachable.html#isAttached()"
          },
          {
            "kind": "METHOD",
            "name": "setAttached(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attached"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Attachable.html#setAttached(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Attachable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Bisected",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHalf()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected.html#getHalf()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.Bisected.Half",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected/Half.html#BOTTOM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Half()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected/Half.html#Half()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected/Half.html#TOP"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected/Half.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected/Half.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected/Half.html"
          },
          {
            "kind": "METHOD",
            "name": "setHalf(Half)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "half"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected.html#setHalf(Half)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Bisected.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.BlockData",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "copyTo(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#copyTo(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "createBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#createBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getAsString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getAsString()"
          },
          {
            "kind": "METHOD",
            "name": "getAsString(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hideUnspecified"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getAsString(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getCollisionShape(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getCollisionShape(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getDestroySpeed(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getDestroySpeed(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getDestroySpeed(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "considerEnchants"
              },
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getDestroySpeed(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getLightEmission()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getLightEmission()"
          },
          {
            "kind": "METHOD",
            "name": "getMapColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getMapColor()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getPistonMoveReaction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getPistonMoveReaction()"
          },
          {
            "kind": "METHOD",
            "name": "getPlacementMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getPlacementMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getSoundGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#getSoundGroup()"
          },
          {
            "kind": "METHOD",
            "name": "isFaceSturdy(BlockFace,BlockSupport)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "support"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#isFaceSturdy(BlockFace,BlockSupport)"
          },
          {
            "kind": "METHOD",
            "name": "isOccluding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#isOccluding()"
          },
          {
            "kind": "METHOD",
            "name": "isPreferredTool(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#isPreferredTool(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isRandomlyTicked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#isRandomlyTicked()"
          },
          {
            "kind": "METHOD",
            "name": "isSupported(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#isSupported(Block)"
          },
          {
            "kind": "METHOD",
            "name": "isSupported(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#isSupported(Location)"
          },
          {
            "kind": "METHOD",
            "name": "matches(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#matches(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "merge(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#merge(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "mirror(Mirror)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mirror"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#mirror(Mirror)"
          },
          {
            "kind": "METHOD",
            "name": "requiresCorrectToolForDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#requiresCorrectToolForDrops()"
          },
          {
            "kind": "METHOD",
            "name": "rotate(StructureRotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html#rotate(StructureRotation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/BlockData.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Brushable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDusted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Brushable.html#getDusted()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumDusted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Brushable.html#getMaximumDusted()"
          },
          {
            "kind": "METHOD",
            "name": "setDusted(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dusted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Brushable.html#setDusted(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Brushable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Directional",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFaces()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Directional.html#getFaces()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Directional.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacing(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Directional.html#setFacing(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Directional.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.FaceAttachable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable.html#getAttachedFace()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.FaceAttachable.AttachedFace",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "AttachedFace()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html#AttachedFace()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CEILING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html#CEILING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html#FLOOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html#WALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable/AttachedFace.html"
          },
          {
            "kind": "METHOD",
            "name": "setAttachedFace(AttachedFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable.html#setAttachedFace(AttachedFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/FaceAttachable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Hangable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isHanging()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hangable.html#isHanging()"
          },
          {
            "kind": "METHOD",
            "name": "setHanging(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hanging"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hangable.html#setHanging(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hangable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Hatchable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHatch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hatchable.html#getHatch()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumHatch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hatchable.html#getMaximumHatch()"
          },
          {
            "kind": "METHOD",
            "name": "setHatch(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hatchable.html#setHatch(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Hatchable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Levelled",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Levelled.html#getLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Levelled.html#getMaximumLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Levelled.html#getMinimumLevel()"
          },
          {
            "kind": "METHOD",
            "name": "setLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Levelled.html#setLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Levelled.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Lightable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isLit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Lightable.html#isLit()"
          },
          {
            "kind": "METHOD",
            "name": "setLit(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Lightable.html#setLit(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Lightable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.MultipleFacing",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAllowedFaces()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/MultipleFacing.html#getAllowedFaces()"
          },
          {
            "kind": "METHOD",
            "name": "getFaces()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/MultipleFacing.html#getFaces()"
          },
          {
            "kind": "METHOD",
            "name": "hasFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/MultipleFacing.html#hasFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setFace(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "has"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/MultipleFacing.html#setFace(BlockFace,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/MultipleFacing.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Openable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Openable.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "open"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Openable.html#setOpen(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Openable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Orientable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAxes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Orientable.html#getAxes()"
          },
          {
            "kind": "METHOD",
            "name": "getAxis()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Orientable.html#getAxis()"
          },
          {
            "kind": "METHOD",
            "name": "setAxis(Axis)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "axis"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Orientable.html#setAxis(Axis)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Orientable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Powerable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Powerable.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "powered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Powerable.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Powerable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Rail",
        "children": [
          {
            "kind": "METHOD",
            "name": "getShape()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail.html#getShape()"
          },
          {
            "kind": "METHOD",
            "name": "getShapes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail.html#getShapes()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.Rail.Shape",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#ASCENDING_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_NORTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#ASCENDING_NORTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_SOUTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#ASCENDING_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ASCENDING_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#ASCENDING_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EAST_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#EAST_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#NORTH_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_SOUTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#NORTH_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#NORTH_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUTH_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#SOUTH_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUTH_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#SOUTH_WEST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Shape()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#Shape()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail/Shape.html"
          },
          {
            "kind": "METHOD",
            "name": "setShape(Shape)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shape"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail.html#setShape(Shape)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rail.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Rotatable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rotatable.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rotatable.html#setRotation(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Rotatable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Segmentable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumSegmentAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Segmentable.html#getMaximumSegmentAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumSegmentAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Segmentable.html#getMinimumSegmentAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getSegmentAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Segmentable.html#getSegmentAmount()"
          },
          {
            "kind": "METHOD",
            "name": "setSegmentAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "segmentAmount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Segmentable.html#setSegmentAmount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Segmentable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.SideChaining",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSideChain()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining.html#getSideChain()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.SideChaining.ChainPart",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CENTER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#CENTER"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ChainPart()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#ChainPart()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNCONNECTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#UNCONNECTED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining/ChainPart.html"
          },
          {
            "kind": "METHOD",
            "name": "setSideChain(ChainPart)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "part"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining.html#setSideChain(ChainPart)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/SideChaining.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Snowable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSnowy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Snowable.html#isSnowy()"
          },
          {
            "kind": "METHOD",
            "name": "setSnowy(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snowy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Snowable.html#setSnowy(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Snowable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.Waterlogged",
        "children": [
          {
            "kind": "METHOD",
            "name": "isWaterlogged()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Waterlogged.html#isWaterlogged()"
          },
          {
            "kind": "METHOD",
            "name": "setWaterlogged(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "waterlogged"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Waterlogged.html#setWaterlogged(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/Waterlogged.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.data.type",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.AmethystCluster",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/AmethystCluster.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Bamboo",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLeaves()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo.html#getLeaves()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Bamboo.Leaves",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "LARGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html#LARGE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Leaves()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html#Leaves()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html#SMALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo/Leaves.html"
          },
          {
            "kind": "METHOD",
            "name": "setLeaves(Leaves)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leaves"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo.html#setLeaves(Leaves)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bamboo.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Barrel",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Barrel.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Bed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPart()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed.html#getPart()"
          },
          {
            "kind": "METHOD",
            "name": "isOccupied()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed.html#isOccupied()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Bed.Part",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOOT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed/Part.html#FOOT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HEAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed/Part.html#HEAD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Part()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed/Part.html#Part()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed/Part.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed/Part.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed/Part.html"
          },
          {
            "kind": "METHOD",
            "name": "setOccupied(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "occupied"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed.html#setOccupied(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPart(Part)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "part"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed.html#setPart(Part)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bed.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Beehive",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHoneyLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Beehive.html#getHoneyLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumHoneyLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Beehive.html#getMaximumHoneyLevel()"
          },
          {
            "kind": "METHOD",
            "name": "setHoneyLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "honeyLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Beehive.html#setHoneyLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Beehive.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Bell",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttachment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell.html#getAttachment()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Bell.Attachment",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Attachment()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#Attachment()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CEILING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#CEILING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOUBLE_WALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#DOUBLE_WALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#FLOOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SINGLE_WALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#SINGLE_WALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell/Attachment.html"
          },
          {
            "kind": "METHOD",
            "name": "setAttachment(Attachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell.html#setAttachment(Attachment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Bell.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.BigDripleaf",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTilt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf.html#getTilt()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.BigDripleaf.Tilt",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PARTIAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#PARTIAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Tilt()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#Tilt()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNSTABLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#UNSTABLE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf/Tilt.html"
          },
          {
            "kind": "METHOD",
            "name": "setTilt(Tilt)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tilt"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf.html#setTilt(Tilt)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BigDripleaf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.BrewingStand",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBottles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BrewingStand.html#getBottles()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumBottles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BrewingStand.html#getMaximumBottles()"
          },
          {
            "kind": "METHOD",
            "name": "hasBottle(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bottle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BrewingStand.html#hasBottle(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBottle(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bottle"
              },
              {
                "kind": "PARAMETER",
                "name": "has"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BrewingStand.html#setBottle(int,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BrewingStand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.BubbleColumn",
        "children": [
          {
            "kind": "METHOD",
            "name": "isDrag()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BubbleColumn.html#isDrag()"
          },
          {
            "kind": "METHOD",
            "name": "setDrag(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BubbleColumn.html#setDrag(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/BubbleColumn.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Cake",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBites()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Cake.html#getBites()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumBites()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Cake.html#getMaximumBites()"
          },
          {
            "kind": "METHOD",
            "name": "setBites(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bites"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Cake.html#setBites(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Cake.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CalibratedSculkSensor",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CalibratedSculkSensor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Campfire",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSignalFire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Campfire.html#isSignalFire()"
          },
          {
            "kind": "METHOD",
            "name": "setSignalFire(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "signalFire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Campfire.html#setSignalFire(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Campfire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Candle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCandles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Candle.html#getCandles()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumCandles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Candle.html#getMaximumCandles()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumCandles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Candle.html#getMinimumCandles()"
          },
          {
            "kind": "METHOD",
            "name": "setCandles(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "candles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Candle.html#setCandles(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Candle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CaveVines",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CaveVines.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CaveVinesPlant",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasBerries()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CaveVinesPlant.html#hasBerries()"
          },
          {
            "kind": "METHOD",
            "name": "isBerries()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CaveVinesPlant.html#isBerries()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBerries(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "berries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CaveVinesPlant.html#setBerries(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CaveVinesPlant.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Chain",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chain.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Chest",
        "children": [
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest.html#getType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Chest.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html#RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SINGLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html#SINGLE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest.html#setType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Chest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.ChiseledBookshelf",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumOccupiedSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/ChiseledBookshelf.html#getMaximumOccupiedSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getOccupiedSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/ChiseledBookshelf.html#getOccupiedSlots()"
          },
          {
            "kind": "METHOD",
            "name": "isSlotOccupied(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/ChiseledBookshelf.html#isSlotOccupied(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSlotOccupied(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "occupied"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/ChiseledBookshelf.html#setSlotOccupied(int,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/ChiseledBookshelf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Cocoa",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Cocoa.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CommandBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "isConditional()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CommandBlock.html#isConditional()"
          },
          {
            "kind": "METHOD",
            "name": "setConditional(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conditional"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CommandBlock.html#setConditional(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CommandBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Comparator",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator.html#getMode()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Comparator.Mode",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMPARE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator/Mode.html#COMPARE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Mode()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator/Mode.html#Mode()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUBTRACT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator/Mode.html#SUBTRACT"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator/Mode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator/Mode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator/Mode.html"
          },
          {
            "kind": "METHOD",
            "name": "setMode(Mode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator.html#setMode(Mode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Comparator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CopperBulb",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperBulb.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CopperGolemStatue",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCopperGolemPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue.html#getCopperGolemPose()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.CopperGolemStatue.Pose",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Pose()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#Pose()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RUNNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#RUNNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SITTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#SITTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STANDING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#STANDING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#STAR"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue/Pose.html"
          },
          {
            "kind": "METHOD",
            "name": "setCopperGolemPose(Pose)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue.html#setCopperGolemPose(Pose)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CopperGolemStatue.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CoralWallFan",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CoralWallFan.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Crafter",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOrientation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html#getOrientation()"
          },
          {
            "kind": "METHOD",
            "name": "isCrafting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html#isCrafting()"
          },
          {
            "kind": "METHOD",
            "name": "isTriggered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html#isTriggered()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Crafter.Orientation",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#DOWN_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_NORTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#DOWN_NORTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_SOUTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#DOWN_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#DOWN_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EAST_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#EAST_UP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#NORTH_UP"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Orientation()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#Orientation()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUTH_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#SOUTH_UP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#UP_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_NORTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#UP_NORTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_SOUTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#UP_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#UP_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEST_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#WEST_UP"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter/Orientation.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCrafting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "crafting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html#setCrafting(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setOrientation(Orientation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "orientation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html#setOrientation(Orientation)"
          },
          {
            "kind": "METHOD",
            "name": "setTriggered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "triggered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html#setTriggered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Crafter.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.CreakingHeart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCreakingHeartState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html#getCreakingHeartState()"
          },
          {
            "kind": "METHOD",
            "name": "isActive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html#isActive()",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isNatural()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html#isNatural()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.CreakingHeart.State",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "AWAKE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html#AWAKE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DORMANT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html#DORMANT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html#State()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UPROOTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html#UPROOTED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart/State.html"
          },
          {
            "kind": "METHOD",
            "name": "setActive(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "active"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html#setActive(boolean)",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCreakingHeartState(State)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html#setCreakingHeartState(State)"
          },
          {
            "kind": "METHOD",
            "name": "setNatural(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "natural"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html#setNatural(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/CreakingHeart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.DaylightDetector",
        "children": [
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DaylightDetector.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inverted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DaylightDetector.html#setInverted(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DaylightDetector.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.DecoratedPot",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCracked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DecoratedPot.html#isCracked()"
          },
          {
            "kind": "METHOD",
            "name": "setCracked(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cracked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DecoratedPot.html#setCracked(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DecoratedPot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Dispenser",
        "children": [
          {
            "kind": "METHOD",
            "name": "isTriggered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Dispenser.html#isTriggered()"
          },
          {
            "kind": "METHOD",
            "name": "setTriggered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "triggered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Dispenser.html#setTriggered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Dispenser.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Door",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHinge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door.html#getHinge()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Door.Hinge",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Hinge()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door/Hinge.html#Hinge()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door/Hinge.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door/Hinge.html#RIGHT"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door/Hinge.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door/Hinge.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door/Hinge.html"
          },
          {
            "kind": "METHOD",
            "name": "setHinge(Hinge)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hinge"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door.html#setHinge(Hinge)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Door.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.DriedGhast",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHydration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DriedGhast.html#getHydration()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumHydration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DriedGhast.html#getMaximumHydration()"
          },
          {
            "kind": "METHOD",
            "name": "setHydration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hydration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DriedGhast.html#setHydration(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/DriedGhast.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Dripleaf",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Dripleaf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.EndPortalFrame",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasEye()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/EndPortalFrame.html#hasEye()"
          },
          {
            "kind": "METHOD",
            "name": "setEye(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eye"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/EndPortalFrame.html#setEye(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/EndPortalFrame.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.EnderChest",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/EnderChest.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Farmland",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumMoisture()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Farmland.html#getMaximumMoisture()"
          },
          {
            "kind": "METHOD",
            "name": "getMoisture()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Farmland.html#getMoisture()"
          },
          {
            "kind": "METHOD",
            "name": "setMoisture(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "moisture"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Farmland.html#setMoisture(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Farmland.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Fence",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Fence.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Fire",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Fire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.FlowerBed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFlowerAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/FlowerBed.html#getFlowerAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumFlowerAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/FlowerBed.html#getMaximumFlowerAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumFlowerAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/FlowerBed.html#getMinimumFlowerAmount()"
          },
          {
            "kind": "METHOD",
            "name": "setFlowerAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flowerAmount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/FlowerBed.html#setFlowerAmount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/FlowerBed.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Furnace",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Furnace.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Gate",
        "children": [
          {
            "kind": "METHOD",
            "name": "isInWall()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Gate.html#isInWall()"
          },
          {
            "kind": "METHOD",
            "name": "setInWall(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inWall"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Gate.html#setInWall(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Gate.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.GlassPane",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/GlassPane.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.GlowLichen",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/GlowLichen.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Grindstone",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Grindstone.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.HangingMoss",
        "children": [
          {
            "kind": "METHOD",
            "name": "isTip()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/HangingMoss.html#isTip()"
          },
          {
            "kind": "METHOD",
            "name": "setTip(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tip"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/HangingMoss.html#setTip(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/HangingMoss.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.HangingSign",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/HangingSign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Hopper",
        "children": [
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Hopper.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "setEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Hopper.html#setEnabled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Hopper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Jigsaw",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOrientation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw.html#getOrientation()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Jigsaw.Orientation",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#DOWN_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_NORTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#DOWN_NORTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_SOUTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#DOWN_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWN_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#DOWN_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EAST_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#EAST_UP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORTH_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#NORTH_UP"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Orientation()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#Orientation()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOUTH_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#SOUTH_UP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_EAST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#UP_EAST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_NORTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#UP_NORTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_SOUTH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#UP_SOUTH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP_WEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#UP_WEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEST_UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#WEST_UP"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw/Orientation.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOrientation(Orientation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "orientation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw.html#setOrientation(Orientation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jigsaw.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Jukebox",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasRecord()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jukebox.html#hasRecord()"
          },
          {
            "kind": "METHOD",
            "name": "setHasRecord(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasRecord"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jukebox.html#setHasRecord(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Jukebox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Ladder",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Ladder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Lantern",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Lantern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.LeafLitter",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/LeafLitter.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Leaves",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html#getDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html#getMaximumDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html#getMinimumDistance()"
          },
          {
            "kind": "METHOD",
            "name": "isPersistent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html#isPersistent()"
          },
          {
            "kind": "METHOD",
            "name": "setDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html#setDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPersistent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "persistent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html#setPersistent(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Leaves.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Lectern",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasBook()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Lectern.html#hasBook()"
          },
          {
            "kind": "METHOD",
            "name": "setHasBook(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasBook"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Lectern.html#setHasBook(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Lectern.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Light",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Light.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.LightningRod",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/LightningRod.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.MangrovePropagule",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MangrovePropagule.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.MossyCarpet",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHeight(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet.html#getHeight(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isBottom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet.html#isBottom()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.MossyCarpet.Height",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Height()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html#Height()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html#LOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html#TALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet/Height.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBottom(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bottom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet.html#setBottom(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHeight(BlockFace,Height)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "height"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet.html#setHeight(BlockFace,Height)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/MossyCarpet.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.NoteBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInstrument()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/NoteBlock.html#getInstrument()"
          },
          {
            "kind": "METHOD",
            "name": "getNote()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/NoteBlock.html#getNote()"
          },
          {
            "kind": "METHOD",
            "name": "setInstrument(Instrument)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instrument"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/NoteBlock.html#setInstrument(Instrument)"
          },
          {
            "kind": "METHOD",
            "name": "setNote(Note)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/NoteBlock.html#setNote(Note)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/NoteBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Observer",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Observer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.PinkPetals",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PinkPetals.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.21.5",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Piston",
        "children": [
          {
            "kind": "METHOD",
            "name": "isExtended()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Piston.html#isExtended()"
          },
          {
            "kind": "METHOD",
            "name": "setExtended(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "extended"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Piston.html#setExtended(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Piston.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.PistonHead",
        "children": [
          {
            "kind": "METHOD",
            "name": "isShort()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PistonHead.html#isShort()"
          },
          {
            "kind": "METHOD",
            "name": "setShort(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "_short"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PistonHead.html#setShort(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PistonHead.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.PitcherCrop",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PitcherCrop.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.PointedDripstone",
        "children": [
          {
            "kind": "METHOD",
            "name": "getThickness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone.html#getThickness()"
          },
          {
            "kind": "METHOD",
            "name": "getVerticalDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone.html#getVerticalDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getVerticalDirections()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone.html#getVerticalDirections()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.PointedDripstone.Thickness",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BASE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#BASE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FRUSTUM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#FRUSTUM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MIDDLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#MIDDLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TIP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#TIP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TIP_MERGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#TIP_MERGE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Thickness()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#Thickness()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone/Thickness.html"
          },
          {
            "kind": "METHOD",
            "name": "setThickness(Thickness)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "thickness"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone.html#setThickness(Thickness)"
          },
          {
            "kind": "METHOD",
            "name": "setVerticalDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone.html#setVerticalDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/PointedDripstone.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.RedstoneRail",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneRail.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.RedstoneWallTorch",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWallTorch.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.RedstoneWire",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAllowedFaces()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire.html#getAllowedFaces()"
          },
          {
            "kind": "METHOD",
            "name": "getFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire.html#getFace(BlockFace)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.RedstoneWire.Connection",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Connection()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html#Connection()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SIDE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html#SIDE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html#UP"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire/Connection.html"
          },
          {
            "kind": "METHOD",
            "name": "setFace(BlockFace,Connection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "connection"
              },
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire.html#setFace(BlockFace,Connection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RedstoneWire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Repeater",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html#getDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html#getMaximumDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html#getMinimumDelay()"
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html#isLocked()"
          },
          {
            "kind": "METHOD",
            "name": "setDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html#setDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setLocked(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "locked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html#setLocked(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Repeater.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.ResinClump",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/ResinClump.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.RespawnAnchor",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCharges()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RespawnAnchor.html#getCharges()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumCharges()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RespawnAnchor.html#getMaximumCharges()"
          },
          {
            "kind": "METHOD",
            "name": "setCharges(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charges"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RespawnAnchor.html#setCharges(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/RespawnAnchor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Sapling",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumStage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Sapling.html#getMaximumStage()"
          },
          {
            "kind": "METHOD",
            "name": "getStage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Sapling.html#getStage()"
          },
          {
            "kind": "METHOD",
            "name": "setStage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Sapling.html#setStage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Sapling.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Scaffolding",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Scaffolding.html#getDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Scaffolding.html#getMaximumDistance()"
          },
          {
            "kind": "METHOD",
            "name": "isBottom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Scaffolding.html#isBottom()"
          },
          {
            "kind": "METHOD",
            "name": "setBottom(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bottom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Scaffolding.html#setBottom(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Scaffolding.html#setDistance(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Scaffolding.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SculkCatalyst",
        "children": [
          {
            "kind": "METHOD",
            "name": "isBloom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkCatalyst.html#isBloom()"
          },
          {
            "kind": "METHOD",
            "name": "setBloom(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bloom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkCatalyst.html#setBloom(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkCatalyst.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SculkSensor",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor.html#getPhase()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSculkSensorPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor.html#getSculkSensorPhase()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.SculkSensor.Phase",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACTIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html#ACTIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COOLDOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html#COOLDOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INACTIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html#INACTIVE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Phase()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html#Phase()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor/Phase.html"
          },
          {
            "kind": "METHOD",
            "name": "setPhase(Phase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "phase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor.html#setPhase(Phase)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSculkSensorPhase(Phase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "phase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor.html#setSculkSensorPhase(Phase)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkSensor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SculkShrieker",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCanSummon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkShrieker.html#isCanSummon()"
          },
          {
            "kind": "METHOD",
            "name": "isShrieking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkShrieker.html#isShrieking()"
          },
          {
            "kind": "METHOD",
            "name": "setCanSummon(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "can_summon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkShrieker.html#setCanSummon(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShrieking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shrieking"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkShrieker.html#setShrieking(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkShrieker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SculkVein",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SculkVein.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SeaPickle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaximumPickles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SeaPickle.html#getMaximumPickles()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumPickles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SeaPickle.html#getMinimumPickles()"
          },
          {
            "kind": "METHOD",
            "name": "getPickles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SeaPickle.html#getPickles()"
          },
          {
            "kind": "METHOD",
            "name": "setPickles(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pickles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SeaPickle.html#setPickles(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SeaPickle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Shelf",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Shelf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Sign",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Sign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Skull",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Skull.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Slab",
        "children": [
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab.html#getType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Slab.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html#BOTTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOUBLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html#DOUBLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html#TOP"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab.html#setType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Slab.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.SmallDripleaf",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/SmallDripleaf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Snow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Snow.html#getLayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumLayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Snow.html#getMaximumLayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumLayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Snow.html#getMinimumLayers()"
          },
          {
            "kind": "METHOD",
            "name": "setLayers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "layers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Snow.html#setLayers(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Snow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Stairs",
        "children": [
          {
            "kind": "METHOD",
            "name": "getShape()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs.html#getShape()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Stairs.Shape",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "INNER_LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#INNER_LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INNER_RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#INNER_RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUTER_LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#OUTER_LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUTER_RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#OUTER_RIGHT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRAIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#STRAIGHT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Shape()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#Shape()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs/Shape.html"
          },
          {
            "kind": "METHOD",
            "name": "setShape(Shape)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shape"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs.html#setShape(Shape)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Stairs.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.StructureBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock.html#getMode()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.StructureBlock.Mode",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CORNER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#CORNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DATA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#DATA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#LOAD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Mode()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#Mode()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SAVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#SAVE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock/Mode.html"
          },
          {
            "kind": "METHOD",
            "name": "setMode(Mode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock.html#setMode(Mode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/StructureBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Switch",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch.html#getFace()",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Switch.Face",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CEILING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html#CEILING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html#FLOOR"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Face()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html#Face()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html#WALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch/Face.html",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAttachedFace(AttachedFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch.html#setAttachedFace(AttachedFace)"
          },
          {
            "kind": "METHOD",
            "name": "setFace(Face)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch.html#setFace(Face)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Switch.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TNT",
        "children": [
          {
            "kind": "METHOD",
            "name": "isUnstable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TNT.html#isUnstable()"
          },
          {
            "kind": "METHOD",
            "name": "setUnstable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "unstable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TNT.html#setUnstable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TNT.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TechnicalPiston",
        "children": [
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston.html#getType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.TechnicalPiston.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston/Type.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STICKY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston/Type.html#STICKY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston.html#setType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TechnicalPiston.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TestBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock.html#getMode()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.TestBlock.Mode",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACCEPT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#ACCEPT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAIL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#FAIL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOG",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#LOG"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Mode()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#Mode()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "START",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#START"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock/Mode.html"
          },
          {
            "kind": "METHOD",
            "name": "setMode(Mode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock.html#setMode(Mode)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TestBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TrapDoor",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrapDoor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TrialSpawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTrialSpawnerState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner.html#getTrialSpawnerState()"
          },
          {
            "kind": "METHOD",
            "name": "isOminous()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner.html#isOminous()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.TrialSpawner.State",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACTIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#ACTIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COOLDOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#COOLDOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EJECTING_REWARD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#EJECTING_REWARD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INACTIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#INACTIVE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#State()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WAITING_FOR_PLAYERS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#WAITING_FOR_PLAYERS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WAITING_FOR_REWARD_EJECTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#WAITING_FOR_REWARD_EJECTION"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner/State.html"
          },
          {
            "kind": "METHOD",
            "name": "setOminous(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ominous"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner.html#setOminous(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTrialSpawnerState(State)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner.html#setTrialSpawnerState(State)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TrialSpawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Tripwire",
        "children": [
          {
            "kind": "METHOD",
            "name": "isDisarmed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Tripwire.html#isDisarmed()"
          },
          {
            "kind": "METHOD",
            "name": "setDisarmed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "disarmed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Tripwire.html#setDisarmed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Tripwire.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TripwireHook",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TripwireHook.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.TurtleEgg",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEggs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TurtleEgg.html#getEggs()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumEggs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TurtleEgg.html#getMaximumEggs()"
          },
          {
            "kind": "METHOD",
            "name": "getMinimumEggs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TurtleEgg.html#getMinimumEggs()"
          },
          {
            "kind": "METHOD",
            "name": "setEggs(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eggs"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TurtleEgg.html#setEggs(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/TurtleEgg.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Vault",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTrialSpawnerState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html#getTrialSpawnerState()",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getVaultState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html#getVaultState()"
          },
          {
            "kind": "METHOD",
            "name": "isOminous()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html#isOminous()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Vault.State",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACTIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#ACTIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EJECTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#EJECTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INACTIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#INACTIVE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#State()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNLOCKING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#UNLOCKING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault/State.html"
          },
          {
            "kind": "METHOD",
            "name": "setOminous(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ominous"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html#setOminous(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTrialSpawnerState(State)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html#setTrialSpawnerState(State)",
            "deprecated": {
              "since": "1.21.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setVaultState(State)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html#setVaultState(State)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Vault.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.Wall",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHeight(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall.html#getHeight(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isUp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall.html#isUp()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.block.data.type.Wall.Height",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Height()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html#Height()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html#LOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html#TALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall/Height.html"
          },
          {
            "kind": "METHOD",
            "name": "setHeight(BlockFace,Height)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "height"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall.html#setHeight(BlockFace,Height)"
          },
          {
            "kind": "METHOD",
            "name": "setUp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "up"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall.html#setUp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/Wall.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.WallHangingSign",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/WallHangingSign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.WallSign",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/WallSign.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.data.type.WallSkull",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/WallSkull.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/data/type/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.sign",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.sign.Side",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/Side.html#BACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FRONT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/Side.html#FRONT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Side()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/Side.html#Side()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/Side.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/Side.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/Side.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.block.sign.SignSide",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLine(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#getLine(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLines()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#getLines()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isGlowingText()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#isGlowingText()"
          },
          {
            "kind": "METHOD",
            "name": "line(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#line(int)"
          },
          {
            "kind": "METHOD",
            "name": "line(int,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#line(int,Component)"
          },
          {
            "kind": "METHOD",
            "name": "lines()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#lines()"
          },
          {
            "kind": "METHOD",
            "name": "setGlowingText(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "glowing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#setGlowingText(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLine(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html#setLine(int,String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/SignSide.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/sign/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.spawner",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.block.spawner.SpawnRule",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnRule(int,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxBlockLight"
              },
              {
                "kind": "PARAMETER",
                "name": "maxSkyLight"
              },
              {
                "kind": "PARAMETER",
                "name": "minBlockLight"
              },
              {
                "kind": "PARAMETER",
                "name": "minSkyLight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#SpawnRule(int,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxBlockLight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#getMaxBlockLight()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxSkyLight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#getMaxSkyLight()"
          },
          {
            "kind": "METHOD",
            "name": "getMinBlockLight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#getMinBlockLight()"
          },
          {
            "kind": "METHOD",
            "name": "getMinSkyLight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#getMinSkyLight()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "maxBlockLight",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#maxBlockLight"
          },
          {
            "kind": "FIELD",
            "name": "maxSkyLight",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#maxSkyLight"
          },
          {
            "kind": "FIELD",
            "name": "minBlockLight",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#minBlockLight"
          },
          {
            "kind": "FIELD",
            "name": "minSkyLight",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#minSkyLight"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "setMaxBlockLight(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxBlockLight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#setMaxBlockLight(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxSkyLight(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxSkyLight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#setMaxSkyLight(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMinBlockLight(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "minBlockLight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#setMinBlockLight(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMinSkyLight(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "minSkyLight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html#setMinSkyLight(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnRule.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.block.spawner.SpawnerEntry",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnerEntry(EntitySnapshot,int,SpawnRule)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snapshot"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnRule"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnWeight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#SpawnerEntry(EntitySnapshot,int,SpawnRule)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnerEntry(EntitySnapshot,int,SpawnRule,Equipment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "equipment"
              },
              {
                "kind": "PARAMETER",
                "name": "snapshot"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnRule"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnWeight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#SpawnerEntry(EntitySnapshot,int,SpawnRule,Equipment)"
          },
          {
            "kind": "FIELD",
            "name": "equipment",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#equipment"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getSnapshot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#getSnapshot()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRule()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#getSpawnRule()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnWeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#getSpawnWeight()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.block.spawner.SpawnerEntry.Equipment",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Equipment(LootTable,Map)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "dropChances"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "equipmentLootTable"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html#Equipment(LootTable,Map)"
              },
              {
                "kind": "FIELD",
                "name": "dropChances",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html#dropChances"
              },
              {
                "kind": "FIELD",
                "name": "equipmentLootTable",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html#equipmentLootTable"
              },
              {
                "kind": "METHOD",
                "name": "getDropChances()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html#getDropChances()"
              },
              {
                "kind": "METHOD",
                "name": "getEquipmentLootTable()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html#getEquipmentLootTable()"
              },
              {
                "kind": "METHOD",
                "name": "setEquipmentLootTable(LootTable)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "table"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html#setEquipmentLootTable(LootTable)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry/Equipment.html"
          },
          {
            "kind": "METHOD",
            "name": "setEquipment(Equipment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "equipment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#setEquipment(Equipment)"
          },
          {
            "kind": "METHOD",
            "name": "setSnapshot(EntitySnapshot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#setSnapshot(EntitySnapshot)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRule(SpawnRule)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnRule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#setSpawnRule(SpawnRule)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnWeight(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnWeight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#setSpawnWeight(int)"
          },
          {
            "kind": "FIELD",
            "name": "snapshot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#snapshot"
          },
          {
            "kind": "FIELD",
            "name": "spawnRule",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#spawnRule"
          },
          {
            "kind": "FIELD",
            "name": "spawnWeight",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html#spawnWeight"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/SpawnerEntry.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/spawner/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.block.structure",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.structure.Mirror",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "FRONT_BACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html#FRONT_BACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html#LEFT_RIGHT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Mirror()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html#Mirror()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html#NONE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/Mirror.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.structure.StructureRotation",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_180",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#CLOCKWISE_180"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLOCKWISE_90",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#CLOCKWISE_90"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COUNTERCLOCKWISE_90",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#COUNTERCLOCKWISE_90"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#NONE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#StructureRotation()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/StructureRotation.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.block.structure.UsageMode",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CORNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#CORNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#LOAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SAVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#SAVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UsageMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#UsageMode()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/UsageMode.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/block/structure/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.boss",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.boss.BarColor",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#BLUE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BarColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#BarColor()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#YELLOW"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarColor.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.boss.BarFlag",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BarFlag()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html#BarFlag()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATE_FOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html#CREATE_FOG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARKEN_SKY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html#DARKEN_SKY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAY_BOSS_MUSIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html#PLAY_BOSS_MUSIC"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarFlag.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.boss.BarStyle",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BarStyle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#BarStyle()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_10",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#SEGMENTED_10"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_12",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#SEGMENTED_12"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_20",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#SEGMENTED_20"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SEGMENTED_6",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#SEGMENTED_6"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SOLID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#SOLID"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BarStyle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.boss.BossBar",
        "children": [
          {
            "kind": "METHOD",
            "name": "addFlag(BarFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#addFlag(BarFlag)"
          },
          {
            "kind": "METHOD",
            "name": "addPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#addPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#getPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getProgress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#getProgress()"
          },
          {
            "kind": "METHOD",
            "name": "getStyle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#getStyle()"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "hasFlag(BarFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#hasFlag(BarFlag)"
          },
          {
            "kind": "METHOD",
            "name": "hide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#hide()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#isVisible()"
          },
          {
            "kind": "METHOD",
            "name": "removeAll()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#removeAll()"
          },
          {
            "kind": "METHOD",
            "name": "removeFlag(BarFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#removeFlag(BarFlag)"
          },
          {
            "kind": "METHOD",
            "name": "removePlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#removePlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(BarColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#setColor(BarColor)"
          },
          {
            "kind": "METHOD",
            "name": "setProgress(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "progress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#setProgress(double)"
          },
          {
            "kind": "METHOD",
            "name": "setStyle(BarStyle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#setStyle(BarStyle)"
          },
          {
            "kind": "METHOD",
            "name": "setTitle(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#setTitle(String)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#setVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "show()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html#show()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/BossBar.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.boss.DragonBattle",
        "children": [
          {
            "kind": "METHOD",
            "name": "generateEndPortal(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "withPortals"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#generateEndPortal(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getBossBar()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getBossBar()"
          },
          {
            "kind": "METHOD",
            "name": "getEndPortalLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getEndPortalLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getEnderDragon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getEnderDragon()"
          },
          {
            "kind": "METHOD",
            "name": "getGatewayCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getGatewayCount()"
          },
          {
            "kind": "METHOD",
            "name": "getHealingCrystals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getHealingCrystals()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnCrystals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getRespawnCrystals()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#getRespawnPhase()"
          },
          {
            "kind": "METHOD",
            "name": "hasBeenPreviouslyKilled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#hasBeenPreviouslyKilled()"
          },
          {
            "kind": "METHOD",
            "name": "initiateRespawn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#initiateRespawn()"
          },
          {
            "kind": "METHOD",
            "name": "initiateRespawn(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enderCrystals"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#initiateRespawn(Collection)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.boss.DragonBattle.RespawnPhase",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "END",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#END"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PREPARING_TO_SUMMON_PILLARS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#PREPARING_TO_SUMMON_PILLARS"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RespawnPhase()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#RespawnPhase()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "START",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#START"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUMMONING_DRAGON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#SUMMONING_DRAGON"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUMMONING_PILLARS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#SUMMONING_PILLARS"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle/RespawnPhase.html"
          },
          {
            "kind": "METHOD",
            "name": "resetCrystals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#resetCrystals()"
          },
          {
            "kind": "METHOD",
            "name": "setPreviouslyKilled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "previouslyKilled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#setPreviouslyKilled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRespawnPhase(RespawnPhase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "phase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#setRespawnPhase(RespawnPhase)"
          },
          {
            "kind": "METHOD",
            "name": "spawnNewGateway()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#spawnNewGateway()"
          },
          {
            "kind": "METHOD",
            "name": "spawnNewGateway(Position)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html#spawnNewGateway(Position)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/DragonBattle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.boss.KeyedBossBar",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/KeyedBossBar.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/boss/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.command",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.BlockCommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BlockCommandSender.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BlockCommandSender.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.BufferedCommandSender",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BufferedCommandSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BufferedCommandSender.html#BufferedCommandSender()"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BufferedCommandSender.html#buffer"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BufferedCommandSender.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BufferedCommandSender.html#reset()"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BufferedCommandSender.html#sendMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/BufferedCommandSender.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.Command",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Command(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#Command(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Command(String,String,String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "usageMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#Command(String,String,String,List)"
          },
          {
            "kind": "FIELD",
            "name": "activeAliases",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#activeAliases"
          },
          {
            "kind": "FIELD",
            "name": "aliases",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#aliases"
          },
          {
            "kind": "METHOD",
            "name": "allowChangesFrom(CommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#allowChangesFrom(CommandMap)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastCommandMessage(CommandSender,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#broadcastCommandMessage(CommandSender,Component)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastCommandMessage(CommandSender,Component,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "sendToSource"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#broadcastCommandMessage(CommandSender,Component,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastCommandMessage(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#broadcastCommandMessage(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastCommandMessage(CommandSender,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "sendToSource"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#broadcastCommandMessage(CommandSender,String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "commandMap",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#commandMap"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#description"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "commandLabel"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getAliases()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getAliases()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getLabel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getLabel()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermission()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getPermission()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getPermissionMessage()",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTimingName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getTimingName()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUsage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#getUsage()"
          },
          {
            "kind": "METHOD",
            "name": "isRegistered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#isRegistered()"
          },
          {
            "kind": "FIELD",
            "name": "label",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#label"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#name"
          },
          {
            "kind": "FIELD",
            "name": "nextLabel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#nextLabel"
          },
          {
            "kind": "FIELD",
            "name": "permission",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#permission"
          },
          {
            "kind": "FIELD",
            "name": "permissionMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#permissionMessage"
          },
          {
            "kind": "METHOD",
            "name": "permissionMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#permissionMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "permissionMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissionMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#permissionMessage(Component)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "register(CommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#register(CommandMap)"
          },
          {
            "kind": "METHOD",
            "name": "setAliases(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setAliases(List)"
          },
          {
            "kind": "METHOD",
            "name": "setDescription(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setDescription(String)"
          },
          {
            "kind": "METHOD",
            "name": "setLabel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setLabel(String)"
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPermissionMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissionMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setPermissionMessage(String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setUsage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "usage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#setUsage(String)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,Array,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#tabComplete(CommandSender,String,Array,Location)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#tabComplete(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete0(CommandSender,String,Array,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#tabComplete0(CommandSender,String,Array,Location)"
          },
          {
            "kind": "METHOD",
            "name": "testPermission(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#testPermission(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "testPermissionSilent(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#testPermissionSilent(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "timings",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#timings",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "unregister(CommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#unregister(CommandMap)"
          },
          {
            "kind": "FIELD",
            "name": "usageMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html#usageMessage"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/Command.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.CommandException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandException.html#CommandException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandException.html#CommandException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandException(String,Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandException.html#CommandException(String,Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandException.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.CommandExecutor",
        "children": [
          {
            "kind": "METHOD",
            "name": "onCommand(CommandSender,Command,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandExecutor.html#onCommand(CommandSender,Command,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandExecutor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.CommandMap",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#clearCommands()"
          },
          {
            "kind": "METHOD",
            "name": "dispatch(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cmdLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#dispatch(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "getCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#getCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getKnownCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#getKnownCommands()"
          },
          {
            "kind": "METHOD",
            "name": "register(String,Command)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#register(String,Command)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,String,Command)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#register(String,String,Command)"
          },
          {
            "kind": "METHOD",
            "name": "registerAll(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commands"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#registerAll(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cmdLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#tabComplete(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cmdLine"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html#tabComplete(CommandSender,String,Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandMap.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.CommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#name()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.command.CommandSender.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender/Spigot.html#sendMessage(BaseComponent)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender/Spigot.html#sendMessage(BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(UUID,BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "sender"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender/Spigot.html#sendMessage(UUID,BaseComponent)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(UUID,BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "sender"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender/Spigot.html#sendMessage(UUID,BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(Identity,Component,MessageType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "identity"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(Identity,Component,MessageType)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(String)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "messages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(String...)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(UUID,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(UUID,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "messages"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendMessage(UUID,String...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendPlainMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendPlainMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendRichMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendRichMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendRichMessage(String,TagResolver...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "resolvers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#sendRichMessage(String,TagResolver...)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html#spigot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/CommandSender.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.ConsoleCommandSender",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/ConsoleCommandSender.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.FormattedCommandAlias",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FormattedCommandAlias(String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "formatStrings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html#FormattedCommandAlias(String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "buildCommand(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "formatString"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html#buildCommand(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "commandLabel"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "FIELD",
            "name": "formatStrings",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html#formatStrings"
          },
          {
            "kind": "METHOD",
            "name": "getTimingName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html#getTimingName()"
          },
          {
            "kind": "METHOD",
            "name": "inRange(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              },
              {
                "kind": "PARAMETER",
                "name": "j"
              },
              {
                "kind": "PARAMETER",
                "name": "k"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html#inRange(int,int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/FormattedCommandAlias.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.MessageCommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#addAttachment(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#addAttachment(Plugin,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,String,boolean,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#addAttachment(Plugin,String,boolean,int)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#addAttachment(Plugin,int)"
          },
          {
            "kind": "METHOD",
            "name": "getEffectivePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#getEffectivePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#hasPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#hasPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#isPermissionSet(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#isPermissionSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#name()"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#recalculatePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttachment(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#removeAttachment(PermissionAttachment)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "messages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#sendMessage(String...)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#sendMessage(UUID,String)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(UUID,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "messages"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#sendMessage(UUID,String...)"
          },
          {
            "kind": "METHOD",
            "name": "setOp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#setOp(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html#spigot()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MessageCommandSender.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.MultipleCommandAlias",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MultipleCommandAlias(String,Command...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commands"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MultipleCommandAlias.html#MultipleCommandAlias(String,Command...)"
          },
          {
            "kind": "FIELD",
            "name": "commands",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MultipleCommandAlias.html#commands"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "commandLabel"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MultipleCommandAlias.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MultipleCommandAlias.html#getCommands()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/MultipleCommandAlias.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.PluginCommand",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginCommand(String,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#PluginCommand(String,Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "completer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#completer"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "commandLabel"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "FIELD",
            "name": "executor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#executor"
          },
          {
            "kind": "METHOD",
            "name": "getExecutor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#getExecutor()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getTabCompleter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#getTabCompleter()"
          },
          {
            "kind": "FIELD",
            "name": "owningPlugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#owningPlugin"
          },
          {
            "kind": "METHOD",
            "name": "setExecutor(CommandExecutor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "executor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#setExecutor(CommandExecutor)"
          },
          {
            "kind": "METHOD",
            "name": "setTabCompleter(TabCompleter)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#setTabCompleter(TabCompleter)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#tabComplete(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommand.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.PluginCommandYamlParser",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginCommandYamlParser()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommandYamlParser.html#PluginCommandYamlParser()"
          },
          {
            "kind": "METHOD",
            "name": "parse(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommandYamlParser.html#parse(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginCommandYamlParser.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.PluginIdentifiableCommand",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginIdentifiableCommand.html#getPlugin()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/PluginIdentifiableCommand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.ProxiedCommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "audience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/ProxiedCommandSender.html#audience()"
          },
          {
            "kind": "METHOD",
            "name": "getCallee()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/ProxiedCommandSender.html#getCallee()"
          },
          {
            "kind": "METHOD",
            "name": "getCaller()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/ProxiedCommandSender.html#getCaller()"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(Identity,Component,MessageType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/ProxiedCommandSender.html#sendMessage(Identity,Component,MessageType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/ProxiedCommandSender.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.RemoteConsoleCommandSender",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/RemoteConsoleCommandSender.html#getAddress()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/RemoteConsoleCommandSender.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.SimpleCommandMap",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#clearCommands()"
          },
          {
            "kind": "METHOD",
            "name": "dispatch(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#dispatch(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "getCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#getCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#getCommands()"
          },
          {
            "kind": "METHOD",
            "name": "getKnownCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#getKnownCommands()"
          },
          {
            "kind": "FIELD",
            "name": "knownCommands",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#knownCommands"
          },
          {
            "kind": "METHOD",
            "name": "register(String,Command)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#register(String,Command)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,Command,boolean,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              },
              {
                "kind": "PARAMETER",
                "name": "isAlias"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#register(String,Command,boolean,String)"
          },
          {
            "kind": "METHOD",
            "name": "register(String,String,Command)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#register(String,String,Command)"
          },
          {
            "kind": "METHOD",
            "name": "registerAll(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commands"
              },
              {
                "kind": "PARAMETER",
                "name": "fallbackPrefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#registerAll(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "registerServerAliases()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#registerServerAliases()"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#setDefaultCommands()"
          },
          {
            "kind": "METHOD",
            "name": "setFallbackCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#setFallbackCommands()"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cmdLine"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#tabComplete(CommandSender,String)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cmdLine"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html#tabComplete(CommandSender,String,Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/SimpleCommandMap.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.TabCompleter",
        "children": [
          {
            "kind": "METHOD",
            "name": "onTabComplete(CommandSender,Command,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/TabCompleter.html#onTabComplete(CommandSender,Command,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/TabCompleter.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.command.TabExecutor",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/TabExecutor.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.command.defaults",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.defaults.BukkitCommand",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/BukkitCommand.html#BukkitCommand(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitCommand(String,String,String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "usageMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/BukkitCommand.html#BukkitCommand(String,String,String,List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/BukkitCommand.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.defaults.HelpCommand",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HelpCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/HelpCommand.html#HelpCommand()"
          },
          {
            "kind": "METHOD",
            "name": "damerauLevenshteinDistance(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "s1"
              },
              {
                "kind": "PARAMETER",
                "name": "s2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/HelpCommand.html#damerauLevenshteinDistance(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "currentAlias"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/HelpCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "findPossibleMatches(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "searchString"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/HelpCommand.html#findPossibleMatches(String)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/HelpCommand.html#tabComplete(CommandSender,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/HelpCommand.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.defaults.PluginsCommand",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginsCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/PluginsCommand.html#PluginsCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "currentAlias"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/PluginsCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/PluginsCommand.html#getPluginList()"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/PluginsCommand.html#tabComplete(CommandSender,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/PluginsCommand.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.defaults.ReloadCommand",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ReloadCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/ReloadCommand.html#ReloadCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "currentAlias"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/ReloadCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/ReloadCommand.html#tabComplete(CommandSender,String,String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/ReloadCommand.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.command.defaults.VersionCommand",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VersionCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#VersionCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "describeToSender(Plugin,CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#describeToSender(Plugin,CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "execute(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "currentAlias"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#execute(CommandSender,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "getDistance(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "repo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#getDistance(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getNameList(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "names"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#getNameList(List)"
          },
          {
            "kind": "METHOD",
            "name": "getVersionFetcher()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#getVersionFetcher()"
          },
          {
            "kind": "FIELD",
            "name": "hasVersion",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#hasVersion"
          },
          {
            "kind": "FIELD",
            "name": "lastCheck",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#lastCheck"
          },
          {
            "kind": "METHOD",
            "name": "obtainVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#obtainVersion()"
          },
          {
            "kind": "METHOD",
            "name": "sendVersion(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#sendVersion(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "setVersionMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#setVersionMessage(Component)"
          },
          {
            "kind": "METHOD",
            "name": "tabComplete(CommandSender,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#tabComplete(CommandSender,String,String...)"
          },
          {
            "kind": "FIELD",
            "name": "versionFetcher",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#versionFetcher"
          },
          {
            "kind": "FIELD",
            "name": "versionLock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#versionLock"
          },
          {
            "kind": "FIELD",
            "name": "versionMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#versionMessage"
          },
          {
            "kind": "FIELD",
            "name": "versionTaskStarted",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#versionTaskStarted"
          },
          {
            "kind": "FIELD",
            "name": "versionWaiters",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html#versionWaiters"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/VersionCommand.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/command/defaults/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.configuration",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.configuration.Configuration",
        "children": [
          {
            "kind": "METHOD",
            "name": "addDefault(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html#addDefault(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "addDefaults(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html#addDefaults(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "addDefaults(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html#addDefaults(Map)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaults()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html#getDefaults()"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "setDefaults(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html#setDefaults(Configuration)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/Configuration.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.ConfigurationOptions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ConfigurationOptions(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configuration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#ConfigurationOptions(Configuration)"
          },
          {
            "kind": "FIELD",
            "name": "configuration",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#configuration"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#configuration()"
          },
          {
            "kind": "FIELD",
            "name": "copyDefaults",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#copyDefaults"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#copyDefaults()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "pathSeparator",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#pathSeparator"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#pathSeparator()"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html#pathSeparator(char)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationOptions.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.configuration.ConfigurationSection",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cC\u003egetComponent(String,ComponentDecoder)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "PARAMETER",
                "name": "decoder"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cC\u003egetComponent(String,ComponentDecoder)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cC\u003egetComponent(String,ComponentDecoder,C)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "PARAMETER",
                "name": "decoder"
              },
              {
                "kind": "PARAMETER",
                "name": "fallback"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cC\u003egetComponent(String,ComponentDecoder,C)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cC\u003esetComponent(String,ComponentEncoder,C)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "PARAMETER",
                "name": "encoder"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cC\u003esetComponent(String,ComponentEncoder,C)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetObject(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cT\u003egetObject(String,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetObject(String,Class,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cT\u003egetObject(String,Class,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetSerializable(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cT\u003egetSerializable(String,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetSerializable(String,Class,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#\u003cT\u003egetSerializable(String,Class,T)"
          },
          {
            "kind": "METHOD",
            "name": "addDefault(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#addDefault(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "contains(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#contains(String)"
          },
          {
            "kind": "METHOD",
            "name": "contains(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreDefault"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#contains(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#createSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "createSection(String,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#createSection(String,Map)"
          },
          {
            "kind": "METHOD",
            "name": "get(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#get(String)"
          },
          {
            "kind": "METHOD",
            "name": "get(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#get(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "getBoolean(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "getBoolean(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getBoolean(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getBooleanList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getBooleanList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByteList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getByteList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCharacterList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getCharacterList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getColor(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor(String,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getColor(String,Color)"
          },
          {
            "kind": "METHOD",
            "name": "getComments(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getComments(String)"
          },
          {
            "kind": "METHOD",
            "name": "getConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getCurrentPath()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultSection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getDefaultSection()"
          },
          {
            "kind": "METHOD",
            "name": "getDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getDouble(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDouble(String,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getDouble(String,double)"
          },
          {
            "kind": "METHOD",
            "name": "getDoubleList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getDoubleList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getFloatList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getFloatList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInlineComments(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getInlineComments(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getInt(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getInt(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getIntegerList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getIntegerList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack(String,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getItemStack(String,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getKeys(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getKeys(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getList(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getList(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getLocation(String)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(String,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getLocation(String,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getLong(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getLong(String)"
          },
          {
            "kind": "METHOD",
            "name": "getLong(String,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getLong(String,long)"
          },
          {
            "kind": "METHOD",
            "name": "getLongList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getLongList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMapList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getMapList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String,OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getOfflinePlayer(String,OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getParent()"
          },
          {
            "kind": "METHOD",
            "name": "getRichMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getRichMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "getRichMessage(String,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fallback"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getRichMessage(String,Component)"
          },
          {
            "kind": "METHOD",
            "name": "getRoot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getRoot()"
          },
          {
            "kind": "METHOD",
            "name": "getShortList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getShortList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getString(String)"
          },
          {
            "kind": "METHOD",
            "name": "getString(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getString(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getStringList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getStringList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getValues(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getValues(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getVector(String)"
          },
          {
            "kind": "METHOD",
            "name": "getVector(String,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#getVector(String,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "isBoolean(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "isColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isColor(String)"
          },
          {
            "kind": "METHOD",
            "name": "isConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "isDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isDouble(String)"
          },
          {
            "kind": "METHOD",
            "name": "isInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isInt(String)"
          },
          {
            "kind": "METHOD",
            "name": "isItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "isList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isList(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLocation(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isLocation(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLong(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isLong(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "isSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "isString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isString(String)"
          },
          {
            "kind": "METHOD",
            "name": "isVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#isVector(String)"
          },
          {
            "kind": "METHOD",
            "name": "set(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#set(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "setComments(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "comments"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#setComments(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "setInlineComments(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "comments"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#setInlineComments(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "setRichMessage(String,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html#setRichMessage(String,Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/ConfigurationSection.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.InvalidConfigurationException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidConfigurationException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/InvalidConfigurationException.html#InvalidConfigurationException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidConfigurationException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/InvalidConfigurationException.html#InvalidConfigurationException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidConfigurationException(String,Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/InvalidConfigurationException.html#InvalidConfigurationException(String,Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidConfigurationException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/InvalidConfigurationException.html#InvalidConfigurationException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/InvalidConfigurationException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.MemoryConfiguration",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MemoryConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#MemoryConfiguration()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MemoryConfiguration(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#MemoryConfiguration(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "addDefault(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#addDefault(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "addDefaults(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#addDefaults(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "addDefaults(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#addDefaults(Map)"
          },
          {
            "kind": "FIELD",
            "name": "defaults",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#defaults"
          },
          {
            "kind": "METHOD",
            "name": "getDefaults()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#getDefaults()"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#getParent()"
          },
          {
            "kind": "FIELD",
            "name": "options",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#options"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "setDefaults(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html#setDefaults(Configuration)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfiguration.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.MemoryConfigurationOptions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MemoryConfigurationOptions(MemoryConfiguration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configuration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfigurationOptions.html#MemoryConfigurationOptions(MemoryConfiguration)"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfigurationOptions.html#configuration()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfigurationOptions.html#pathSeparator(char)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemoryConfigurationOptions.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.MemorySection",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetObject(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#\u003cT\u003egetObject(String,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetObject(String,Class,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#\u003cT\u003egetObject(String,Class,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetSerializable(String,Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#\u003cT\u003egetSerializable(String,Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetSerializable(String,Class,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#\u003cT\u003egetSerializable(String,Class,T)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MemorySection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#MemorySection()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MemorySection(ConfigurationSection,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#MemorySection(ConfigurationSection,String)"
          },
          {
            "kind": "METHOD",
            "name": "addDefault(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#addDefault(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "contains(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#contains(String)"
          },
          {
            "kind": "METHOD",
            "name": "contains(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreDefault"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#contains(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "createPath(ConfigurationSection,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#createPath(ConfigurationSection,String)"
          },
          {
            "kind": "METHOD",
            "name": "createPath(ConfigurationSection,String,ConfigurationSection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "relativeTo"
              },
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#createPath(ConfigurationSection,String,ConfigurationSection)"
          },
          {
            "kind": "METHOD",
            "name": "createSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#createSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "createSection(String,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#createSection(String,Map)"
          },
          {
            "kind": "FIELD",
            "name": "fullPath",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#fullPath"
          },
          {
            "kind": "METHOD",
            "name": "get(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#get(String)"
          },
          {
            "kind": "METHOD",
            "name": "get(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#get(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "getBoolean(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "getBoolean(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getBoolean(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getBooleanList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getBooleanList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getByteList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getByteList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCharacterList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getCharacterList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getColor(String)"
          },
          {
            "kind": "METHOD",
            "name": "getColor(String,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getColor(String,Color)"
          },
          {
            "kind": "METHOD",
            "name": "getComments(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getComments(String)"
          },
          {
            "kind": "METHOD",
            "name": "getConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getCurrentPath()"
          },
          {
            "kind": "METHOD",
            "name": "getDefault(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getDefault(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultSection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getDefaultSection()"
          },
          {
            "kind": "METHOD",
            "name": "getDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getDouble(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDouble(String,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getDouble(String,double)"
          },
          {
            "kind": "METHOD",
            "name": "getDoubleList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getDoubleList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getFloatList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getFloatList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInlineComments(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getInlineComments(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getInt(String)"
          },
          {
            "kind": "METHOD",
            "name": "getInt(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getInt(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "getIntegerList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getIntegerList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack(String,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getItemStack(String,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getKeys(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getKeys(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getList(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getList(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getLocation(String)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(String,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getLocation(String,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getLong(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getLong(String)"
          },
          {
            "kind": "METHOD",
            "name": "getLong(String,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getLong(String,long)"
          },
          {
            "kind": "METHOD",
            "name": "getLongList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getLongList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMapList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getMapList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "getOfflinePlayer(String,OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getOfflinePlayer(String,OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getParent()"
          },
          {
            "kind": "METHOD",
            "name": "getRoot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getRoot()"
          },
          {
            "kind": "METHOD",
            "name": "getSectionPathData(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getSectionPathData(String)"
          },
          {
            "kind": "METHOD",
            "name": "getShortList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getShortList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getString(String)"
          },
          {
            "kind": "METHOD",
            "name": "getString(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getString(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getStringList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getStringList(String)"
          },
          {
            "kind": "METHOD",
            "name": "getValues(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getValues(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getVector(String)"
          },
          {
            "kind": "METHOD",
            "name": "getVector(String,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#getVector(String,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "isBoolean(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isBoolean(String)"
          },
          {
            "kind": "METHOD",
            "name": "isColor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isColor(String)"
          },
          {
            "kind": "METHOD",
            "name": "isConfigurationSection(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isConfigurationSection(String)"
          },
          {
            "kind": "METHOD",
            "name": "isDouble(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isDouble(String)"
          },
          {
            "kind": "METHOD",
            "name": "isInt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isInt(String)"
          },
          {
            "kind": "METHOD",
            "name": "isItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "isList(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isList(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLocation(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isLocation(String)"
          },
          {
            "kind": "METHOD",
            "name": "isLong(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isLong(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOfflinePlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isOfflinePlayer(String)"
          },
          {
            "kind": "METHOD",
            "name": "isPrimitiveWrapper(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isPrimitiveWrapper(Object)"
          },
          {
            "kind": "METHOD",
            "name": "isSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "isString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isString(String)"
          },
          {
            "kind": "METHOD",
            "name": "isVector(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#isVector(String)"
          },
          {
            "kind": "FIELD",
            "name": "map",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#map"
          },
          {
            "kind": "METHOD",
            "name": "mapChildrenKeys(Set,ConfigurationSection,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              },
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#mapChildrenKeys(Set,ConfigurationSection,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "mapChildrenValues(Map,ConfigurationSection,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deep"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              },
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#mapChildrenValues(Map,ConfigurationSection,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "parent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#parent"
          },
          {
            "kind": "FIELD",
            "name": "path",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#path"
          },
          {
            "kind": "FIELD",
            "name": "root",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#root"
          },
          {
            "kind": "METHOD",
            "name": "set(String,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "path"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#set(String,Object)"
          },
          {
            "kind": "METHOD",
            "name": "setComments(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "comments"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#setComments(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "setInlineComments(String,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "comments"
              },
              {
                "kind": "PARAMETER",
                "name": "path"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#setInlineComments(String,List)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/MemorySection.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.SectionPathData",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SectionPathData(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#SectionPathData(Object)"
          },
          {
            "kind": "FIELD",
            "name": "comments",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#comments"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getComments()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#getComments()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "getInlineComments()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#getInlineComments()"
          },
          {
            "kind": "FIELD",
            "name": "inlineComments",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#inlineComments"
          },
          {
            "kind": "METHOD",
            "name": "setComments(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "comments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#setComments(List)"
          },
          {
            "kind": "METHOD",
            "name": "setData(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#setData(Object)"
          },
          {
            "kind": "METHOD",
            "name": "setInlineComments(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inlineComments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html#setInlineComments(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/SectionPathData.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.configuration.file",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.file.FileConfiguration",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FileConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#FileConfiguration()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FileConfiguration(Configuration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaults"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#FileConfiguration(Configuration)"
          },
          {
            "kind": "METHOD",
            "name": "buildHeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#buildHeader()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "load(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#load(File)"
          },
          {
            "kind": "METHOD",
            "name": "load(Reader)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#load(Reader)"
          },
          {
            "kind": "METHOD",
            "name": "load(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#load(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadFromString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#loadFromString(String)"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#options()"
          },
          {
            "kind": "METHOD",
            "name": "save(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#save(File)"
          },
          {
            "kind": "METHOD",
            "name": "save(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#save(String)"
          },
          {
            "kind": "METHOD",
            "name": "saveToString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html#saveToString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfiguration.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.file.FileConfigurationOptions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FileConfigurationOptions(MemoryConfiguration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configuration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#FileConfigurationOptions(MemoryConfiguration)"
          },
          {
            "kind": "FIELD",
            "name": "PAPER_PARSE_COMMENTS_BY_DEFAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#PAPER_PARSE_COMMENTS_BY_DEFAULT"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#configuration()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "copyHeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#copyHeader()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "copyHeader(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#copyHeader(boolean)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "footer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#footer"
          },
          {
            "kind": "METHOD",
            "name": "getFooter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#getFooter()"
          },
          {
            "kind": "METHOD",
            "name": "getHeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#getHeader()"
          },
          {
            "kind": "FIELD",
            "name": "header",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#header"
          },
          {
            "kind": "METHOD",
            "name": "header()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#header()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "header(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#header(String)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "parseComments",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#parseComments"
          },
          {
            "kind": "METHOD",
            "name": "parseComments()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#parseComments()"
          },
          {
            "kind": "METHOD",
            "name": "parseComments(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#parseComments(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#pathSeparator(char)"
          },
          {
            "kind": "METHOD",
            "name": "setFooter(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#setFooter(List)"
          },
          {
            "kind": "METHOD",
            "name": "setHeader(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html#setHeader(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/FileConfigurationOptions.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.file.YamlConfiguration",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLANK_CONFIG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#BLANK_CONFIG",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "COMMENT_PREFIX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#COMMENT_PREFIX",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlConfiguration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#YamlConfiguration()"
          },
          {
            "kind": "METHOD",
            "name": "adjustNodeComments(MappingNode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#adjustNodeComments(MappingNode)"
          },
          {
            "kind": "FIELD",
            "name": "constructor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#constructor"
          },
          {
            "kind": "METHOD",
            "name": "fromNodeTree(MappingNode,ConfigurationSection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#fromNodeTree(MappingNode,ConfigurationSection)"
          },
          {
            "kind": "METHOD",
            "name": "getCommentLines(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "comments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#getCommentLines(List)"
          },
          {
            "kind": "METHOD",
            "name": "getCommentLines(List,CommentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commentType"
              },
              {
                "kind": "PARAMETER",
                "name": "comments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#getCommentLines(List,CommentType)"
          },
          {
            "kind": "METHOD",
            "name": "hasSerializedTypeKey(MappingNode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#hasSerializedTypeKey(MappingNode)"
          },
          {
            "kind": "METHOD",
            "name": "loadConfiguration(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#loadConfiguration(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadConfiguration(Reader)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#loadConfiguration(Reader)"
          },
          {
            "kind": "METHOD",
            "name": "loadFromString(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#loadFromString(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadHeader(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#loadHeader(List)"
          },
          {
            "kind": "METHOD",
            "name": "options()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#options()"
          },
          {
            "kind": "FIELD",
            "name": "representer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#representer"
          },
          {
            "kind": "METHOD",
            "name": "saveHeader(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#saveHeader(List)"
          },
          {
            "kind": "METHOD",
            "name": "saveToString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#saveToString()"
          },
          {
            "kind": "METHOD",
            "name": "toNodeTree(ConfigurationSection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "section"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#toNodeTree(ConfigurationSection)"
          },
          {
            "kind": "FIELD",
            "name": "yaml",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#yaml"
          },
          {
            "kind": "FIELD",
            "name": "yamlDumperOptions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#yamlDumperOptions"
          },
          {
            "kind": "FIELD",
            "name": "yamlLoaderOptions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html#yamlLoaderOptions"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfiguration.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.file.YamlConfigurationOptions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlConfigurationOptions(YamlConfiguration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "configuration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#YamlConfigurationOptions(YamlConfiguration)"
          },
          {
            "kind": "FIELD",
            "name": "codePointLimit",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#codePointLimit"
          },
          {
            "kind": "METHOD",
            "name": "codePointLimit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#codePointLimit()"
          },
          {
            "kind": "METHOD",
            "name": "codePointLimit(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "codePointLimit"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#codePointLimit(int)"
          },
          {
            "kind": "METHOD",
            "name": "configuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#configuration()"
          },
          {
            "kind": "METHOD",
            "name": "copyDefaults(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#copyDefaults(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "copyHeader(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#copyHeader(boolean)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "header(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#header(String)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "indent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#indent"
          },
          {
            "kind": "METHOD",
            "name": "indent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#indent()"
          },
          {
            "kind": "METHOD",
            "name": "indent(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#indent(int)"
          },
          {
            "kind": "METHOD",
            "name": "parseComments(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#parseComments(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "pathSeparator(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#pathSeparator(char)"
          },
          {
            "kind": "METHOD",
            "name": "setFooter(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#setFooter(List)"
          },
          {
            "kind": "METHOD",
            "name": "setHeader(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#setHeader(List)"
          },
          {
            "kind": "FIELD",
            "name": "width",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#width"
          },
          {
            "kind": "METHOD",
            "name": "width()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#width()"
          },
          {
            "kind": "METHOD",
            "name": "width(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html#width(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConfigurationOptions.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.file.YamlConstructor",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlConstructor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor.html#YamlConstructor()",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlConstructor(LoaderOptions)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loaderOptions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor.html#YamlConstructor(LoaderOptions)"
          },
          {
            "kind": "METHOD",
            "name": "construct(Node)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor.html#construct(Node)"
          },
          {
            "kind": "METHOD",
            "name": "flattenMapping(MappingNode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "node"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor.html#flattenMapping(MappingNode)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.configuration.file.YamlConstructor.ConstructCustomObject",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ConstructCustomObject()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor/ConstructCustomObject.html#ConstructCustomObject()"
              },
              {
                "kind": "METHOD",
                "name": "construct(Node)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "node"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor/ConstructCustomObject.html#construct(Node)"
              },
              {
                "kind": "METHOD",
                "name": "construct2ndStep(Node,Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "node"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "object"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor/ConstructCustomObject.html#construct2ndStep(Node,Object)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor/ConstructCustomObject.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlConstructor.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.file.YamlRepresenter",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlRepresenter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter.html#YamlRepresenter()",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "YamlRepresenter(DumperOptions)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "options"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter.html#YamlRepresenter(DumperOptions)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.configuration.file.YamlRepresenter.RepresentConfigurationSection",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "RepresentConfigurationSection()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSection.html#RepresentConfigurationSection()"
              },
              {
                "kind": "METHOD",
                "name": "representData(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSection.html#representData(Object)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSection.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.configuration.file.YamlRepresenter.RepresentConfigurationSerializable",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "RepresentConfigurationSerializable()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSerializable.html#RepresentConfigurationSerializable()"
              },
              {
                "kind": "METHOD",
                "name": "representData(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSerializable.html#representData(Object)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter/RepresentConfigurationSerializable.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/YamlRepresenter.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/file/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.configuration.serialization",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.configuration.serialization.ConfigurationSerializable",
        "children": [
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerializable.html#serialize()",
            "apiStatus": "OverrideOnly"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerializable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.configuration.serialization.ConfigurationSerialization",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ConfigurationSerialization(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#ConfigurationSerialization(Class)"
          },
          {
            "kind": "FIELD",
            "name": "SERIALIZED_TYPE_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#SERIALIZED_TYPE_KEY"
          },
          {
            "kind": "FIELD",
            "name": "aliases",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#aliases"
          },
          {
            "kind": "FIELD",
            "name": "clazz",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#clazz"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeObject(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#deserializeObject(Map)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeObject(Map,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#deserializeObject(Map,Class)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeViaCtor(Constructor,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "ctor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#deserializeViaCtor(Constructor,Map)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeViaMethod(Method,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "method"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#deserializeViaMethod(Method,Map)"
          },
          {
            "kind": "METHOD",
            "name": "getAlias(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#getAlias(Class)"
          },
          {
            "kind": "METHOD",
            "name": "getClassByAlias(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#getClassByAlias(String)"
          },
          {
            "kind": "METHOD",
            "name": "getConstructor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#getConstructor()"
          },
          {
            "kind": "METHOD",
            "name": "getMethod(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isStatic"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#getMethod(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "registerClass(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#registerClass(Class)"
          },
          {
            "kind": "METHOD",
            "name": "registerClass(Class,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#registerClass(Class,String)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterClass(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#unregisterClass(Class)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterClass(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html#unregisterClass(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/ConfigurationSerialization.html"
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.configuration.serialization.DelegateDeserialization",
        "children": [
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/DelegateDeserialization.html#value()"
          }
        ]
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.configuration.serialization.SerializableAs",
        "children": [
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/SerializableAs.html#value()"
          }
        ]
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/configuration/serialization/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.conversations",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.BooleanPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BooleanPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#BooleanPrompt()"
          },
          {
            "kind": "FIELD",
            "name": "FALSE_INPUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#FALSE_INPUTS"
          },
          {
            "kind": "FIELD",
            "name": "TRUE_INPUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#TRUE_INPUTS"
          },
          {
            "kind": "FIELD",
            "name": "VALID_INPUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#VALID_INPUTS"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#acceptValidatedInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#acceptValidatedInput(ConversationContext,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "isInputValid(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html#isInputValid(ConversationContext,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/BooleanPrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.conversations.Conversable",
        "children": [
          {
            "kind": "METHOD",
            "name": "abandonConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#abandonConversation(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "abandonConversation(Conversation,ConversationAbandonedEvent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              },
              {
                "kind": "PARAMETER",
                "name": "details"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#abandonConversation(Conversation,ConversationAbandonedEvent)"
          },
          {
            "kind": "METHOD",
            "name": "acceptConversationInput(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#acceptConversationInput(String)"
          },
          {
            "kind": "METHOD",
            "name": "beginConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#beginConversation(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "isConversing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#isConversing()"
          },
          {
            "kind": "METHOD",
            "name": "sendRawMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#sendRawMessage(String)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "sendRawMessage(UUID,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html#sendRawMessage(UUID,String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversable.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.Conversation",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Conversation(Plugin,Conversable,Prompt)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firstPrompt"
              },
              {
                "kind": "PARAMETER",
                "name": "forWhom"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#Conversation(Plugin,Conversable,Prompt)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Conversation(Plugin,Conversable,Prompt,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firstPrompt"
              },
              {
                "kind": "PARAMETER",
                "name": "forWhom"
              },
              {
                "kind": "PARAMETER",
                "name": "initialSessionData"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#Conversation(Plugin,Conversable,Prompt,Map)"
          },
          {
            "kind": "METHOD",
            "name": "abandon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#abandon()"
          },
          {
            "kind": "METHOD",
            "name": "abandon(ConversationAbandonedEvent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "details"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#abandon(ConversationAbandonedEvent)"
          },
          {
            "kind": "FIELD",
            "name": "abandoned",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#abandoned"
          },
          {
            "kind": "FIELD",
            "name": "abandonedListeners",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#abandonedListeners"
          },
          {
            "kind": "METHOD",
            "name": "acceptInput(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#acceptInput(String)"
          },
          {
            "kind": "METHOD",
            "name": "addConversationAbandonedListener(ConversationAbandonedListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#addConversationAbandonedListener(ConversationAbandonedListener)"
          },
          {
            "kind": "METHOD",
            "name": "addConversationCanceller(ConversationCanceller)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canceller"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#addConversationCanceller(ConversationCanceller)"
          },
          {
            "kind": "METHOD",
            "name": "begin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#begin()"
          },
          {
            "kind": "FIELD",
            "name": "cancellers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#cancellers"
          },
          {
            "kind": "FIELD",
            "name": "context",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#context"
          },
          {
            "kind": "FIELD",
            "name": "currentPrompt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#currentPrompt"
          },
          {
            "kind": "FIELD",
            "name": "firstPrompt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#firstPrompt"
          },
          {
            "kind": "METHOD",
            "name": "getCancellers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#getCancellers()"
          },
          {
            "kind": "METHOD",
            "name": "getContext()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#getContext()"
          },
          {
            "kind": "METHOD",
            "name": "getForWhom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#getForWhom()"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#getPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "isLocalEchoEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#isLocalEchoEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isModal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#isModal()"
          },
          {
            "kind": "FIELD",
            "name": "localEchoEnabled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#localEchoEnabled"
          },
          {
            "kind": "FIELD",
            "name": "modal",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#modal"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.conversations.Conversation.ConversationState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ABANDONED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html#ABANDONED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ConversationState()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html#ConversationState()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html#STARTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNSTARTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html#UNSTARTED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation/ConversationState.html"
          },
          {
            "kind": "METHOD",
            "name": "outputNextPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#outputNextPrompt()"
          },
          {
            "kind": "FIELD",
            "name": "prefix",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#prefix"
          },
          {
            "kind": "METHOD",
            "name": "removeConversationAbandonedListener(ConversationAbandonedListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#removeConversationAbandonedListener(ConversationAbandonedListener)"
          },
          {
            "kind": "METHOD",
            "name": "setLocalEchoEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "localEchoEnabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#setLocalEchoEnabled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setModal(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#setModal(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPrefix(ConversationPrefix)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html#setPrefix(ConversationPrefix)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Conversation.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ConversationAbandonedEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ConversationAbandonedEvent(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#ConversationAbandonedEvent(Conversation)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ConversationAbandonedEvent(Conversation,ConversationCanceller)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canceller"
              },
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#ConversationAbandonedEvent(Conversation,ConversationCanceller)"
          },
          {
            "kind": "FIELD",
            "name": "canceller",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#canceller"
          },
          {
            "kind": "FIELD",
            "name": "context",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#context"
          },
          {
            "kind": "METHOD",
            "name": "getCanceller()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#getCanceller()"
          },
          {
            "kind": "METHOD",
            "name": "getContext()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#getContext()"
          },
          {
            "kind": "METHOD",
            "name": "gracefulExit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html#gracefulExit()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.conversations.ConversationAbandonedListener",
        "children": [
          {
            "kind": "METHOD",
            "name": "conversationAbandoned(ConversationAbandonedEvent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "abandonedEvent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedListener.html#conversationAbandoned(ConversationAbandonedEvent)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationAbandonedListener.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.conversations.ConversationCanceller",
        "children": [
          {
            "kind": "METHOD",
            "name": "cancelBasedOnInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationCanceller.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationCanceller.html#setConversation(Conversation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationCanceller.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ConversationContext",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ConversationContext(Plugin,Conversable,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forWhom"
              },
              {
                "kind": "PARAMETER",
                "name": "initialSessionData"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#ConversationContext(Plugin,Conversable,Map)"
          },
          {
            "kind": "FIELD",
            "name": "forWhom",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#forWhom"
          },
          {
            "kind": "METHOD",
            "name": "getAllSessionData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#getAllSessionData()"
          },
          {
            "kind": "METHOD",
            "name": "getForWhom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#getForWhom()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getSessionData(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#getSessionData(Object)"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "sessionData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#sessionData"
          },
          {
            "kind": "METHOD",
            "name": "setSessionData(Object,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html#setSessionData(Object,Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationContext.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ConversationFactory",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ConversationFactory(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#ConversationFactory(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "abandonedListeners",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#abandonedListeners"
          },
          {
            "kind": "METHOD",
            "name": "addConversationAbandonedListener(ConversationAbandonedListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#addConversationAbandonedListener(ConversationAbandonedListener)"
          },
          {
            "kind": "METHOD",
            "name": "buildConversation(Conversable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forWhom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#buildConversation(Conversable)"
          },
          {
            "kind": "FIELD",
            "name": "cancellers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#cancellers"
          },
          {
            "kind": "FIELD",
            "name": "firstPrompt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#firstPrompt"
          },
          {
            "kind": "FIELD",
            "name": "initialSessionData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#initialSessionData"
          },
          {
            "kind": "FIELD",
            "name": "isModal",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#isModal"
          },
          {
            "kind": "FIELD",
            "name": "localEchoEnabled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#localEchoEnabled"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.conversations.ConversationFactory.NotPlayerMessagePrompt",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "NotPlayerMessagePrompt()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html#NotPlayerMessagePrompt()"
              },
              {
                "kind": "METHOD",
                "name": "getNextPrompt(ConversationContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html#getNextPrompt(ConversationContext)"
              },
              {
                "kind": "METHOD",
                "name": "getPromptText(ConversationContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html#getPromptText(ConversationContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory/NotPlayerMessagePrompt.html"
          },
          {
            "kind": "FIELD",
            "name": "playerOnlyMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#playerOnlyMessage"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "prefix",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#prefix"
          },
          {
            "kind": "METHOD",
            "name": "thatExcludesNonPlayersWithMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerOnlyMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#thatExcludesNonPlayersWithMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "withConversationCanceller(ConversationCanceller)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canceller"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withConversationCanceller(ConversationCanceller)"
          },
          {
            "kind": "METHOD",
            "name": "withEscapeSequence(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "escapeSequence"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withEscapeSequence(String)"
          },
          {
            "kind": "METHOD",
            "name": "withFirstPrompt(Prompt)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firstPrompt"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withFirstPrompt(Prompt)"
          },
          {
            "kind": "METHOD",
            "name": "withInitialSessionData(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "initialSessionData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withInitialSessionData(Map)"
          },
          {
            "kind": "METHOD",
            "name": "withLocalEcho(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "localEchoEnabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withLocalEcho(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withModality(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "modal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withModality(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withPrefix(ConversationPrefix)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withPrefix(ConversationPrefix)"
          },
          {
            "kind": "METHOD",
            "name": "withTimeout(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "timeoutSeconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html#withTimeout(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationFactory.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.conversations.ConversationPrefix",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPrefix(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationPrefix.html#getPrefix(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ConversationPrefix.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ExactMatchConversationCanceller",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ExactMatchConversationCanceller(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "escapeSequence"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ExactMatchConversationCanceller.html#ExactMatchConversationCanceller(String)"
          },
          {
            "kind": "METHOD",
            "name": "cancelBasedOnInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ExactMatchConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ExactMatchConversationCanceller.html#clone()"
          },
          {
            "kind": "FIELD",
            "name": "escapeSequence",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ExactMatchConversationCanceller.html#escapeSequence"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ExactMatchConversationCanceller.html#setConversation(Conversation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ExactMatchConversationCanceller.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.FixedSetPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FixedSetPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/FixedSetPrompt.html#FixedSetPrompt()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FixedSetPrompt(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fixedSet"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/FixedSetPrompt.html#FixedSetPrompt(String...)"
          },
          {
            "kind": "FIELD",
            "name": "fixedSet",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/FixedSetPrompt.html#fixedSet"
          },
          {
            "kind": "METHOD",
            "name": "formatFixedSet()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/FixedSetPrompt.html#formatFixedSet()"
          },
          {
            "kind": "METHOD",
            "name": "isInputValid(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/FixedSetPrompt.html#isInputValid(ConversationContext,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/FixedSetPrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.InactivityConversationCanceller",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InactivityConversationCanceller(Plugin,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "timeoutSeconds"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#InactivityConversationCanceller(Plugin,int)"
          },
          {
            "kind": "METHOD",
            "name": "cancelBasedOnInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "cancelling(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#cancelling(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#clone()"
          },
          {
            "kind": "FIELD",
            "name": "conversation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#conversation"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#plugin"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#setConversation(Conversation)"
          },
          {
            "kind": "METHOD",
            "name": "startTimer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#startTimer()"
          },
          {
            "kind": "METHOD",
            "name": "stopTimer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#stopTimer()"
          },
          {
            "kind": "FIELD",
            "name": "taskId",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#taskId"
          },
          {
            "kind": "FIELD",
            "name": "timeoutSeconds",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html#timeoutSeconds"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/InactivityConversationCanceller.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ManuallyAbandonedConversationCanceller",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ManuallyAbandonedConversationCanceller()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#ManuallyAbandonedConversationCanceller()"
          },
          {
            "kind": "METHOD",
            "name": "cancelBasedOnInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#cancelBasedOnInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "setConversation(Conversation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html#setConversation(Conversation)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ManuallyAbandonedConversationCanceller.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.MessagePrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MessagePrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/MessagePrompt.html#MessagePrompt()"
          },
          {
            "kind": "METHOD",
            "name": "acceptInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/MessagePrompt.html#acceptInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "blocksForInput(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/MessagePrompt.html#blocksForInput(ConversationContext)"
          },
          {
            "kind": "METHOD",
            "name": "getNextPrompt(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/MessagePrompt.html#getNextPrompt(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/MessagePrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.NullConversationPrefix",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NullConversationPrefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NullConversationPrefix.html#NullConversationPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NullConversationPrefix.html#getPrefix(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NullConversationPrefix.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.NumericPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NumericPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#NumericPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,Number)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#acceptValidatedInput(ConversationContext,Number)"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#acceptValidatedInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "getFailedValidationText(ConversationContext,Number)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "invalidInput"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#getFailedValidationText(ConversationContext,Number)"
          },
          {
            "kind": "METHOD",
            "name": "getFailedValidationText(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "invalidInput"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#getFailedValidationText(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "getInputNotNumericText(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "invalidInput"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#getInputNotNumericText(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "isInputValid(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#isInputValid(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "isNumberValid(ConversationContext,Number)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html#isNumberValid(ConversationContext,Number)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/NumericPrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.PlayerNamePrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerNamePrompt(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PlayerNamePrompt.html#PlayerNamePrompt(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PlayerNamePrompt.html#acceptValidatedInput(ConversationContext,Player)"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PlayerNamePrompt.html#acceptValidatedInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "isInputValid(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PlayerNamePrompt.html#isInputValid(ConversationContext,String)"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PlayerNamePrompt.html#plugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PlayerNamePrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.PluginNameConversationPrefix",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginNameConversationPrefix(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#PluginNameConversationPrefix(Plugin)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginNameConversationPrefix(Plugin,String,ChatColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "prefixColor"
              },
              {
                "kind": "PARAMETER",
                "name": "separator"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#PluginNameConversationPrefix(Plugin,String,ChatColor)"
          },
          {
            "kind": "FIELD",
            "name": "cachedPrefix",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#cachedPrefix"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#getPrefix(ConversationContext)"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "prefixColor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#prefixColor"
          },
          {
            "kind": "FIELD",
            "name": "separator",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html#separator"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/PluginNameConversationPrefix.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.conversations.Prompt",
        "children": [
          {
            "kind": "FIELD",
            "name": "END_OF_CONVERSATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Prompt.html#END_OF_CONVERSATION"
          },
          {
            "kind": "METHOD",
            "name": "acceptInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Prompt.html#acceptInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "blocksForInput(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Prompt.html#blocksForInput(ConversationContext)"
          },
          {
            "kind": "METHOD",
            "name": "getPromptText(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Prompt.html#getPromptText(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/Prompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.RegexPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RegexPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/RegexPrompt.html#RegexPrompt()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegexPrompt(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/RegexPrompt.html#RegexPrompt(Pattern)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RegexPrompt(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "regex"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/RegexPrompt.html#RegexPrompt(String)"
          },
          {
            "kind": "METHOD",
            "name": "isInputValid(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/RegexPrompt.html#isInputValid(ConversationContext,String)"
          },
          {
            "kind": "FIELD",
            "name": "pattern",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/RegexPrompt.html#pattern"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/RegexPrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.StringPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "StringPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/StringPrompt.html#StringPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "blocksForInput(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/StringPrompt.html#blocksForInput(ConversationContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/StringPrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.conversations.ValidatingPrompt",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ValidatingPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html#ValidatingPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "acceptInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html#acceptInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "acceptValidatedInput(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html#acceptValidatedInput(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "blocksForInput(ConversationContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html#blocksForInput(ConversationContext)"
          },
          {
            "kind": "METHOD",
            "name": "getFailedValidationText(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "invalidInput"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html#getFailedValidationText(ConversationContext,String)"
          },
          {
            "kind": "METHOD",
            "name": "isInputValid(ConversationContext,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html#isInputValid(ConversationContext,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/ValidatingPrompt.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/conversations/package-summary.html",
    "deprecated": {
      "deprecated": "true"
    }
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.damage",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.damage.DamageEffect",
        "children": [
          {
            "kind": "FIELD",
            "name": "BURNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#BURNING"
          },
          {
            "kind": "FIELD",
            "name": "DROWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#DROWNING"
          },
          {
            "kind": "FIELD",
            "name": "FREEZING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#FREEZING"
          },
          {
            "kind": "FIELD",
            "name": "HURT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#HURT"
          },
          {
            "kind": "FIELD",
            "name": "POKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#POKING"
          },
          {
            "kind": "FIELD",
            "name": "THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#THORNS"
          },
          {
            "kind": "METHOD",
            "name": "getDamageEffect(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#getDamageEffect(String)"
          },
          {
            "kind": "METHOD",
            "name": "getSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html#getSound()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageEffect.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.damage.DamageScaling",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALWAYS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html#ALWAYS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DamageScaling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html#DamageScaling()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html#NEVER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WHEN_CAUSED_BY_LIVING_NON_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html#WHEN_CAUSED_BY_LIVING_NON_PLAYER"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageScaling.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.damage.DamageSource",
        "children": [
          {
            "kind": "METHOD",
            "name": "builder(DamageType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damageType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#builder(DamageType)"
          },
          {
            "kind": "METHOD",
            "name": "getCausingEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#getCausingEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#getDamageLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#getDamageType()"
          },
          {
            "kind": "METHOD",
            "name": "getDirectEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#getDirectEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFoodExhaustion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#getFoodExhaustion()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#getSourceLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isIndirect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#isIndirect()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.damage.DamageSource.Builder",
            "children": [
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource/Builder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "withCausingEntity(Entity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "entity"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource/Builder.html#withCausingEntity(Entity)"
              },
              {
                "kind": "METHOD",
                "name": "withDamageLocation(Location)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "location"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource/Builder.html#withDamageLocation(Location)"
              },
              {
                "kind": "METHOD",
                "name": "withDirectEntity(Entity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "entity"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource/Builder.html#withDirectEntity(Entity)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource/Builder.html"
          },
          {
            "kind": "METHOD",
            "name": "scalesWithDifficulty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html#scalesWithDifficulty()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageSource.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.damage.DamageType",
        "children": [
          {
            "kind": "FIELD",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#ARROW"
          },
          {
            "kind": "FIELD",
            "name": "BAD_RESPAWN_POINT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#BAD_RESPAWN_POINT"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "CRAMMING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#CRAMMING"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#DRAGON_BREATH"
          },
          {
            "kind": "FIELD",
            "name": "DROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#DROWN"
          },
          {
            "kind": "FIELD",
            "name": "DRY_OUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#DRY_OUT"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#ENDER_PEARL"
          },
          {
            "kind": "FIELD",
            "name": "EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FALL"
          },
          {
            "kind": "FIELD",
            "name": "FALLING_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FALLING_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "FALLING_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FALLING_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "FALLING_STALACTITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FALLING_STALACTITE"
          },
          {
            "kind": "FIELD",
            "name": "FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FIREBALL"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FIREWORKS"
          },
          {
            "kind": "FIELD",
            "name": "FLY_INTO_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FLY_INTO_WALL"
          },
          {
            "kind": "FIELD",
            "name": "FREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#FREEZE"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#GENERIC"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_KILL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#GENERIC_KILL"
          },
          {
            "kind": "FIELD",
            "name": "HOT_FLOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#HOT_FLOOR"
          },
          {
            "kind": "FIELD",
            "name": "INDIRECT_MAGIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#INDIRECT_MAGIC"
          },
          {
            "kind": "FIELD",
            "name": "IN_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#IN_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "IN_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#IN_WALL"
          },
          {
            "kind": "FIELD",
            "name": "LAVA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#LAVA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_BOLT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#LIGHTNING_BOLT"
          },
          {
            "kind": "FIELD",
            "name": "MACE_SMASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#MACE_SMASH"
          },
          {
            "kind": "FIELD",
            "name": "MAGIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#MAGIC"
          },
          {
            "kind": "FIELD",
            "name": "MOB_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#MOB_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "MOB_ATTACK_NO_AGGRO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#MOB_ATTACK_NO_AGGRO"
          },
          {
            "kind": "FIELD",
            "name": "MOB_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#MOB_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "ON_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#ON_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "OUTSIDE_BORDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#OUTSIDE_BORDER"
          },
          {
            "kind": "FIELD",
            "name": "OUT_OF_WORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#OUT_OF_WORLD"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#PLAYER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#PLAYER_EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "SONIC_BOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#SONIC_BOOM"
          },
          {
            "kind": "FIELD",
            "name": "SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#SPIT"
          },
          {
            "kind": "FIELD",
            "name": "STALAGMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#STALAGMITE"
          },
          {
            "kind": "FIELD",
            "name": "STARVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#STARVE"
          },
          {
            "kind": "FIELD",
            "name": "STING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#STING"
          },
          {
            "kind": "FIELD",
            "name": "SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#SWEET_BERRY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#THORNS"
          },
          {
            "kind": "FIELD",
            "name": "THROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#THROWN"
          },
          {
            "kind": "FIELD",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#TRIDENT"
          },
          {
            "kind": "FIELD",
            "name": "UNATTRIBUTED_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#UNATTRIBUTED_FIREBALL"
          },
          {
            "kind": "FIELD",
            "name": "WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#WIND_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#WITHER"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#WITHER_SKULL"
          },
          {
            "kind": "METHOD",
            "name": "getDamageEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#getDamageEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageScaling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#getDamageScaling()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#getDamageType(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDeathMessageType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#getDeathMessageType()"
          },
          {
            "kind": "METHOD",
            "name": "getExhaustion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#getExhaustion()"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html#getTranslationKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DamageType.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.damage.DeathMessageType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "DEFAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html#DEFAULT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DeathMessageType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html#DeathMessageType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALL_VARIANTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html#FALL_VARIANTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTENTIONAL_GAME_DESIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html#INTENTIONAL_GAME_DESIGN"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/DeathMessageType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/damage/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.enchantments",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.enchantments.Enchantment",
        "children": [
          {
            "kind": "FIELD",
            "name": "AQUA_AFFINITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#AQUA_AFFINITY"
          },
          {
            "kind": "FIELD",
            "name": "BANE_OF_ARTHROPODS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#BANE_OF_ARTHROPODS"
          },
          {
            "kind": "FIELD",
            "name": "BINDING_CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#BINDING_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#BLAST_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "BREACH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#BREACH"
          },
          {
            "kind": "FIELD",
            "name": "CHANNELING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#CHANNELING"
          },
          {
            "kind": "FIELD",
            "name": "DENSITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#DENSITY"
          },
          {
            "kind": "FIELD",
            "name": "DEPTH_STRIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#DEPTH_STRIDER"
          },
          {
            "kind": "FIELD",
            "name": "EFFICIENCY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#EFFICIENCY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Enchantment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#Enchantment()"
          },
          {
            "kind": "FIELD",
            "name": "FEATHER_FALLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#FEATHER_FALLING"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_ASPECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#FIRE_ASPECT"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#FIRE_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "FLAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#FLAME"
          },
          {
            "kind": "FIELD",
            "name": "FORTUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#FORTUNE"
          },
          {
            "kind": "FIELD",
            "name": "FROST_WALKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#FROST_WALKER"
          },
          {
            "kind": "FIELD",
            "name": "IMPALING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#IMPALING"
          },
          {
            "kind": "FIELD",
            "name": "INFINITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#INFINITY"
          },
          {
            "kind": "FIELD",
            "name": "KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "LOOTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#LOOTING"
          },
          {
            "kind": "FIELD",
            "name": "LOYALTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#LOYALTY"
          },
          {
            "kind": "FIELD",
            "name": "LUCK_OF_THE_SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#LUCK_OF_THE_SEA"
          },
          {
            "kind": "FIELD",
            "name": "LURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#LURE"
          },
          {
            "kind": "FIELD",
            "name": "MENDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#MENDING"
          },
          {
            "kind": "FIELD",
            "name": "MULTISHOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#MULTISHOT"
          },
          {
            "kind": "FIELD",
            "name": "PIERCING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#PIERCING"
          },
          {
            "kind": "FIELD",
            "name": "POWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#POWER"
          },
          {
            "kind": "FIELD",
            "name": "PROJECTILE_PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#PROJECTILE_PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "PROTECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#PROTECTION"
          },
          {
            "kind": "FIELD",
            "name": "PUNCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#PUNCH"
          },
          {
            "kind": "FIELD",
            "name": "QUICK_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#QUICK_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "RESPIRATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#RESPIRATION"
          },
          {
            "kind": "FIELD",
            "name": "RIPTIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#RIPTIDE"
          },
          {
            "kind": "FIELD",
            "name": "SHARPNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#SHARPNESS"
          },
          {
            "kind": "FIELD",
            "name": "SILK_TOUCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#SILK_TOUCH"
          },
          {
            "kind": "FIELD",
            "name": "SMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#SMITE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#SOUL_SPEED"
          },
          {
            "kind": "FIELD",
            "name": "SWEEPING_EDGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#SWEEPING_EDGE"
          },
          {
            "kind": "FIELD",
            "name": "SWIFT_SNEAK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#SWIFT_SNEAK"
          },
          {
            "kind": "FIELD",
            "name": "THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#THORNS"
          },
          {
            "kind": "FIELD",
            "name": "UNBREAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#UNBREAKING"
          },
          {
            "kind": "FIELD",
            "name": "VANISHING_CURSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#VANISHING_CURSE"
          },
          {
            "kind": "FIELD",
            "name": "WIND_BURST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#WIND_BURST"
          },
          {
            "kind": "METHOD",
            "name": "canEnchantItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#canEnchantItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "conflictsWith(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#conflictsWith(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "displayName(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#displayName(int)"
          },
          {
            "kind": "METHOD",
            "name": "getActiveSlotGroups()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getActiveSlotGroups()"
          },
          {
            "kind": "METHOD",
            "name": "getActiveSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getActiveSlots()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAnvilCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getAnvilCost()"
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getByKey(NamespacedKey)",
            "deprecated": {
              "since": "1.20.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getByName(String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDamageIncrease(int,EntityCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityCategory"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getDamageIncrease(int,EntityCategory)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDamageIncrease(int,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getDamageIncrease(int,EntityType)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEnchantment(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getEnchantment(String)"
          },
          {
            "kind": "METHOD",
            "name": "getExclusiveWith()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getExclusiveWith()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getItemTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getItemTarget()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getMaxLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxModifiedCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getMaxModifiedCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "getMinModifiedCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getMinModifiedCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getName()",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPrimaryItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getPrimaryItems()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getRarity()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStartLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getStartLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getSupportedItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getSupportedItems()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getWeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#getWeight()"
          },
          {
            "kind": "METHOD",
            "name": "isCursed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#isCursed()"
          },
          {
            "kind": "METHOD",
            "name": "isDiscoverable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#isDiscoverable()"
          },
          {
            "kind": "METHOD",
            "name": "isTradeable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#isTradeable()"
          },
          {
            "kind": "METHOD",
            "name": "isTreasure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#isTreasure()",
            "deprecated": {
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#translationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html#values()",
            "deprecated": {
              "since": "1.20.3",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/Enchantment.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.enchantments.EnchantmentOffer",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentOffer(Enchantment,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cost"
              },
              {
                "kind": "PARAMETER",
                "name": "enchantment"
              },
              {
                "kind": "PARAMETER",
                "name": "enchantmentLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#EnchantmentOffer(Enchantment,int,int)"
          },
          {
            "kind": "FIELD",
            "name": "cost",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#cost"
          },
          {
            "kind": "FIELD",
            "name": "enchantment",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#enchantment"
          },
          {
            "kind": "FIELD",
            "name": "enchantmentLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#enchantmentLevel"
          },
          {
            "kind": "METHOD",
            "name": "getCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#getCost()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#getEnchantment()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#getEnchantmentLevel()"
          },
          {
            "kind": "METHOD",
            "name": "setCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cost"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#setCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#setEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantmentLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantmentLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html#setEnchantmentLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentOffer.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.enchantments.EnchantmentTarget",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#ALL",
            "deprecated": {
              "since": "1.16.1",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_FEET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_FEET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_LEGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_LEGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_TORSO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#ARMOR_TORSO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#BOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREAKABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#BREAKABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#CROSSBOW"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#EnchantmentTarget()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#FISHING_ROD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#TOOL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#TRIDENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VANISHABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#VANISHABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAPON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#WEAPON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEARABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#WEARABLE"
          },
          {
            "kind": "METHOD",
            "name": "includes(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#includes(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "includes(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#includes(Material)"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentTarget.html",
        "deprecated": {
          "since": "1.20.5",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.enchantments.EnchantmentWrapper",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnchantmentWrapper()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#EnchantmentWrapper()"
          },
          {
            "kind": "METHOD",
            "name": "displayName(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#displayName(int)"
          },
          {
            "kind": "METHOD",
            "name": "getActiveSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#getActiveSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getDamageIncrease(int,EntityCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityCategory"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#getDamageIncrease(int,EntityCategory)"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#getEnchantment()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxModifiedCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#getMaxModifiedCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "getMinModifiedCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#getMinModifiedCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "getRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#getRarity()"
          },
          {
            "kind": "METHOD",
            "name": "isDiscoverable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#isDiscoverable()"
          },
          {
            "kind": "METHOD",
            "name": "isTradeable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#isTradeable()"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html#translationKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/EnchantmentWrapper.html",
        "deprecated": {
          "since": "1.20.3",
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/enchantments/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.entity",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractArrow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttachedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getAttachedBlock()",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAttachedBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getAttachedBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHitSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getHitSound()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getItem()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getKnockbackStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getKnockbackStrength()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLifetimeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getLifetimeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getPickupRule()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getPickupRule()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPickupStatus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getPickupStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getPierceLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getPierceLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getWeapon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#getWeapon()"
          },
          {
            "kind": "METHOD",
            "name": "isCritical()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#isCritical()"
          },
          {
            "kind": "METHOD",
            "name": "isInBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#isInBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isShotFromCrossbow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#isShotFromCrossbow()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.AbstractArrow.PickupRule",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREATIVE_ONLY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html#CREATIVE_ONLY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html#DISALLOWED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PickupRule()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html#PickupRule()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupRule.html",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.AbstractArrow.PickupStatus",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREATIVE_ONLY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html#CREATIVE_ONLY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html#DISALLOWED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PickupStatus()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html#PickupStatus()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow/PickupStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "setCritical(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "critical"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setCritical(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setHitSound(Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setHitSound(Sound)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setItem(ItemStack)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setItemStack(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setKnockbackStrength(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "knockbackStrength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setKnockbackStrength(int)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLifetimeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setLifetimeTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPickupRule(PickupRule)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setPickupRule(PickupRule)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPickupStatus(PickupStatus)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "status"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setPickupStatus(PickupStatus)"
          },
          {
            "kind": "METHOD",
            "name": "setPierceLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pierceLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setPierceLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setShooter(ProjectileSource,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "resetPickupStatus"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setShooter(ProjectileSource,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShotFromCrossbow(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shotFromCrossbow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setShotFromCrossbow(boolean)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWeapon(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html#setWeapon(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractArrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractCow",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractCow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractHorse",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDomestication()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#getDomestication()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getJumpStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#getJumpStrength()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDomestication()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#getMaxDomestication()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#getVariant()",
            "deprecated": {
              "since": "1.11",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isEating()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#isEating()"
          },
          {
            "kind": "METHOD",
            "name": "isEatingGrass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#isEatingGrass()"
          },
          {
            "kind": "METHOD",
            "name": "isEatingHaystack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#isEatingHaystack()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isRearing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#isRearing()"
          },
          {
            "kind": "METHOD",
            "name": "setDomestication(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setDomestication(int)"
          },
          {
            "kind": "METHOD",
            "name": "setEating(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eating"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setEating(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEatingGrass(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eating"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setEatingGrass(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEatingHaystack(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eatingHaystack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setEatingHaystack(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setJumpStrength(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "strength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setJumpStrength(double)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxDomestication(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setMaxDomestication(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRearing(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rearing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setRearing(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html#setVariant(Variant)",
            "deprecated": {
              "since": "1.11",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractSkeleton",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSkeletonType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractSkeleton.html#getSkeletonType()",
            "deprecated": {
              "since": "1.17",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setShouldBurnInDay(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldBurnInDay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractSkeleton.html#setShouldBurnInDay(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSkeletonType(SkeletonType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractSkeleton.html#setSkeletonType(SkeletonType)",
            "deprecated": {
              "since": "1.17",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shouldBurnInDay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractSkeleton.html#shouldBurnInDay()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractSkeleton.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractVillager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractVillager.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "resetOffers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractVillager.html#resetOffers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractVillager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AbstractWindCharge",
        "children": [
          {
            "kind": "METHOD",
            "name": "explode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractWindCharge.html#explode()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AbstractWindCharge.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ageable",
        "children": [
          {
            "kind": "METHOD",
            "name": "canBreed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#canBreed()",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getAgeLock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#getAgeLock()",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isAdult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#isAdult()"
          },
          {
            "kind": "METHOD",
            "name": "setAdult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#setAdult()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#setAge(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAgeLock(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#setAgeLock(boolean)",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBaby()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#setBaby()"
          },
          {
            "kind": "METHOD",
            "name": "setBreed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html#setBreed(boolean)",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ageable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Allay",
        "children": [
          {
            "kind": "METHOD",
            "name": "canDuplicate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#canDuplicate()"
          },
          {
            "kind": "METHOD",
            "name": "duplicateAllay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#duplicateAllay()"
          },
          {
            "kind": "METHOD",
            "name": "getDuplicationCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#getDuplicationCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getJukebox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#getJukebox()"
          },
          {
            "kind": "METHOD",
            "name": "isDancing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#isDancing()"
          },
          {
            "kind": "METHOD",
            "name": "resetDuplicationCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#resetDuplicationCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "setCanDuplicate(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canDuplicate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#setCanDuplicate(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDuplicationCooldown(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#setDuplicationCooldown(long)"
          },
          {
            "kind": "METHOD",
            "name": "startDancing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#startDancing()"
          },
          {
            "kind": "METHOD",
            "name": "startDancing(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#startDancing(Location)"
          },
          {
            "kind": "METHOD",
            "name": "stopDancing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html#stopDancing()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Allay.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ambient",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ambient.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AnimalTamer",
        "children": [
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AnimalTamer.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AnimalTamer.html#getUniqueId()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AnimalTamer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Animals",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBreedCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#getBreedCause()"
          },
          {
            "kind": "METHOD",
            "name": "getLoveModeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#getLoveModeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isBreedItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#isBreedItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isBreedItem(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#isBreedItem(Material)"
          },
          {
            "kind": "METHOD",
            "name": "isLoveMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#isLoveMode()"
          },
          {
            "kind": "METHOD",
            "name": "setBreedCause(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#setBreedCause(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setLoveModeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html#setLoveModeTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Animals.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.AreaEffectCloud",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetParticle(Particle,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#\u003cT\u003esetParticle(Particle,T)"
          },
          {
            "kind": "METHOD",
            "name": "addCustomEffect(PotionEffect,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getBasePotionData()",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getBasePotionType()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getDurationOnUse()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getDurationOnUse()"
          },
          {
            "kind": "METHOD",
            "name": "getOwnerUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getOwnerUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "getParticle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getParticle()"
          },
          {
            "kind": "METHOD",
            "name": "getRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getRadiusOnUse()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getRadiusOnUse()"
          },
          {
            "kind": "METHOD",
            "name": "getRadiusPerTick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getRadiusPerTick()"
          },
          {
            "kind": "METHOD",
            "name": "getReapplicationDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getReapplicationDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getWaitTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#getWaitTime()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#removeCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionData(PotionData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setBasePotionData(PotionData)",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionType(PotionType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setBasePotionType(PotionType)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDurationOnUse(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setDurationOnUse(int)"
          },
          {
            "kind": "METHOD",
            "name": "setOwnerUniqueId(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ownerUuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setOwnerUniqueId(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setParticle(Particle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setParticle(Particle)"
          },
          {
            "kind": "METHOD",
            "name": "setRadius(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setRadius(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRadiusOnUse(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setRadiusOnUse(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRadiusPerTick(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setRadiusPerTick(float)"
          },
          {
            "kind": "METHOD",
            "name": "setReapplicationDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setReapplicationDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSource(ProjectileSource)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setSource(ProjectileSource)"
          },
          {
            "kind": "METHOD",
            "name": "setWaitTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "waitTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html#setWaitTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/AreaEffectCloud.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Armadillo",
        "children": [
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo.html#getState()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Armadillo.State",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "IDLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#IDLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ROLLING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#ROLLING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SCARED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#SCARED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#State()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNROLLING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#UNROLLING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo/State.html"
          },
          {
            "kind": "METHOD",
            "name": "rollOut()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo.html#rollOut()"
          },
          {
            "kind": "METHOD",
            "name": "rollUp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo.html#rollUp()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Armadillo.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ArmorStand",
        "children": [
          {
            "kind": "METHOD",
            "name": "addDisabledSlots(EquipmentSlot...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#addDisabledSlots(EquipmentSlot...)"
          },
          {
            "kind": "METHOD",
            "name": "addEquipmentLock(EquipmentSlot,LockType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lockType"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#addEquipmentLock(EquipmentSlot,LockType)"
          },
          {
            "kind": "METHOD",
            "name": "canMove()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#canMove()"
          },
          {
            "kind": "METHOD",
            "name": "canTick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#canTick()"
          },
          {
            "kind": "METHOD",
            "name": "getBodyPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getBodyPose()"
          },
          {
            "kind": "METHOD",
            "name": "getBodyRotations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getBodyRotations()"
          },
          {
            "kind": "METHOD",
            "name": "getBoots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getBoots()",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChestplate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getChestplate()",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisabledSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getDisabledSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getHeadPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getHeadPose()"
          },
          {
            "kind": "METHOD",
            "name": "getHeadRotations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getHeadRotations()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmet()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getHelmet()",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getItem(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getItemInHand()",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLeftArmPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getLeftArmPose()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftArmRotations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getLeftArmRotations()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftLegPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getLeftLegPose()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftLegRotations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getLeftLegRotations()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getLeggings()",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRightArmPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getRightArmPose()"
          },
          {
            "kind": "METHOD",
            "name": "getRightArmRotations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getRightArmRotations()"
          },
          {
            "kind": "METHOD",
            "name": "getRightLegPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getRightLegPose()"
          },
          {
            "kind": "METHOD",
            "name": "getRightLegRotations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#getRightLegRotations()"
          },
          {
            "kind": "METHOD",
            "name": "hasArms()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#hasArms()"
          },
          {
            "kind": "METHOD",
            "name": "hasBasePlate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#hasBasePlate()"
          },
          {
            "kind": "METHOD",
            "name": "hasEquipmentLock(EquipmentSlot,LockType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lockType"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#hasEquipmentLock(EquipmentSlot,LockType)"
          },
          {
            "kind": "METHOD",
            "name": "isMarker()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#isMarker()"
          },
          {
            "kind": "METHOD",
            "name": "isSlotDisabled(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#isSlotDisabled(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "isSmall()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#isSmall()"
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#isVisible()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.ArmorStand.LockType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADDING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html#ADDING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADDING_OR_CHANGING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html#ADDING_OR_CHANGING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "LockType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html#LockType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REMOVING_OR_CHANGING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html#REMOVING_OR_CHANGING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand/LockType.html"
          },
          {
            "kind": "METHOD",
            "name": "removeDisabledSlots(EquipmentSlot...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#removeDisabledSlots(EquipmentSlot...)"
          },
          {
            "kind": "METHOD",
            "name": "removeEquipmentLock(EquipmentSlot,LockType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lockType"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#removeEquipmentLock(EquipmentSlot,LockType)"
          },
          {
            "kind": "METHOD",
            "name": "setArms(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arms"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setArms(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePlate(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "basePlate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setBasePlate(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBodyPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setBodyPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setBodyRotations(Rotations)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setBodyRotations(Rotations)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setBoots(ItemStack)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCanMove(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "move"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setCanMove(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanTick(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tick"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setCanTick(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setChestplate(ItemStack)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDisabledSlots(EquipmentSlot...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setDisabledSlots(EquipmentSlot...)"
          },
          {
            "kind": "METHOD",
            "name": "setHeadPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setHeadPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setHeadRotations(Rotations)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setHeadRotations(Rotations)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setHelmet(ItemStack)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItem(EquipmentSlot,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setItem(EquipmentSlot,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setItemInHand(ItemStack)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLeftArmPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setLeftArmPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setLeftArmRotations(Rotations)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setLeftArmRotations(Rotations)"
          },
          {
            "kind": "METHOD",
            "name": "setLeftLegPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setLeftLegPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setLeftLegRotations(Rotations)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setLeftLegRotations(Rotations)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setLeggings(ItemStack)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMarker(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "marker"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setMarker(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRightArmPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setRightArmPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setRightArmRotations(Rotations)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setRightArmRotations(Rotations)"
          },
          {
            "kind": "METHOD",
            "name": "setRightLegPose(EulerAngle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setRightLegPose(EulerAngle)"
          },
          {
            "kind": "METHOD",
            "name": "setRightLegRotations(Rotations)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setRightLegRotations(Rotations)"
          },
          {
            "kind": "METHOD",
            "name": "setSmall(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "small"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setSmall(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html#setVisible(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ArmorStand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Arrow",
        "children": [
          {
            "kind": "METHOD",
            "name": "addCustomEffect(PotionEffect,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#getBasePotionData()",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#getBasePotionType()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#removeCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionData(PotionData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#setBasePotionData(PotionData)",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionType(PotionType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#setBasePotionType(PotionType)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html#setColor(Color)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Arrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Axolotl",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl.html#getVariant()"
          },
          {
            "kind": "METHOD",
            "name": "isPlayingDead()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl.html#isPlayingDead()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Axolotl.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLUE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#BLUE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CYAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#CYAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GOLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#GOLD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LUCY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#LUCY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#Variant()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WILD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#WILD"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setPlayingDead(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playingDead"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl.html#setPlayingDead(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Axolotl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Bat",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTargetLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bat.html#getTargetLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isAwake()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bat.html#isAwake()"
          },
          {
            "kind": "METHOD",
            "name": "setAwake(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bat.html#setAwake(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bat.html#setTargetLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Bee",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getCannotEnterHiveTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getCannotEnterHiveTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getCropsGrownSincePollination()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getCropsGrownSincePollination()"
          },
          {
            "kind": "METHOD",
            "name": "getFlower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getFlower()"
          },
          {
            "kind": "METHOD",
            "name": "getHive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getHive()"
          },
          {
            "kind": "METHOD",
            "name": "getRollingOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getRollingOverride()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksSincePollination()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getTicksSincePollination()"
          },
          {
            "kind": "METHOD",
            "name": "getTimeSinceSting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#getTimeSinceSting()"
          },
          {
            "kind": "METHOD",
            "name": "hasNectar()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#hasNectar()"
          },
          {
            "kind": "METHOD",
            "name": "hasStung()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#hasStung()"
          },
          {
            "kind": "METHOD",
            "name": "isRolling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#isRolling()"
          },
          {
            "kind": "METHOD",
            "name": "setAnger(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "anger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setAnger(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCannotEnterHiveTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setCannotEnterHiveTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCropsGrownSincePollination(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "crops"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setCropsGrownSincePollination(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFlower(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setFlower(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setHasNectar(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "nectar"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setHasNectar(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHasStung(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stung"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setHasStung(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHive(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setHive(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setRollingOverride(TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rolling"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setRollingOverride(TriState)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksSincePollination(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setTicksSincePollination(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTimeSinceSting(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html#setTimeSinceSting(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bee.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Blaze",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Blaze.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.BlockDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/BlockDisplay.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "setBlock(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/BlockDisplay.html#setBlock(BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/BlockDisplay.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Boat",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBoatMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getBoatMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getBoatType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getBoatType()",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxSpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getMaxSpeed()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOccupiedDeceleration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getOccupiedDeceleration()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStatus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getUnoccupiedDeceleration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getUnoccupiedDeceleration()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWoodType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getWoodType()",
            "deprecated": {
              "since": "1.19",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWorkOnLand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#getWorkOnLand()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Boat.Status",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "IN_AIR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#IN_AIR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IN_WATER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#IN_WATER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_IN_WORLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#NOT_IN_WORLD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ON_LAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#ON_LAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Status()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#Status()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNDER_FLOWING_WATER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#UNDER_FLOWING_WATER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNDER_WATER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#UNDER_WATER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Status.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Boat.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACACIA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#ACACIA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BAMBOO",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#BAMBOO"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BIRCH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#BIRCH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHERRY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#CHERRY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DARK_OAK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#DARK_OAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JUNGLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#JUNGLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MANGROVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#MANGROVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OAK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#OAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPRUCE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#SPRUCE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "materialBlock"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#Type(Material)"
              },
              {
                "kind": "METHOD",
                "name": "getMaterial()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#getMaterial()"
              },
              {
                "kind": "FIELD",
                "name": "materialBlock",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#materialBlock"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat/Type.html",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBoatType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#setBoatType(Type)",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMaxSpeed(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#setMaxSpeed(double)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOccupiedDeceleration(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#setOccupiedDeceleration(double)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setUnoccupiedDeceleration(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#setUnoccupiedDeceleration(double)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWoodType(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#setWoodType(TreeSpecies)",
            "deprecated": {
              "since": "1.19",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWorkOnLand(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "workOnLand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html#setWorkOnLand(boolean)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Bogged",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSheared()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bogged.html#isSheared()"
          },
          {
            "kind": "METHOD",
            "name": "setSheared(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bogged.html#setSheared(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Bogged.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Boss",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBossBar()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boss.html#getBossBar()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Boss.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Breedable",
        "children": [
          {
            "kind": "METHOD",
            "name": "canBreed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Breedable.html#canBreed()"
          },
          {
            "kind": "METHOD",
            "name": "getAgeLock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Breedable.html#getAgeLock()"
          },
          {
            "kind": "METHOD",
            "name": "setAgeLock(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Breedable.html#setAgeLock(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBreed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "breed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Breedable.html#setBreed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Breedable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Breeze",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Breeze.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.BreezeWindCharge",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/BreezeWindCharge.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Camel",
        "children": [
          {
            "kind": "METHOD",
            "name": "isDashing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Camel.html#isDashing()"
          },
          {
            "kind": "METHOD",
            "name": "setDashing(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dashing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Camel.html#setDashing(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Camel.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Cat",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCatType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#getCatType()"
          },
          {
            "kind": "METHOD",
            "name": "getCollarColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#getCollarColor()"
          },
          {
            "kind": "METHOD",
            "name": "isHeadUp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#isHeadUp()"
          },
          {
            "kind": "METHOD",
            "name": "isLyingDown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#isLyingDown()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Cat.Type",
            "children": [
              {
                "kind": "FIELD",
                "name": "ALL_BLACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#ALL_BLACK"
              },
              {
                "kind": "FIELD",
                "name": "BLACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#BLACK"
              },
              {
                "kind": "FIELD",
                "name": "BRITISH_SHORTHAIR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#BRITISH_SHORTHAIR"
              },
              {
                "kind": "FIELD",
                "name": "CALICO",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#CALICO"
              },
              {
                "kind": "FIELD",
                "name": "JELLIE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#JELLIE"
              },
              {
                "kind": "FIELD",
                "name": "PERSIAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#PERSIAN"
              },
              {
                "kind": "FIELD",
                "name": "RAGDOLL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#RAGDOLL"
              },
              {
                "kind": "FIELD",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#RED"
              },
              {
                "kind": "FIELD",
                "name": "SIAMESE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#SIAMESE"
              },
              {
                "kind": "FIELD",
                "name": "TABBY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#TABBY"
              },
              {
                "kind": "FIELD",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "getType(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#getType(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#valueOf(String)",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html#values()",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setCatType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#setCatType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "setCollarColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#setCollarColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "setHeadUp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "headUp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#setHeadUp(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLyingDown(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lyingDown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html#setLyingDown(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.CaveSpider",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CaveSpider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ChestedHorse",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCarryingChest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ChestedHorse.html#isCarryingChest()"
          },
          {
            "kind": "METHOD",
            "name": "setCarryingChest(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chest"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ChestedHorse.html#setCarryingChest(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ChestedHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Chicken",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEggLayTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html#getEggLayTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html#getVariant()"
          },
          {
            "kind": "METHOD",
            "name": "isChickenJockey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html#isChickenJockey()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Chicken.Variant",
            "children": [
              {
                "kind": "FIELD",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken/Variant.html#COLD"
              },
              {
                "kind": "FIELD",
                "name": "TEMPERATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken/Variant.html#TEMPERATE"
              },
              {
                "kind": "FIELD",
                "name": "WARM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken/Variant.html#WARM"
              },
              {
                "kind": "METHOD",
                "name": "getVariant(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken/Variant.html#getVariant(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setEggLayTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eggLayTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html#setEggLayTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setIsChickenJockey(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isChickenJockey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html#setIsChickenJockey(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Chicken.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Cod",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cod.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ComplexEntityPart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ComplexEntityPart.html#getParent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ComplexEntityPart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ComplexLivingEntity",
        "children": [
          {
            "kind": "METHOD",
            "name": "getParts()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ComplexLivingEntity.html#getParts()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ComplexLivingEntity.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.CopperGolem",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOxidizing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem.html#getOxidizing()"
          },
          {
            "kind": "METHOD",
            "name": "getWeatheringState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem.html#getWeatheringState()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.CopperGolem.Oxidizing",
            "children": [
              {
                "kind": "METHOD",
                "name": "atTime(long)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "time"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing.html#atTime(long)"
              },
              {
                "kind": "INTERFACE",
                "name": "org.bukkit.entity.CopperGolem.Oxidizing.AtTime",
                "children": [
                  {
                    "kind": "METHOD",
                    "name": "time()",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/AtTime.html#time()"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/AtTime.html"
              },
              {
                "kind": "CLASS",
                "name": "org.bukkit.entity.CopperGolem.Oxidizing.Unset",
                "children": [
                  {
                    "kind": "FIELD",
                    "name": "INSTANCE",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/Unset.html#INSTANCE"
                  },
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "Unset()",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/Unset.html#Unset()"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/Unset.html"
              },
              {
                "kind": "CLASS",
                "name": "org.bukkit.entity.CopperGolem.Oxidizing.Waxed",
                "children": [
                  {
                    "kind": "FIELD",
                    "name": "INSTANCE",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/Waxed.html#INSTANCE"
                  },
                  {
                    "kind": "CONSTRUCTOR",
                    "name": "Waxed()",
                    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/Waxed.html#Waxed()"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing/Waxed.html"
              },
              {
                "kind": "METHOD",
                "name": "unset()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing.html#unset()"
              },
              {
                "kind": "METHOD",
                "name": "waxed()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing.html#waxed()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem/Oxidizing.html"
          },
          {
            "kind": "METHOD",
            "name": "setOxidizing(Oxidizing)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "oxidizing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem.html#setOxidizing(Oxidizing)"
          },
          {
            "kind": "METHOD",
            "name": "setWeatheringState(WeatheringCopperState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem.html#setWeatheringState(WeatheringCopperState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/CopperGolem.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Cow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow.html#getVariant()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Cow.Variant",
            "children": [
              {
                "kind": "FIELD",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow/Variant.html#COLD"
              },
              {
                "kind": "FIELD",
                "name": "TEMPERATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow/Variant.html#TEMPERATE"
              },
              {
                "kind": "FIELD",
                "name": "WARM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow/Variant.html#WARM"
              },
              {
                "kind": "METHOD",
                "name": "getVariant(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow/Variant.html#getVariant(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Cow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Creaking",
        "children": [
          {
            "kind": "METHOD",
            "name": "activate(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creaking.html#activate(Player)"
          },
          {
            "kind": "METHOD",
            "name": "deactivate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creaking.html#deactivate()"
          },
          {
            "kind": "METHOD",
            "name": "getHome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creaking.html#getHome()"
          },
          {
            "kind": "METHOD",
            "name": "isActive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creaking.html#isActive()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creaking.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Creature",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creature.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Creeper",
        "children": [
          {
            "kind": "METHOD",
            "name": "explode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#explode()"
          },
          {
            "kind": "METHOD",
            "name": "getExplosionRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#getExplosionRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#getFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getIgniter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#getIgniter()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#getMaxFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "ignite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#ignite()"
          },
          {
            "kind": "METHOD",
            "name": "ignite(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#ignite(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "isIgnited()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#isIgnited()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setExplosionRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#setExplosionRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFuseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#setFuseTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setIgnited(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#setIgnited(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxFuseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#setMaxFuseTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Creeper.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Damageable",
        "children": [
          {
            "kind": "METHOD",
            "name": "damage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#damage(double)"
          },
          {
            "kind": "METHOD",
            "name": "damage(double,DamageSource)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "damageSource"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#damage(double,DamageSource)"
          },
          {
            "kind": "METHOD",
            "name": "damage(double,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#damage(double,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getAbsorptionAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#getAbsorptionAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHealth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#getHealth()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxHealth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#getMaxHealth()",
            "deprecated": {
              "since": "1.11",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "heal(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#heal(double)"
          },
          {
            "kind": "METHOD",
            "name": "heal(double,RegainReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#heal(double,RegainReason)"
          },
          {
            "kind": "METHOD",
            "name": "resetMaxHealth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#resetMaxHealth()",
            "deprecated": {
              "since": "1.11",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAbsorptionAmount(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#setAbsorptionAmount(double)"
          },
          {
            "kind": "METHOD",
            "name": "setHealth(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "health"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#setHealth(double)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxHealth(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "health"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html#setMaxHealth(double)",
            "deprecated": {
              "since": "1.11",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Damageable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Display",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBillboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getBillboard()"
          },
          {
            "kind": "METHOD",
            "name": "getBrightness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getBrightness()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getDisplayHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getDisplayWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getGlowColorOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getGlowColorOverride()"
          },
          {
            "kind": "METHOD",
            "name": "getInterpolationDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getInterpolationDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getInterpolationDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getInterpolationDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getShadowRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getShadowRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getShadowStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getShadowStrength()"
          },
          {
            "kind": "METHOD",
            "name": "getTeleportDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getTeleportDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getTransformation()"
          },
          {
            "kind": "METHOD",
            "name": "getViewRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#getViewRange()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Display.Billboard",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Billboard()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#Billboard()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CENTER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#CENTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIXED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#FIXED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HORIZONTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#HORIZONTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VERTICAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#VERTICAL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Billboard.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.entity.Display.Brightness",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Brightness(int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "blockLight"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "skyLight"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#Brightness(int,int)"
              },
              {
                "kind": "FIELD",
                "name": "blockLight",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#blockLight"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "obj"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "getBlockLight()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#getBlockLight()"
              },
              {
                "kind": "METHOD",
                "name": "getSkyLight()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#getSkyLight()"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#hashCode()"
              },
              {
                "kind": "FIELD",
                "name": "skyLight",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#skyLight"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html#toString()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display/Brightness.html"
          },
          {
            "kind": "METHOD",
            "name": "setBillboard(Billboard)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "billboard"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setBillboard(Billboard)"
          },
          {
            "kind": "METHOD",
            "name": "setBrightness(Brightness)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brightness"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setBrightness(Brightness)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayHeight(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "height"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setDisplayHeight(float)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayWidth(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setDisplayWidth(float)"
          },
          {
            "kind": "METHOD",
            "name": "setGlowColorOverride(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setGlowColorOverride(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setInterpolationDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setInterpolationDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setInterpolationDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setInterpolationDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setShadowRadius(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setShadowRadius(float)"
          },
          {
            "kind": "METHOD",
            "name": "setShadowStrength(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "strength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setShadowStrength(float)"
          },
          {
            "kind": "METHOD",
            "name": "setTeleportDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setTeleportDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTransformation(Transformation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "transformation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setTransformation(Transformation)"
          },
          {
            "kind": "METHOD",
            "name": "setTransformationMatrix(Matrix4f)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "transformationMatrix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setTransformationMatrix(Matrix4f)"
          },
          {
            "kind": "METHOD",
            "name": "setViewRange(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "range"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html#setViewRange(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Display.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Dolphin",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMoistness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html#getMoistness()"
          },
          {
            "kind": "METHOD",
            "name": "getTreasureLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html#getTreasureLocation()"
          },
          {
            "kind": "METHOD",
            "name": "hasFish()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html#hasFish()"
          },
          {
            "kind": "METHOD",
            "name": "setHasFish(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasFish"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html#setHasFish(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMoistness(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "moistness"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html#setMoistness(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTreasureLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html#setTreasureLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Dolphin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Donkey",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Donkey.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.DragonFireball",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/DragonFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Drowned",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Drowned.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Egg",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Egg.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ElderGuardian",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ElderGuardian.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderCrystal",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBeamTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderCrystal.html#getBeamTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isShowingBottom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderCrystal.html#isShowingBottom()"
          },
          {
            "kind": "METHOD",
            "name": "setBeamTarget(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderCrystal.html#setBeamTarget(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setShowingBottom(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderCrystal.html#setShowingBottom(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderCrystal.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderDragon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDeathAnimationTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html#getDeathAnimationTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getDragonBattle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html#getDragonBattle()"
          },
          {
            "kind": "METHOD",
            "name": "getPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html#getPhase()"
          },
          {
            "kind": "METHOD",
            "name": "getPodium()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html#getPodium()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.EnderDragon.Phase",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREATH_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#BREATH_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHARGE_PLAYER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#CHARGE_PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CIRCLING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#CIRCLING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DYING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#DYING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLY_TO_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#FLY_TO_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOVER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#HOVER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAND_ON_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#LAND_ON_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEAVE_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#LEAVE_PORTAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Phase()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#Phase()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ROAR_BEFORE_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#ROAR_BEFORE_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SEARCH_FOR_BREATH_ATTACK_TARGET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#SEARCH_FOR_BREATH_ATTACK_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRAFING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#STRAFING"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon/Phase.html"
          },
          {
            "kind": "METHOD",
            "name": "setPhase(Phase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "phase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html#setPhase(Phase)"
          },
          {
            "kind": "METHOD",
            "name": "setPodium(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html#setPodium(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragon.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderDragonPart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getParent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragonPart.html#getParent()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderDragonPart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderPearl",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderPearl.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EnderSignal",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDespawnTimer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#getDespawnTimer()"
          },
          {
            "kind": "METHOD",
            "name": "getDropItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#getDropItem()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#getTargetLocation()"
          },
          {
            "kind": "METHOD",
            "name": "setDespawnTimer(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "timer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#setDespawnTimer(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDropItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#setDropItem(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#setTargetLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetLocation(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "update"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html#setTargetLocation(Location,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EnderSignal.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Enderman",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCarriedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#getCarriedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getCarriedMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#getCarriedMaterial()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasBeenStaredAt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#hasBeenStaredAt()"
          },
          {
            "kind": "METHOD",
            "name": "isScreaming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#isScreaming()"
          },
          {
            "kind": "METHOD",
            "name": "setCarriedBlock(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#setCarriedBlock(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setCarriedMaterial(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#setCarriedMaterial(MaterialData)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setHasBeenStaredAt(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasBeenStaredAt"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#setHasBeenStaredAt(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setScreaming(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "screaming"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#setScreaming(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "teleport()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#teleport()"
          },
          {
            "kind": "METHOD",
            "name": "teleportRandomly()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#teleportRandomly()"
          },
          {
            "kind": "METHOD",
            "name": "teleportTowards(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html#teleportTowards(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enderman.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Endermite",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLifetimeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Endermite.html#getLifetimeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isPlayerSpawned()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Endermite.html#isPlayerSpawned()",
            "deprecated": {
              "since": "1.17",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLifetimeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Endermite.html#setLifetimeTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerSpawned(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerSpawned"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Endermite.html#setPlayerSpawned(boolean)",
            "deprecated": {
              "since": "1.17",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Endermite.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Enemy",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Enemy.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Entity",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPassenger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "passenger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#addPassenger(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "addScoreboardTag(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#addScoreboardTag(String)"
          },
          {
            "kind": "METHOD",
            "name": "asHoverEvent(UnaryOperator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#asHoverEvent(UnaryOperator)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastHurtAnimation(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "players"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#broadcastHurtAnimation(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "collidesAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#collidesAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "copy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#copy()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "copy(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#copy(Location)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "createSnapshot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#createSnapshot()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "eject()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#eject()"
          },
          {
            "kind": "METHOD",
            "name": "fromMobSpawner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#fromMobSpawner()"
          },
          {
            "kind": "METHOD",
            "name": "getAsString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getAsString()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getChunk()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "getEntitySpawnReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getEntitySpawnReason()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "getFallDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getFallDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getFireTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getFireTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getFreezeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getFreezeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getLastDamageCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getLastDamageCause()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxFireTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getMaxFireTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxFreezeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getMaxFreezeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getNearbyEntities(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getNearbyEntities(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getOrigin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getOrigin()"
          },
          {
            "kind": "METHOD",
            "name": "getPassenger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPassenger()",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPassengers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPassengers()"
          },
          {
            "kind": "METHOD",
            "name": "getPickItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPickItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getPistonMoveReaction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPistonMoveReaction()"
          },
          {
            "kind": "METHOD",
            "name": "getPitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPortalCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getPose()"
          },
          {
            "kind": "METHOD",
            "name": "getScheduler()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getScheduler()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardEntryName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getScoreboardEntryName()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboardTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getScoreboardTags()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getSpawnCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getSwimHighSpeedSplashSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getSwimHighSpeedSplashSound()"
          },
          {
            "kind": "METHOD",
            "name": "getSwimSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getSwimSound()"
          },
          {
            "kind": "METHOD",
            "name": "getSwimSplashSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getSwimSplashSound()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksLived()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getTicksLived()"
          },
          {
            "kind": "METHOD",
            "name": "getTrackedBy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getTrackedBy()"
          },
          {
            "kind": "METHOD",
            "name": "getTrackedPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getTrackedPlayers()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "getVehicle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getVehicle()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "getVisualFire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getVisualFire()"
          },
          {
            "kind": "METHOD",
            "name": "getWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getYaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getYaw()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hasFixedPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#hasFixedPose()"
          },
          {
            "kind": "METHOD",
            "name": "hasGravity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#hasGravity()"
          },
          {
            "kind": "METHOD",
            "name": "hasNoPhysics()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#hasNoPhysics()"
          },
          {
            "kind": "METHOD",
            "name": "isCustomNameVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isCustomNameVisible()"
          },
          {
            "kind": "METHOD",
            "name": "isDead()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isDead()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isFreezeTickingLocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isFreezeTickingLocked()"
          },
          {
            "kind": "METHOD",
            "name": "isFrozen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isFrozen()"
          },
          {
            "kind": "METHOD",
            "name": "isGlowing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isGlowing()"
          },
          {
            "kind": "METHOD",
            "name": "isInBubbleColumn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInBubbleColumn()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isInLava()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInLava()"
          },
          {
            "kind": "METHOD",
            "name": "isInPowderedSnow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInPowderedSnow()"
          },
          {
            "kind": "METHOD",
            "name": "isInRain()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInRain()"
          },
          {
            "kind": "METHOD",
            "name": "isInWater()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInWater()"
          },
          {
            "kind": "METHOD",
            "name": "isInWaterOrBubbleColumn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInWaterOrBubbleColumn()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isInWaterOrRain()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInWaterOrRain()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isInWaterOrRainOrBubbleColumn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInWaterOrRainOrBubbleColumn()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isInWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInWorld()"
          },
          {
            "kind": "METHOD",
            "name": "isInsideVehicle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInsideVehicle()"
          },
          {
            "kind": "METHOD",
            "name": "isInvisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInvisible()"
          },
          {
            "kind": "METHOD",
            "name": "isInvulnerable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isInvulnerable()"
          },
          {
            "kind": "METHOD",
            "name": "isOnGround()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isOnGround()"
          },
          {
            "kind": "METHOD",
            "name": "isPersistent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isPersistent()"
          },
          {
            "kind": "METHOD",
            "name": "isSilent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isSilent()"
          },
          {
            "kind": "METHOD",
            "name": "isSneaking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isSneaking()"
          },
          {
            "kind": "METHOD",
            "name": "isTicking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isTicking()"
          },
          {
            "kind": "METHOD",
            "name": "isTrackedBy(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isTrackedBy(Player)"
          },
          {
            "kind": "METHOD",
            "name": "isUnderWater()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isUnderWater()"
          },
          {
            "kind": "METHOD",
            "name": "isValid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isValid()"
          },
          {
            "kind": "METHOD",
            "name": "isVisibleByDefault()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isVisibleByDefault()"
          },
          {
            "kind": "METHOD",
            "name": "isVisualFire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#isVisualFire()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "leaveVehicle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#leaveVehicle()"
          },
          {
            "kind": "METHOD",
            "name": "lockFreezeTicks(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "locked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#lockFreezeTicks(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(Position,LookAnchor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityAnchor"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#lookAt(Position,LookAnchor)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(double,double,double,LookAnchor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityAnchor"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#lookAt(double,double,double,LookAnchor)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.entity.Entity.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity/Spigot.html#Spigot()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "playEffect(EntityEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#playEffect(EntityEffect)"
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#remove()"
          },
          {
            "kind": "METHOD",
            "name": "removePassenger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "passenger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#removePassenger(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "removeScoreboardTag(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#removeScoreboardTag(String)"
          },
          {
            "kind": "METHOD",
            "name": "setCustomNameVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setCustomNameVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFallDistance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "distance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setFallDistance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFireTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setFireTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFreezeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setFreezeTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setGlowing(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setGlowing(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setGravity(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gravity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setGravity(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInvisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "invisible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setInvisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInvulnerable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setInvulnerable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNoPhysics(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "noPhysics"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setNoPhysics(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPassenger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "passenger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setPassenger(Entity)",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPersistent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "persistent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setPersistent(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPortalCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setPortalCooldown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPose(Pose)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setPose(Pose)"
          },
          {
            "kind": "METHOD",
            "name": "setPose(Pose,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fixed"
              },
              {
                "kind": "PARAMETER",
                "name": "pose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setPose(Pose,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setRotation(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "setSilent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setSilent(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSneaking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sneak"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setSneaking(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksLived(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setTicksLived(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setVelocity(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setVisibleByDefault(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setVisibleByDefault(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVisualFire(TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setVisualFire(TriState)"
          },
          {
            "kind": "METHOD",
            "name": "setVisualFire(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#setVisualFire(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "spawnAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#spawnAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "spawnAt(Location,SpawnReason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#spawnAt(Location,SpawnReason)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "teamDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teamDisplayName()"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "destination"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleport(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Entity,TeleportCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "destination"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleport(Entity,TeleportCause)"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleport(Location)"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Location,TeleportCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleport(Location,TeleportCause)"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Location,TeleportCause,TeleportFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "teleportFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleport(Location,TeleportCause,TeleportFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "teleport(Location,TeleportFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "teleportFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleport(Location,TeleportFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "teleportAsync(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleportAsync(Location)"
          },
          {
            "kind": "METHOD",
            "name": "teleportAsync(Location,TeleportCause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleportAsync(Location,TeleportCause)"
          },
          {
            "kind": "METHOD",
            "name": "teleportAsync(Location,TeleportCause,TeleportFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "teleportFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#teleportAsync(Location,TeleportCause,TeleportFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "wouldCollideUsing(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boundingBox"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html#wouldCollideUsing(BoundingBox)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Entity.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.entity.EntityCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARTHROPOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#ARTHROPOD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#EntityCategory()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#ILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#NONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#UNDEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#WATER"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityCategory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EntityFactory",
        "children": [
          {
            "kind": "METHOD",
            "name": "createEntitySnapshot(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityFactory.html#createEntitySnapshot(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityFactory.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EntitySnapshot",
        "children": [
          {
            "kind": "METHOD",
            "name": "createEntity(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntitySnapshot.html#createEntity(Location)"
          },
          {
            "kind": "METHOD",
            "name": "createEntity(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntitySnapshot.html#createEntity(World)"
          },
          {
            "kind": "METHOD",
            "name": "getAsString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntitySnapshot.html#getAsString()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getEntityType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntitySnapshot.html#getEntityType()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntitySnapshot.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.entity.EntityType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ACACIA_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ACACIA_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ACACIA_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ALLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AREA_EFFECT_CLOUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#AREA_EFFECT_CLOUD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMADILLO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ARMADILLO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ARMOR_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#AXOLOTL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_CHEST_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BAMBOO_CHEST_RAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAMBOO_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BAMBOO_RAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BEE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BIRCH_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BIRCH_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BIRCH_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BLAZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCK_DISPLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BLOCK_DISPLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BOGGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BOGGED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BREEZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREEZE_WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#BREEZE_WIND_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAMEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CAMEL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CAVE_SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CHERRY_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHERRY_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CHERRY_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CHEST_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMAND_BLOCK_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#COMMAND_BLOCK_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COPPER_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#COPPER_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#COW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CREAKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#DARK_OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DARK_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#DARK_OAK_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#DOLPHIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#DONKEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DRAGON_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#DRAGON_FIREBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EGG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ELDER_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ENDERMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ENDERMITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ENDER_DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ENDER_PEARL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#END_CRYSTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EVOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER_FANGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EVOKER_FANGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPERIENCE_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EXPERIENCE_BOTTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EXPERIENCE_ORB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EXPERIENCE_ORB"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EYE_OF_ENDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EYE_OF_ENDER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityType(String,Class,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "typeId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EntityType(String,Class,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityType(String,Class,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "independent"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "typeId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#EntityType(String,Class,int,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALLING_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FALLING_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FIREBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIREWORK_ROCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FIREWORK_ROCKET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_BOBBER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FISHING_BOBBER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FROG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FROG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#FURNACE_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#GIANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#GLOW_ITEM_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_SQUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#GLOW_SQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#GOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAPPY_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#HAPPY_GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#HOGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#HOPPER_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#HUSK"
          },
          {
            "kind": "FIELD",
            "name": "ID_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ID_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ILLUSIONER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTERACTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#INTERACTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#IRON_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ITEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_DISPLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ITEM_DISPLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ITEM_FRAME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#JUNGLE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#JUNGLE_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEASH_KNOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#LEASH_KNOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIGHTNING_BOLT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#LIGHTNING_BOLT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#LINGERING_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#LLAMA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA_SPIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#LLAMA_SPIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MAGMA_CUBE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MANGROVE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANGROVE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MANGROVE_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MANNEQUIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MANNEQUIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MARKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MARKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOOSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MOOSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#MULE"
          },
          {
            "kind": "FIELD",
            "name": "NAME_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#NAME_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#OAK_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCELOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#OCELOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OMINOUS_ITEM_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#OMINOUS_ITEM_SPAWNER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PAINTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PAINTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PALE_OAK_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PALE_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PALE_OAK_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PANDA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PHANTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PIGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_BRUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PIGLIN_BRUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLAR_BEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#POLAR_BEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#PUFFERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#RAVAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SHEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SHULKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BULLET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SHULKER_BULLET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SILVERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_HORSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SKELETON_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMALL_FIREBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SMALL_FIREBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNIFFER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SNIFFER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SNOWBALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SNOW_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWNER_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SPAWNER_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SPECTRAL_ARROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SPLASH_POTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SPRUCE_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPRUCE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SPRUCE_CHEST_BOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#SQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#STRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#STRIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TADPOLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TADPOLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TEXT_DISPLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TEXT_DISPLAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TNT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TNT_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TNT_MINECART"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADER_LLAMA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TRADER_LLAMA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TRIDENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TROPICAL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#TURTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#UNKNOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#VEX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#VINDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERING_TRADER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WANDERING_TRADER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WARDEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WARDEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WIND_CHARGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WITHER_SKULL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#WOLF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ZOGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HORSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ZOMBIE_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ZOMBIE_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIFIED_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#ZOMBIFIED_PIGLIN"
          },
          {
            "kind": "FIELD",
            "name": "clazz",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#clazz"
          },
          {
            "kind": "METHOD",
            "name": "fromId(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#fromId(int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDefaultAttributes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#getDefaultAttributes()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#getEntityClass()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#getName()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTypeId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#getTypeId()",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasDefaultAttributes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#hasDefaultAttributes()"
          },
          {
            "kind": "FIELD",
            "name": "independent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#independent"
          },
          {
            "kind": "METHOD",
            "name": "isAlive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#isAlive()"
          },
          {
            "kind": "METHOD",
            "name": "isSpawnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#isSpawnable()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#key"
          },
          {
            "kind": "FIELD",
            "name": "living",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#living"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#name"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#translationKey()"
          },
          {
            "kind": "FIELD",
            "name": "typeId",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#typeId"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EntityType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Evoker",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCurrentSpell()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker.html#getCurrentSpell()",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWololoTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker.html#getWololoTarget()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Evoker.Spell",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLINDNESS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#BLINDNESS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISAPPEAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#DISAPPEAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FANGS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#FANGS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUMMON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#SUMMON"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Spell()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#Spell()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WOLOLO",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#WOLOLO"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker/Spell.html",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCurrentSpell(Spell)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spell"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker.html#setCurrentSpell(Spell)",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setWololoTarget(Sheep)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sheep"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker.html#setWololoTarget(Sheep)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Evoker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.EvokerFangs",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttackDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EvokerFangs.html#getAttackDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EvokerFangs.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "setAttackDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EvokerFangs.html#setAttackDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EvokerFangs.html#setOwner(LivingEntity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/EvokerFangs.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ExperienceOrb",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#getCount()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceEntityId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#getSourceEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#getSpawnReason()"
          },
          {
            "kind": "METHOD",
            "name": "getTriggerEntityId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#getTriggerEntityId()"
          },
          {
            "kind": "METHOD",
            "name": "isFromBottle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#isFromBottle()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.ExperienceOrb.SpawnReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCK_BREAK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#BLOCK_BREAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#BREED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#ENTITY_DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXP_BOTTLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#EXP_BOTTLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FISHING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#FISHING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FURNACE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#FURNACE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRINDSTONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#GRINDSTONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER_DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#PLAYER_DEATH"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SpawnReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#SpawnReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGER_TRADE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#VILLAGER_TRADE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb/SpawnReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#setCount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html#setExperience(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ExperienceOrb.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Explosive",
        "children": [
          {
            "kind": "METHOD",
            "name": "getYield()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Explosive.html#getYield()"
          },
          {
            "kind": "METHOD",
            "name": "isIncendiary()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Explosive.html#isIncendiary()"
          },
          {
            "kind": "METHOD",
            "name": "setIsIncendiary(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isIncendiary"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Explosive.html#setIsIncendiary(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setYield(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yield"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Explosive.html#setYield(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Explosive.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.FallingBlock",
        "children": [
          {
            "kind": "METHOD",
            "name": "canHurtEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#canHurtEntities()"
          },
          {
            "kind": "METHOD",
            "name": "doesAutoExpire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#doesAutoExpire()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getCancelDrop()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getCancelDrop()"
          },
          {
            "kind": "METHOD",
            "name": "getDamagePerBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getDamagePerBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getDropItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getDropItem()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getMaterial()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getMaxDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceLoc()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#getSourceLoc()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockState(BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setBlockState(BlockState)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelDrop(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelDrop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setCancelDrop(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamagePerBlock(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setDamagePerBlock(float)"
          },
          {
            "kind": "METHOD",
            "name": "setDropItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setDropItem(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHurtEntities(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hurtEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setHurtEntities(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#setMaxDamage(int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldAutoExpire(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "autoExpires"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html#shouldAutoExpire(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FallingBlock.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Fireball",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAcceleration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html#getAcceleration()"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html#getDirection()",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html#getPower()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAcceleration(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "acceleration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html#setAcceleration(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html#setDirection(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setPower(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html#setPower(Vector)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Firework",
        "children": [
          {
            "kind": "METHOD",
            "name": "detonate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#detonate()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getAttachedTo()"
          },
          {
            "kind": "METHOD",
            "name": "getBoostedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getBoostedEntity()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getFireworkMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getFireworkMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getLife()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getLife()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxLife()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getMaxLife()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSpawningEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getSpawningEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksFlown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getTicksFlown()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksToDetonate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#getTicksToDetonate()"
          },
          {
            "kind": "METHOD",
            "name": "isDetonated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#isDetonated()"
          },
          {
            "kind": "METHOD",
            "name": "isShotAtAngle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#isShotAtAngle()"
          },
          {
            "kind": "METHOD",
            "name": "setAttachedTo(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setAttachedTo(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "setFireworkMeta(FireworkMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setFireworkMeta(FireworkMeta)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLife(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setLife(int)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMaxLife(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setMaxLife(int)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setShotAtAngle(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shotAtAngle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setShotAtAngle(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksFlown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setTicksFlown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksToDetonate(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html#setTicksToDetonate(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Firework.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Fish",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.FishHook",
        "children": [
          {
            "kind": "METHOD",
            "name": "getApplyLure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getApplyLure()"
          },
          {
            "kind": "METHOD",
            "name": "getBiteChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getBiteChance()",
            "deprecated": {
              "since": "1.9.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHookedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getHookedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxLureAngle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getMaxLureAngle()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxLureTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getMaxLureTime()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxWaitTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getMaxWaitTime()"
          },
          {
            "kind": "METHOD",
            "name": "getMinLureAngle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getMinLureAngle()"
          },
          {
            "kind": "METHOD",
            "name": "getMinLureTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getMinLureTime()"
          },
          {
            "kind": "METHOD",
            "name": "getMinWaitTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getMinWaitTime()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "getTimeUntilBite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getTimeUntilBite()"
          },
          {
            "kind": "METHOD",
            "name": "getWaitTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#getWaitTime()"
          },
          {
            "kind": "METHOD",
            "name": "isInOpenWater()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#isInOpenWater()"
          },
          {
            "kind": "METHOD",
            "name": "isRainInfluenced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#isRainInfluenced()"
          },
          {
            "kind": "METHOD",
            "name": "isSkyInfluenced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#isSkyInfluenced()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.FishHook.HookState",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOBBING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html#BOBBING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOOKED_ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html#HOOKED_ENTITY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "HookState()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html#HookState()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNHOOKED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html#UNHOOKED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook/HookState.html"
          },
          {
            "kind": "METHOD",
            "name": "pullHookedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#pullHookedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "resetFishingState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#resetFishingState()"
          },
          {
            "kind": "METHOD",
            "name": "retrieve(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#retrieve(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "setApplyLure(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "applyLure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setApplyLure(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBiteChance(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setBiteChance(double)",
            "deprecated": {
              "since": "1.9.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setHookedEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setHookedEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setLureAngle(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              },
              {
                "kind": "PARAMETER",
                "name": "min"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setLureAngle(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "setLureTime(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              },
              {
                "kind": "PARAMETER",
                "name": "min"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setLureTime(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxLureAngle(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxLureAngle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setMaxLureAngle(float)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxLureTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxLureTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setMaxLureTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxWaitTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxWaitTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setMaxWaitTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMinLureAngle(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "minLureAngle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setMinLureAngle(float)"
          },
          {
            "kind": "METHOD",
            "name": "setMinLureTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "minLureTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setMinLureTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMinWaitTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "minWaitTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setMinWaitTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRainInfluenced(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rainInfluenced"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setRainInfluenced(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSkyInfluenced(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skyInfluenced"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setSkyInfluenced(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTimeUntilBite(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setTimeUntilBite(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWaitTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setWaitTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWaitTime(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              },
              {
                "kind": "PARAMETER",
                "name": "min"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html#setWaitTime(int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/FishHook.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Flying",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Flying.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.21.6",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Fox",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFirstTrustedPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#getFirstTrustedPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getFoxType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#getFoxType()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondTrustedPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#getSecondTrustedPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCrouching()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#isCrouching()"
          },
          {
            "kind": "METHOD",
            "name": "isDefending()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#isDefending()"
          },
          {
            "kind": "METHOD",
            "name": "isFaceplanted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#isFaceplanted()"
          },
          {
            "kind": "METHOD",
            "name": "isInterested()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#isInterested()"
          },
          {
            "kind": "METHOD",
            "name": "isLeaping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#isLeaping()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Fox.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox/Type.html#RED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SNOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox/Type.html#SNOW"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox/Type.html#Type()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setCrouching(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "crouching"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setCrouching(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDefending(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defending"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setDefending(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFaceplanted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "faceplanted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setFaceplanted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFirstTrustedPlayer(AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setFirstTrustedPlayer(AnimalTamer)"
          },
          {
            "kind": "METHOD",
            "name": "setFoxType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setFoxType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "setInterested(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "interested"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setInterested(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLeaping(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leaping"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setLeaping(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondTrustedPlayer(AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setSecondTrustedPlayer(AnimalTamer)"
          },
          {
            "kind": "METHOD",
            "name": "setSleeping(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sleeping"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html#setSleeping(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Fox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Frog",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTongueTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog.html#getTongueTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog.html#getVariant()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Frog.Variant",
            "children": [
              {
                "kind": "FIELD",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html#COLD"
              },
              {
                "kind": "FIELD",
                "name": "TEMPERATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html#TEMPERATE"
              },
              {
                "kind": "FIELD",
                "name": "WARM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html#WARM"
              },
              {
                "kind": "METHOD",
                "name": "getVariant(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html#getVariant(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html#valueOf(String)",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html#values()",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setTongueTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog.html#setTongueTarget(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Frog.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ghast",
        "children": [
          {
            "kind": "METHOD",
            "name": "getExplosionPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ghast.html#getExplosionPower()"
          },
          {
            "kind": "METHOD",
            "name": "isCharging()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ghast.html#isCharging()"
          },
          {
            "kind": "METHOD",
            "name": "setCharging(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ghast.html#setCharging(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExplosionPower(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "explosionPower"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ghast.html#setExplosionPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ghast.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Giant",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Giant.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.GlowItemFrame",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/GlowItemFrame.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.GlowSquid",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDarkTicksRemaining()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/GlowSquid.html#getDarkTicksRemaining()"
          },
          {
            "kind": "METHOD",
            "name": "setDarkTicksRemaining(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "darkTicksRemaining"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/GlowSquid.html#setDarkTicksRemaining(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/GlowSquid.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Goat",
        "children": [
          {
            "kind": "METHOD",
            "name": "hasLeftHorn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#hasLeftHorn()"
          },
          {
            "kind": "METHOD",
            "name": "hasRightHorn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#hasRightHorn()"
          },
          {
            "kind": "METHOD",
            "name": "isScreaming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#isScreaming()"
          },
          {
            "kind": "METHOD",
            "name": "ram(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#ram(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "setLeftHorn(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasHorn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#setLeftHorn(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRightHorn(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasHorn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#setRightHorn(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setScreaming(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "screaming"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html#setScreaming(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Goat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Golem",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Golem.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Guardian",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLaserDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#getLaserDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getLaserTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#getLaserTicks()"
          },
          {
            "kind": "METHOD",
            "name": "hasLaser()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#hasLaser()"
          },
          {
            "kind": "METHOD",
            "name": "isElder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#isElder()",
            "deprecated": {
              "since": "1.10.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isMoving()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#isMoving()"
          },
          {
            "kind": "METHOD",
            "name": "setElder(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldBeElder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#setElder(boolean)",
            "deprecated": {
              "since": "1.10.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLaser(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "activated"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#setLaser(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLaserTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html#setLaserTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Guardian.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Hanging",
        "children": [
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hanging.html#setFacingDirection(BlockFace,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hanging.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.HappyGhast",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HappyGhast.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Hoglin",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "isAbleToBeHunted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#isAbleToBeHunted()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "isImmuneToZombification()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#isImmuneToZombification()"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#setConversionTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setImmuneToZombification(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#setImmuneToZombification(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIsAbleToBeHunted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html#setIsAbleToBeHunted(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Hoglin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Horse",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getStyle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#getStyle()"
          },
          {
            "kind": "METHOD",
            "name": "isCarryingChest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#isCarryingChest()",
            "deprecated": {
              "since": "1.11",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Horse.Color",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHESTNUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#CHESTNUT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREAMY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#CREAMY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Color()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#Color()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DARK_BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#DARK_BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Color.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Horse.Style",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK_DOTS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#BLACK_DOTS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#NONE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Style()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#Style()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#WHITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITEFIELD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#WHITEFIELD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE_DOTS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#WHITE_DOTS"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Style.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Horse.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CAMEL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#CAMEL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DONKEY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#DONKEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HORSE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#HORSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LLAMA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#LLAMA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MULE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#MULE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SKELETON_HORSE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#SKELETON_HORSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNDEAD_HORSE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#UNDEAD_HORSE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse/Variant.html",
            "deprecated": {
              "since": "1.11",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCarryingChest(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chest"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#setCarryingChest(boolean)",
            "deprecated": {
              "since": "1.11",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setStyle(Style)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "style"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html#setStyle(Style)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Horse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.HumanEntity",
        "children": [
          {
            "kind": "METHOD",
            "name": "closeInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#closeInventory()"
          },
          {
            "kind": "METHOD",
            "name": "closeInventory(Reason)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#closeInventory(Reason)"
          },
          {
            "kind": "METHOD",
            "name": "discoverRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#discoverRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "discoverRecipes(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#discoverRecipes(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(EquipmentSlot,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(EquipmentSlot,int)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(EquipmentSlot,int,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "entityOperation"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "throwRandomly"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(EquipmentSlot,int,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(ItemStack,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityOperation"
              },
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "throwRandomly"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(ItemStack,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropAll"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(boolean)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "dropItem(int,int,boolean,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "entityOperation"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              },
              {
                "kind": "PARAMETER",
                "name": "throwRandomly"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#dropItem(int,int,boolean,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "fireworkBoost(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fireworkItemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#fireworkBoost(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getAttackCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getAttackCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getBedLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getBedLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getCooldown(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getCooldown(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getCooldown(Key)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getCooldown(Key)"
          },
          {
            "kind": "METHOD",
            "name": "getCooldown(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getCooldown(Material)"
          },
          {
            "kind": "METHOD",
            "name": "getDiscoveredRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getDiscoveredRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentSeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getEnchantmentSeed()"
          },
          {
            "kind": "METHOD",
            "name": "getEnderChest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getEnderChest()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getExhaustion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getExhaustion()"
          },
          {
            "kind": "METHOD",
            "name": "getExpToLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getExpToLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getFishHook()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getFishHook()"
          },
          {
            "kind": "METHOD",
            "name": "getFoodLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getFoodLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getItemInHand()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemOnCursor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getItemOnCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getLastDeathLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getLastDeathLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getOpenInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getOpenInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getPotentialBedLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getPotentialBedLocation()",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPotentialRespawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getPotentialRespawnLocation()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSaturatedRegenRate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getSaturatedRegenRate()"
          },
          {
            "kind": "METHOD",
            "name": "getSaturation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getSaturation()"
          },
          {
            "kind": "METHOD",
            "name": "getShoulderEntityLeft()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getShoulderEntityLeft()",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getShoulderEntityRight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getShoulderEntityRight()",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSleepTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getSleepTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getStarvationRate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getStarvationRate()"
          },
          {
            "kind": "METHOD",
            "name": "getUnsaturatedRegenRate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#getUnsaturatedRegenRate()"
          },
          {
            "kind": "METHOD",
            "name": "hasCooldown(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#hasCooldown(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "hasCooldown(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#hasCooldown(Material)"
          },
          {
            "kind": "METHOD",
            "name": "hasDiscoveredRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#hasDiscoveredRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "isBlocking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#isBlocking()"
          },
          {
            "kind": "METHOD",
            "name": "isDeeplySleeping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#isDeeplySleeping()"
          },
          {
            "kind": "METHOD",
            "name": "isHandRaised()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#isHandRaised()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "openAnvil(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openAnvil(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openCartographyTable(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openCartographyTable(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openEnchanting(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openEnchanting(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openGrindstone(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openGrindstone(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openInventory(Inventory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openInventory(Inventory)"
          },
          {
            "kind": "METHOD",
            "name": "openInventory(InventoryView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openInventory(InventoryView)"
          },
          {
            "kind": "METHOD",
            "name": "openLoom(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openLoom(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openMerchant(Merchant,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "merchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openMerchant(Merchant,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openMerchant(Villager,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "trader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openMerchant(Villager,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openSign(Sign)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sign"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openSign(Sign)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openSign(Sign,Side)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "side"
              },
              {
                "kind": "PARAMETER",
                "name": "sign"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openSign(Sign,Side)"
          },
          {
            "kind": "METHOD",
            "name": "openSmithingTable(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openSmithingTable(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openStonecutter(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openStonecutter(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openWorkbench(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#openWorkbench(Location,boolean)",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "releaseLeftShoulderEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#releaseLeftShoulderEntity()"
          },
          {
            "kind": "METHOD",
            "name": "releaseRightShoulderEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#releaseRightShoulderEntity()"
          },
          {
            "kind": "METHOD",
            "name": "setCooldown(ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setCooldown(ItemStack,int)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldown(Key,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setCooldown(Key,int)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldown(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setCooldown(Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantmentSeed(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setEnchantmentSeed(int)"
          },
          {
            "kind": "METHOD",
            "name": "setExhaustion(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setExhaustion(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFoodLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setFoodLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setGameMode(GameMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setGameMode(GameMode)"
          },
          {
            "kind": "METHOD",
            "name": "setHurtDirection(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hurtDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setHurtDirection(float)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setItemInHand(ItemStack)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemOnCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setItemOnCursor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLastDeathLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setLastDeathLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setSaturatedRegenRate(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setSaturatedRegenRate(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSaturation(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setSaturation(float)"
          },
          {
            "kind": "METHOD",
            "name": "setShoulderEntityLeft(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setShoulderEntityLeft(Entity)",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setShoulderEntityRight(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setShoulderEntityRight(Entity)",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setStarvationRate(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setStarvationRate(int)"
          },
          {
            "kind": "METHOD",
            "name": "setUnsaturatedRegenRate(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setUnsaturatedRegenRate(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWindowProperty(Property,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prop"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#setWindowProperty(Property,int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sleep(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#sleep(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "startRiptideAttack(int,float,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attackItem"
              },
              {
                "kind": "PARAMETER",
                "name": "attackStrength"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#startRiptideAttack(int,float,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "undiscoverRecipe(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#undiscoverRecipe(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "undiscoverRecipes(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#undiscoverRecipes(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "wakeup(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "setSpawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html#wakeup(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/HumanEntity.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Husk",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Husk.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Husk.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Husk.html#setConversionTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Husk.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Illager",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Illager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Illusioner",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Illusioner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Interaction",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInteractionHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#getInteractionHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getInteractionWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#getInteractionWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getLastAttack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#getLastAttack()"
          },
          {
            "kind": "METHOD",
            "name": "getLastInteraction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#getLastInteraction()"
          },
          {
            "kind": "METHOD",
            "name": "isResponsive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#isResponsive()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Interaction.PreviousInteraction",
            "children": [
              {
                "kind": "METHOD",
                "name": "getPlayer()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction/PreviousInteraction.html#getPlayer()"
              },
              {
                "kind": "METHOD",
                "name": "getTimestamp()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction/PreviousInteraction.html#getTimestamp()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction/PreviousInteraction.html"
          },
          {
            "kind": "METHOD",
            "name": "setInteractionHeight(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "height"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#setInteractionHeight(float)"
          },
          {
            "kind": "METHOD",
            "name": "setInteractionWidth(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#setInteractionWidth(float)"
          },
          {
            "kind": "METHOD",
            "name": "setResponsive(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "response"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html#setResponsive(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Interaction.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.IronGolem",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPlayerCreated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/IronGolem.html#isPlayerCreated()"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerCreated(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playerCreated"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/IronGolem.html#setPlayerCreated(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/IronGolem.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Item",
        "children": [
          {
            "kind": "METHOD",
            "name": "canMobPickup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#canMobPickup()"
          },
          {
            "kind": "METHOD",
            "name": "canPlayerPickup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#canPlayerPickup()"
          },
          {
            "kind": "METHOD",
            "name": "getHealth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#getHealth()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getPickupDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#getPickupDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getThrower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#getThrower()"
          },
          {
            "kind": "METHOD",
            "name": "isUnlimitedLifetime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#isUnlimitedLifetime()"
          },
          {
            "kind": "METHOD",
            "name": "setCanMobPickup(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canMobPickup"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setCanMobPickup(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanPlayerPickup(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canPlayerPickup"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setCanPlayerPickup(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHealth(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "health"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setHealth(int)"
          },
          {
            "kind": "METHOD",
            "name": "setItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setItemStack(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setOwner(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setPickupDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setPickupDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setThrower(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setThrower(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "setUnlimitedLifetime(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "unlimited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setUnlimitedLifetime(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setWillAge(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "willAge"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#setWillAge(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "willAge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html#willAge()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Item.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ItemDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItemDisplayTransform()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay.html#getItemDisplayTransform()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay.html#getItemStack()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.ItemDisplay.ItemDisplayTransform",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRSTPERSON_LEFTHAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#FIRSTPERSON_LEFTHAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRSTPERSON_RIGHTHAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#FIRSTPERSON_RIGHTHAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIXED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#FIXED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GROUND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#GROUND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GUI",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#GUI"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HEAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#HEAD"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ItemDisplayTransform()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#ItemDisplayTransform()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THIRDPERSON_LEFTHAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#THIRDPERSON_LEFTHAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THIRDPERSON_RIGHTHAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#THIRDPERSON_RIGHTHAND"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay/ItemDisplayTransform.html"
          },
          {
            "kind": "METHOD",
            "name": "setItemDisplayTransform(ItemDisplayTransform)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "display"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay.html#setItemDisplayTransform(ItemDisplayTransform)"
          },
          {
            "kind": "METHOD",
            "name": "setItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay.html#setItemStack(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemDisplay.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ItemFrame",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getItemDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#getItemDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#getRotation()"
          },
          {
            "kind": "METHOD",
            "name": "isFixed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#isFixed()"
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#isVisible()"
          },
          {
            "kind": "METHOD",
            "name": "setFixed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fixed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#setFixed(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "playSound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#setItem(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#setItemDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(Rotation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#setRotation(Rotation)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html#setVisible(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ItemFrame.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LargeFireball",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LargeFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LeashHitch",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LeashHitch.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LightningStrike",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCausingEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#getCausingEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getCausingPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#getCausingPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getFlashCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#getFlashCount()"
          },
          {
            "kind": "METHOD",
            "name": "getFlashes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#getFlashes()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLifeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#getLifeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#isEffect()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.entity.LightningStrike.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "isSilent()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike/Spigot.html#isSilent()",
                "deprecated": {
                  "since": "1.20.4",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike/Spigot.html",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCausingPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#setCausingPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "setFlashCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flashes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#setFlashCount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFlashes(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flashes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#setFlashes(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLifeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#setLifeTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html#spigot()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LightningStrike.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LingeringPotion",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LingeringPotion.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LivingEntity",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetMemory(MemoryKey)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "memoryKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#\u003cT\u003egetMemory(MemoryKey)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetMemory(MemoryKey,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "memoryKey"
              },
              {
                "kind": "PARAMETER",
                "name": "memoryValue"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#\u003cT\u003esetMemory(MemoryKey,T)"
          },
          {
            "kind": "METHOD",
            "name": "addPotionEffect(PotionEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#addPotionEffect(PotionEffect)"
          },
          {
            "kind": "METHOD",
            "name": "addPotionEffect(PotionEffect,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#addPotionEffect(PotionEffect,boolean)",
            "deprecated": {
              "since": "1.15.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addPotionEffects(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#addPotionEffects(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "attack(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#attack(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastSlotBreak(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#broadcastSlotBreak(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "broadcastSlotBreak(EquipmentSlot,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "players"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#broadcastSlotBreak(EquipmentSlot,Collection)"
          },
          {
            "kind": "METHOD",
            "name": "canBreatheUnderwater()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#canBreatheUnderwater()"
          },
          {
            "kind": "METHOD",
            "name": "canUseEquipmentSlot(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#canUseEquipmentSlot(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "clearActiveItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#clearActiveItem()"
          },
          {
            "kind": "METHOD",
            "name": "clearActivePotionEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#clearActivePotionEffects()"
          },
          {
            "kind": "METHOD",
            "name": "completeUsingActiveItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#completeUsingActiveItem()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "damageItemStack(EquipmentSlot,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#damageItemStack(EquipmentSlot,int)"
          },
          {
            "kind": "METHOD",
            "name": "damageItemStack(ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#damageItemStack(ItemStack,int)"
          },
          {
            "kind": "METHOD",
            "name": "getActiveItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getActiveItem()"
          },
          {
            "kind": "METHOD",
            "name": "getActiveItemHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getActiveItemHand()"
          },
          {
            "kind": "METHOD",
            "name": "getActiveItemRemainingTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getActiveItemRemainingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getActiveItemUsedTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getActiveItemUsedTime()"
          },
          {
            "kind": "METHOD",
            "name": "getActivePotionEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getActivePotionEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getArrowCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getArrowCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getArrowsInBody()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getArrowsInBody()"
          },
          {
            "kind": "METHOD",
            "name": "getArrowsStuck()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getArrowsStuck()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBeeStingerCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getBeeStingerCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getBeeStingersInBody()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getBeeStingersInBody()"
          },
          {
            "kind": "METHOD",
            "name": "getBodyYaw()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getBodyYaw()"
          },
          {
            "kind": "METHOD",
            "name": "getCanPickupItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getCanPickupItems()"
          },
          {
            "kind": "METHOD",
            "name": "getCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getCategory()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCollidableExemptions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getCollidableExemptions()"
          },
          {
            "kind": "METHOD",
            "name": "getCombatTracker()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getCombatTracker()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getDeathSound()"
          },
          {
            "kind": "METHOD",
            "name": "getDrinkingSound(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getDrinkingSound(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getEatingSound(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getEatingSound(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getEyeHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getEyeHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getEyeHeight(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignorePose"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getEyeHeight(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEyeLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getEyeLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getFallDamageSound(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fallHeight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getFallDamageSound(int)"
          },
          {
            "kind": "METHOD",
            "name": "getFallDamageSoundBig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getFallDamageSoundBig()"
          },
          {
            "kind": "METHOD",
            "name": "getFallDamageSoundSmall()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getFallDamageSoundSmall()"
          },
          {
            "kind": "METHOD",
            "name": "getForwardsMovement()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getForwardsMovement()"
          },
          {
            "kind": "METHOD",
            "name": "getHandRaised()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getHandRaised()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "getHandRaisedTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getHandRaisedTime()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "getHurtDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getHurtDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getHurtSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getHurtSound()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInUse()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getItemInUse()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInUseTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getItemInUseTicks()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemUseRemainingTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getItemUseRemainingTime()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "getKiller()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getKiller()"
          },
          {
            "kind": "METHOD",
            "name": "getLastDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getLastDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getLastTwoTargetBlocks(Set,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "transparent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getLastTwoTargetBlocks(Set,int)"
          },
          {
            "kind": "METHOD",
            "name": "getLeashHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getLeashHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getLineOfSight(Set,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "transparent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getLineOfSight(Set,int)"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumAir()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getMaximumAir()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumNoDamageTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getMaximumNoDamageTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getNextArrowRemoval()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getNextArrowRemoval()"
          },
          {
            "kind": "METHOD",
            "name": "getNextBeeStingerRemoval()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getNextBeeStingerRemoval()"
          },
          {
            "kind": "METHOD",
            "name": "getNoActionTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getNoActionTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getNoDamageTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getNoDamageTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getPotionEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "getRemainingAir()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getRemainingAir()"
          },
          {
            "kind": "METHOD",
            "name": "getRemoveWhenFarAway()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getRemoveWhenFarAway()"
          },
          {
            "kind": "METHOD",
            "name": "getShieldBlockingDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getShieldBlockingDelay()",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSidewaysMovement()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getSidewaysMovement()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlock(Set,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "transparent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlock(Set,int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlock(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlock(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlock(int,FluidMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlock(int,FluidMode)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockExact(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockExact(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockExact(int,FluidCollisionMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockExact(int,FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockFace(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockFace(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockFace(int,FluidCollisionMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockFace(int,FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockFace(int,FluidMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockFace(int,FluidMode)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockInfo(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockInfo(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTargetBlockInfo(int,FluidMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetBlockInfo(int,FluidMode)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntity(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetEntity(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntity(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetEntity(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntityInfo(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetEntityInfo(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTargetEntityInfo(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getTargetEntityInfo(int,boolean)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUpwardsMovement()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#getUpwardsMovement()"
          },
          {
            "kind": "METHOD",
            "name": "hasAI()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#hasAI()"
          },
          {
            "kind": "METHOD",
            "name": "hasActiveItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#hasActiveItem()"
          },
          {
            "kind": "METHOD",
            "name": "hasLineOfSight(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#hasLineOfSight(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "hasLineOfSight(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#hasLineOfSight(Location)"
          },
          {
            "kind": "METHOD",
            "name": "hasPotionEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#hasPotionEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "isClimbing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isClimbing()"
          },
          {
            "kind": "METHOD",
            "name": "isCollidable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isCollidable()"
          },
          {
            "kind": "METHOD",
            "name": "isGliding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isGliding()"
          },
          {
            "kind": "METHOD",
            "name": "isHandRaised()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isHandRaised()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "isJumping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isJumping()"
          },
          {
            "kind": "METHOD",
            "name": "isLeashed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isLeashed()"
          },
          {
            "kind": "METHOD",
            "name": "isRiptiding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isRiptiding()"
          },
          {
            "kind": "METHOD",
            "name": "isSleeping()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isSleeping()"
          },
          {
            "kind": "METHOD",
            "name": "isSwimming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#isSwimming()"
          },
          {
            "kind": "METHOD",
            "name": "knockback(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "directionX"
              },
              {
                "kind": "PARAMETER",
                "name": "directionZ"
              },
              {
                "kind": "PARAMETER",
                "name": "strength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#knockback(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "playHurtAnimation(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#playHurtAnimation(float)"
          },
          {
            "kind": "METHOD",
            "name": "playPickupItemAnimation(Item)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#playPickupItemAnimation(Item)"
          },
          {
            "kind": "METHOD",
            "name": "playPickupItemAnimation(Item,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "quantity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#playPickupItemAnimation(Item,int)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#rayTraceBlocks(double)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceBlocks(double,FluidCollisionMode)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fluidCollisionMode"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#rayTraceBlocks(double,FluidCollisionMode)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#rayTraceEntities(int)"
          },
          {
            "kind": "METHOD",
            "name": "rayTraceEntities(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreBlocks"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#rayTraceEntities(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "removePotionEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#removePotionEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setAI(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ai"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setAI(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setActiveItemRemainingTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setActiveItemRemainingTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setArrowCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setArrowCooldown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setArrowsInBody(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setArrowsInBody(int)"
          },
          {
            "kind": "METHOD",
            "name": "setArrowsInBody(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "fireEvent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setArrowsInBody(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setArrowsStuck(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "arrows"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setArrowsStuck(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBeeStingerCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setBeeStingerCooldown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBeeStingersInBody(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setBeeStingersInBody(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBodyYaw(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bodyYaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setBodyYaw(float)"
          },
          {
            "kind": "METHOD",
            "name": "setCanPickupItems(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pickup"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setCanPickupItems(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCollidable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "collidable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setCollidable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setGliding(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gliding"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setGliding(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHurtDirection(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hurtDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setHurtDirection(float)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInUseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setItemInUseTicks(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setJumping(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "jumping"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setJumping(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setKiller(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "killer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setKiller(Player)"
          },
          {
            "kind": "METHOD",
            "name": "setLastDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setLastDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setLeashHolder(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "holder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setLeashHolder(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumAir(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setMaximumAir(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumNoDamageTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setMaximumNoDamageTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNextArrowRemoval(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setNextArrowRemoval(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNextBeeStingerRemoval(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setNextBeeStingerRemoval(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNoActionTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setNoActionTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNoDamageTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setNoDamageTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRemainingAir(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setRemainingAir(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRemoveWhenFarAway(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "remove"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setRemoveWhenFarAway(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRiptiding(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "riptiding"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setRiptiding(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShieldBlockingDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setShieldBlockingDelay(int)",
            "deprecated": {
              "since": "1.21.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSwimming(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "swimming"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#setSwimming(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "startUsingItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#startUsingItem(EquipmentSlot)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "swingHand(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#swingHand(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "swingMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#swingMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "swingOffHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html#swingOffHand()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LivingEntity.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Llama",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCaravanHead()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#getCaravanHead()"
          },
          {
            "kind": "METHOD",
            "name": "getCaravanTail()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#getCaravanTail()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getStrength()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#getStrength()"
          },
          {
            "kind": "METHOD",
            "name": "hasCaravanTail()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#hasCaravanTail()"
          },
          {
            "kind": "METHOD",
            "name": "inCaravan()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#inCaravan()"
          },
          {
            "kind": "METHOD",
            "name": "joinCaravan(Llama)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "llama"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#joinCaravan(Llama)"
          },
          {
            "kind": "METHOD",
            "name": "leaveCaravan()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#leaveCaravan()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Llama.Color",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CREAMY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#CREAMY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Color()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#Color()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama/Color.html"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setStrength(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "strength"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html#setStrength(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Llama.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.LlamaSpit",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/LlamaSpit.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.MagmaCube",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MagmaCube.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Mannequin",
        "children": [
          {
            "kind": "METHOD",
            "name": "defaultDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#defaultDescription()"
          },
          {
            "kind": "METHOD",
            "name": "defaultProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#defaultProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#getMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#getProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getSkinParts()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#getSkinParts()"
          },
          {
            "kind": "METHOD",
            "name": "isImmovable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#isImmovable()"
          },
          {
            "kind": "METHOD",
            "name": "setDescription(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#setDescription(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setImmovable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "immovable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#setImmovable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMainHand(MainHand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#setMainHand(MainHand)"
          },
          {
            "kind": "METHOD",
            "name": "setProfile(ResolvableProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#setProfile(ResolvableProfile)"
          },
          {
            "kind": "METHOD",
            "name": "setSkinParts(SkinParts)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parts"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html#setSkinParts(SkinParts)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mannequin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Marker",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Marker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Minecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getDerailedVelocityMod()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getDerailedVelocityMod()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getDisplayBlock()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisplayBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getDisplayBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayBlockOffset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getDisplayBlockOffset()"
          },
          {
            "kind": "METHOD",
            "name": "getFlyingVelocityMod()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getFlyingVelocityMod()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxSpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getMaxSpeed()"
          },
          {
            "kind": "METHOD",
            "name": "getMinecartMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#getMinecartMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "isSlowWhenEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#isSlowWhenEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setDerailedVelocityMod(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "derailed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setDerailedVelocityMod(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayBlock(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setDisplayBlock(MaterialData)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDisplayBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setDisplayBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayBlockOffset(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "offset"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setDisplayBlockOffset(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFlyingVelocityMod(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flying"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setFlyingVelocityMod(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxSpeed(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setMaxSpeed(double)"
          },
          {
            "kind": "METHOD",
            "name": "setSlowWhenEmpty(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html#setSlowWhenEmpty(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Minecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Mob",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAmbientSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getAmbientSound()"
          },
          {
            "kind": "METHOD",
            "name": "getDespawnInPeacefulOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getDespawnInPeacefulOverride()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getHeadRotationSpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getHeadRotationSpeed()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxHeadPitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getMaxHeadPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getPathfinder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getPathfinder()"
          },
          {
            "kind": "METHOD",
            "name": "getPossibleExperienceReward()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getPossibleExperienceReward()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isAggressive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#isAggressive()"
          },
          {
            "kind": "METHOD",
            "name": "isAware()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#isAware()"
          },
          {
            "kind": "METHOD",
            "name": "isInDaylight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#isInDaylight()"
          },
          {
            "kind": "METHOD",
            "name": "isLeftHanded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#isLeftHanded()"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#lookAt(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(Entity,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "headRotationSpeed"
              },
              {
                "kind": "PARAMETER",
                "name": "maxHeadPitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#lookAt(Entity,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#lookAt(Location)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(Location,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "headRotationSpeed"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "maxHeadPitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#lookAt(Location,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#lookAt(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(double,double,double,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "headRotationSpeed"
              },
              {
                "kind": "PARAMETER",
                "name": "maxHeadPitch"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#lookAt(double,double,double,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "setAggressive(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aggressive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#setAggressive(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setAware(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aware"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#setAware(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDespawnInPeacefulOverride(TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#setDespawnInPeacefulOverride(TriState)"
          },
          {
            "kind": "METHOD",
            "name": "setLeftHanded(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leftHanded"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#setLeftHanded(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLootTable(LootTable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "table"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#setLootTable(LootTable,long)"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#setTarget(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "shouldDespawnInPeaceful()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html#shouldDespawnInPeaceful()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mob.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Monster",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Monster.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Mule",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Mule.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.MushroomCow",
        "children": [
          {
            "kind": "METHOD",
            "name": "addEffectToNextStew(PotionEffect,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#addEffectToNextStew(PotionEffect,boolean)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addEffectToNextStew(SuspiciousEffectEntry,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              },
              {
                "kind": "PARAMETER",
                "name": "suspiciousEffectEntry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#addEffectToNextStew(SuspiciousEffectEntry,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearEffectsForNextStew()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#clearEffectsForNextStew()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectsForNextStew()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#getEffectsForNextStew()"
          },
          {
            "kind": "METHOD",
            "name": "getStewEffectDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#getStewEffectDuration()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStewEffectType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#getStewEffectType()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStewEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#getStewEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#getVariant()"
          },
          {
            "kind": "METHOD",
            "name": "hasEffectForNextStew(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#hasEffectForNextStew(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasEffectsForNextStew()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#hasEffectsForNextStew()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.MushroomCow.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow/Variant.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow/Variant.html#RED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "removeEffectFromNextStew(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#removeEffectFromNextStew(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setStewEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#setStewEffect(PotionEffectType)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setStewEffectDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#setStewEffectDuration(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setStewEffects(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#setStewEffects(List)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/MushroomCow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.NPC",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/NPC.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ocelot",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCatType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot.html#getCatType()",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isTrusting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot.html#isTrusting()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Ocelot.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK_CAT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#BLACK_CAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED_CAT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#RED_CAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SIAMESE_CAT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#SIAMESE_CAT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#Type(int)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WILD_OCELOT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#WILD_OCELOT"
              },
              {
                "kind": "METHOD",
                "name": "getId()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#getId()",
                "deprecated": {
                  "since": "1.6.2",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getType(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#getType(int)",
                "deprecated": {
                  "since": "1.6.2",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#id"
              },
              {
                "kind": "FIELD",
                "name": "types",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#types"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot/Type.html",
            "deprecated": {
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCatType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot.html#setCatType(Type)",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTrusting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trust"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot.html#setTrusting(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ocelot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.OminousItemSpawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/OminousItemSpawner.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnItemAfterTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/OminousItemSpawner.html#getSpawnItemAfterTicks()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/OminousItemSpawner.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnItemAfterTicks(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/OminousItemSpawner.html#setSpawnItemAfterTicks(long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/OminousItemSpawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Painting",
        "children": [
          {
            "kind": "METHOD",
            "name": "getArt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Painting.html#getArt()"
          },
          {
            "kind": "METHOD",
            "name": "setArt(Art)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "art"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Painting.html#setArt(Art)"
          },
          {
            "kind": "METHOD",
            "name": "setArt(Art,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "art"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Painting.html#setArt(Art,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Painting.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Panda",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCombinedGene()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#getCombinedGene()"
          },
          {
            "kind": "METHOD",
            "name": "getEatingTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#getEatingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getHiddenGene()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#getHiddenGene()"
          },
          {
            "kind": "METHOD",
            "name": "getMainGene()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#getMainGene()"
          },
          {
            "kind": "METHOD",
            "name": "getSneezeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#getSneezeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getUnhappyTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#getUnhappyTicks()"
          },
          {
            "kind": "METHOD",
            "name": "isEating()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#isEating()"
          },
          {
            "kind": "METHOD",
            "name": "isOnBack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#isOnBack()"
          },
          {
            "kind": "METHOD",
            "name": "isRolling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#isRolling()"
          },
          {
            "kind": "METHOD",
            "name": "isScared()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#isScared()"
          },
          {
            "kind": "METHOD",
            "name": "isSneezing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#isSneezing()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Panda.Gene",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "AGGRESSIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#AGGRESSIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#BROWN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Gene(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "recessive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#Gene(boolean)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAZY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#LAZY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYFUL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#PLAYFUL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEAK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#WEAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WORRIED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#WORRIED"
              },
              {
                "kind": "METHOD",
                "name": "isRecessive()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#isRecessive()"
              },
              {
                "kind": "FIELD",
                "name": "recessive",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#recessive"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda/Gene.html"
          },
          {
            "kind": "METHOD",
            "name": "setEating(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setEating(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEatingTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setEatingTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setHiddenGene(Gene)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gene"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setHiddenGene(Gene)"
          },
          {
            "kind": "METHOD",
            "name": "setIsOnBack(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "onBack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setIsOnBack(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setIsSitting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sitting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setIsSitting(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMainGene(Gene)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "gene"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setMainGene(Gene)"
          },
          {
            "kind": "METHOD",
            "name": "setOnBack(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setOnBack(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRolling(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setRolling(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSneezeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setSneezeTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSneezing(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setSneezing(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setUnhappyTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html#setUnhappyTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Panda.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Parrot",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot.html#getVariant()"
          },
          {
            "kind": "METHOD",
            "name": "isDancing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot.html#isDancing()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Parrot.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLUE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#BLUE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CYAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#CYAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GRAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#GRAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GREEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#GREEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#RED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Parrot.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Phantom",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAnchorLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#getAnchorLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawningEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#getSpawningEntity()"
          },
          {
            "kind": "METHOD",
            "name": "setAnchorLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#setAnchorLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldBurnInDay(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldBurnInDay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#setShouldBurnInDay(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#setSize(int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldBurnInDay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html#shouldBurnInDay()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Phantom.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Pig",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig.html#getVariant()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Pig.Variant",
            "children": [
              {
                "kind": "FIELD",
                "name": "COLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig/Variant.html#COLD"
              },
              {
                "kind": "FIELD",
                "name": "TEMPERATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig/Variant.html#TEMPERATE"
              },
              {
                "kind": "FIELD",
                "name": "WARM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig/Variant.html#WARM"
              },
              {
                "kind": "METHOD",
                "name": "getVariant(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig/Variant.html#getVariant(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pig.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PigZombie",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#getAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "isAngry()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#isAngry()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "setAnger(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#setAnger(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAngry(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#setAngry(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html#setConversionTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PigZombie.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Piglin",
        "children": [
          {
            "kind": "METHOD",
            "name": "addBarterMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#addBarterMaterial(Material)"
          },
          {
            "kind": "METHOD",
            "name": "addMaterialOfInterest(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#addMaterialOfInterest(Material)"
          },
          {
            "kind": "METHOD",
            "name": "getBarterList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#getBarterList()"
          },
          {
            "kind": "METHOD",
            "name": "getInterestList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#getInterestList()"
          },
          {
            "kind": "METHOD",
            "name": "isAbleToHunt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#isAbleToHunt()"
          },
          {
            "kind": "METHOD",
            "name": "isChargingCrossbow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#isChargingCrossbow()"
          },
          {
            "kind": "METHOD",
            "name": "isDancing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#isDancing()"
          },
          {
            "kind": "METHOD",
            "name": "removeBarterMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#removeBarterMaterial(Material)"
          },
          {
            "kind": "METHOD",
            "name": "removeMaterialOfInterest(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#removeMaterialOfInterest(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setChargingCrossbow(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chargingCrossbow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#setChargingCrossbow(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDancing(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dancing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#setDancing(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDancing(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#setDancing(long)"
          },
          {
            "kind": "METHOD",
            "name": "setIsAbleToHunt(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html#setIsAbleToHunt(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Piglin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PiglinAbstract",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "isBaby()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#isBaby()",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "isImmuneToZombification()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#isImmuneToZombification()"
          },
          {
            "kind": "METHOD",
            "name": "setBaby(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#setBaby(boolean)",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#setConversionTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setImmuneToZombification(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html#setImmuneToZombification(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinAbstract.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PiglinBrute",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PiglinBrute.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Pillager",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pillager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Player",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eban(String,Date,String,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cE\u003eban(String,Date,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eban(String,Duration,String,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cE\u003eban(String,Duration,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cE\u003eban(String,Instant,String,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "E"
              },
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cE\u003eban(String,Instant,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetClientOption(ClientOption)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "option"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003egetClientOption(ClientOption)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eplayEffect(Location,Effect,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003eplayEffect(Location,Effect,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,Location,int,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,Location,int,double,double,double,double,T,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T,boolean)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#\u003cT\u003espawnParticle(Particle,double,double,double,int,double,double,double,double,T,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "activeBossBars()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#activeBossBars()"
          },
          {
            "kind": "METHOD",
            "name": "addAdditionalChatCompletions(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#addAdditionalChatCompletions(Collection)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addCustomChatCompletions(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#addCustomChatCompletions(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "addResourcePack(UUID,String,Array,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#addResourcePack(UUID,String,Array,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "applyMending(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#applyMending(int)"
          },
          {
            "kind": "METHOD",
            "name": "asHoverEvent(UnaryOperator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#asHoverEvent(UnaryOperator)"
          },
          {
            "kind": "METHOD",
            "name": "banIp(String,Date,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banIp(String,Date,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banIp(String,Duration,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banIp(String,Duration,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banIp(String,Instant,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banIp(String,Instant,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerFull(String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String,Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerFull(String,Date)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String,Date,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerFull(String,Date,String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerFull(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerFull(String,String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,Date)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,Date)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,Date,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,Date,String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,Date,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,Date,String,boolean)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,Date,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expires"
              },
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,Date,boolean)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,String)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,String,boolean)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "banPlayerIP(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickPlayer"
              },
              {
                "kind": "PARAMETER",
                "name": "reason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#banPlayerIP(String,boolean)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "boostElytra(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firework"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#boostElytra(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "breakBlock(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#breakBlock(Block)"
          },
          {
            "kind": "METHOD",
            "name": "calculateTotalExperiencePoints()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#calculateTotalExperiencePoints()"
          },
          {
            "kind": "METHOD",
            "name": "canSee(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#canSee(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#canSee(Player)"
          },
          {
            "kind": "METHOD",
            "name": "chat(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#chat(String)"
          },
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#displayName()"
          },
          {
            "kind": "METHOD",
            "name": "displayName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#displayName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancementProgress(Advancement)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "advancement"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getAdvancementProgress(Advancement)"
          },
          {
            "kind": "METHOD",
            "name": "getAffectsSpawning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getAffectsSpawning()"
          },
          {
            "kind": "METHOD",
            "name": "getAllowFlight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getAllowFlight()"
          },
          {
            "kind": "METHOD",
            "name": "getClientBrandName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getClientBrandName()"
          },
          {
            "kind": "METHOD",
            "name": "getClientViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getClientViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getCompassTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getCompassTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getConnection()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getCooldownPeriod()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getCooldownPeriod()"
          },
          {
            "kind": "METHOD",
            "name": "getCooledAttackStrength(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "adjustTicks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getCooledAttackStrength(float)"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getCurrentInput()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathScreenScore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getDeathScreenScore()"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getDisplayName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEnderPearls()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getEnderPearls()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getExp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getExp()"
          },
          {
            "kind": "METHOD",
            "name": "getExpCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getExpCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getExperiencePointsNeededForNextLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getExperiencePointsNeededForNextLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getFlySpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getFlySpeed()"
          },
          {
            "kind": "METHOD",
            "name": "getHAProxyAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getHAProxyAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHealthScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getHealthScale()"
          },
          {
            "kind": "METHOD",
            "name": "getIdleDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getIdleDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getLocale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getLocale()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getNoTickViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getNoTickViewDistance()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPing()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListFooter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerListFooter()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListHeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerListHeader()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerListName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerListOrder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerListOrder()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerTime()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerTimeOffset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerTimeOffset()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerWeather()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPlayerWeather()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getPreviousGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackHash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getResourcePackHash()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getResourcePackStatus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getResourcePackStatus()"
          },
          {
            "kind": "METHOD",
            "name": "getRespawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getRespawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getSendViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getSendViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getSentChunkKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getSentChunkKeys()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getSentChunks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getSentChunks()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getSimulationDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getSimulationDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getSpectatorTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getSpectatorTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getTotalExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getViewDistance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getViewDistance()"
          },
          {
            "kind": "METHOD",
            "name": "getWalkSpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getWalkSpeed()"
          },
          {
            "kind": "METHOD",
            "name": "getWardenTimeSinceLastWarning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getWardenTimeSinceLastWarning()"
          },
          {
            "kind": "METHOD",
            "name": "getWardenWarningCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getWardenWarningCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getWardenWarningLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getWardenWarningLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getWorldBorder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#getWorldBorder()"
          },
          {
            "kind": "METHOD",
            "name": "give(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#give(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "give(Collection,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropIfFull"
              },
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#give(Collection,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "give(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#give(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "giveExp(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#giveExp(int)"
          },
          {
            "kind": "METHOD",
            "name": "giveExp(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "applyMending"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#giveExp(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "giveExpLevels(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#giveExpLevels(int)"
          },
          {
            "kind": "METHOD",
            "name": "hasFlyingFallDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hasFlyingFallDamage()"
          },
          {
            "kind": "METHOD",
            "name": "hasResourcePack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hasResourcePack()"
          },
          {
            "kind": "METHOD",
            "name": "hasSeenWinScreen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hasSeenWinScreen()"
          },
          {
            "kind": "METHOD",
            "name": "hideEntity(Plugin,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hideEntity(Plugin,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "hidePlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hidePlayer(Player)",
            "deprecated": {
              "since": "1.12.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hidePlayer(Plugin,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hidePlayer(Plugin,Player)"
          },
          {
            "kind": "METHOD",
            "name": "hideTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#hideTitle()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "identity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#identity()"
          },
          {
            "kind": "METHOD",
            "name": "increaseWardenWarningLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#increaseWardenWarningLevel()"
          },
          {
            "kind": "METHOD",
            "name": "isAllowingServerListings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isAllowingServerListings()"
          },
          {
            "kind": "METHOD",
            "name": "isChunkSent(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isChunkSent(Chunk)"
          },
          {
            "kind": "METHOD",
            "name": "isChunkSent(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isChunkSent(long)"
          },
          {
            "kind": "METHOD",
            "name": "isFlying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isFlying()"
          },
          {
            "kind": "METHOD",
            "name": "isHealthScaled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isHealthScaled()"
          },
          {
            "kind": "METHOD",
            "name": "isListed(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isListed(Player)"
          },
          {
            "kind": "METHOD",
            "name": "isOnGround()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isOnGround()",
            "deprecated": {
              "since": "1.16.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isPlayerTimeRelative()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isPlayerTimeRelative()"
          },
          {
            "kind": "METHOD",
            "name": "isSleepingIgnored()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isSleepingIgnored()"
          },
          {
            "kind": "METHOD",
            "name": "isSneaking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isSneaking()"
          },
          {
            "kind": "METHOD",
            "name": "isSprinting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isSprinting()"
          },
          {
            "kind": "METHOD",
            "name": "isTransferred()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#isTransferred()"
          },
          {
            "kind": "METHOD",
            "name": "kick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#kick()"
          },
          {
            "kind": "METHOD",
            "name": "kick(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#kick(Component)"
          },
          {
            "kind": "METHOD",
            "name": "kick(Component,Cause)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#kick(Component,Cause)"
          },
          {
            "kind": "METHOD",
            "name": "kickPlayer(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#kickPlayer(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "listPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#listPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "loadData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#loadData()"
          },
          {
            "kind": "METHOD",
            "name": "locale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#locale()"
          },
          {
            "kind": "METHOD",
            "name": "lookAt(Entity,LookAnchor,LookAnchor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "entityAnchor"
              },
              {
                "kind": "PARAMETER",
                "name": "playerAnchor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#lookAt(Entity,LookAnchor,LookAnchor)"
          },
          {
            "kind": "METHOD",
            "name": "openBook(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "book"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#openBook(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "openSign(Sign)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sign"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#openSign(Sign)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "openSign(Sign,Side)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "side"
              },
              {
                "kind": "PARAMETER",
                "name": "sign"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#openSign(Sign,Side)"
          },
          {
            "kind": "METHOD",
            "name": "openVirtualSign(Position,Side)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "side"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#openVirtualSign(Position,Side)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.entity.Player.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "getHiddenPlayers()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#getHiddenPlayers()"
              },
              {
                "kind": "METHOD",
                "name": "getPing()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#getPing()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getRawAddress()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#getRawAddress()"
              },
              {
                "kind": "METHOD",
                "name": "respawn()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#respawn()"
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#sendMessage(BaseComponent)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#sendMessage(BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(ChatMessageType,BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "position"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#sendMessage(ChatMessageType,BaseComponent)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(ChatMessageType,BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "position"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#sendMessage(ChatMessageType,BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(ChatMessageType,UUID,BaseComponent)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "component"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "position"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "sender"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#sendMessage(ChatMessageType,UUID,BaseComponent)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "sendMessage(ChatMessageType,UUID,BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "components"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "position"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "sender"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html#sendMessage(ChatMessageType,UUID,BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "performCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#performCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "playEffect(Location,Effect,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playEffect(Location,Effect,int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "playNote(Location,Instrument,Note)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instrument"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playNote(Location,Instrument,Note)"
          },
          {
            "kind": "METHOD",
            "name": "playNote(Location,byte,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instrument"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playNote(Location,byte,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,Sound,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Entity,Sound,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,Sound,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Entity,Sound,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,Sound,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Entity,Sound,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,String,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Entity,String,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,String,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Entity,String,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Entity,String,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Entity,String,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,Sound,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Location,Sound,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,Sound,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Location,Sound,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,Sound,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Location,Sound,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,String,SoundCategory,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Location,String,SoundCategory,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,String,SoundCategory,float,float,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Location,String,SoundCategory,float,float,long)"
          },
          {
            "kind": "METHOD",
            "name": "playSound(Location,String,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              },
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playSound(Location,String,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "playerListFooter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playerListFooter()"
          },
          {
            "kind": "METHOD",
            "name": "playerListHeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playerListHeader()"
          },
          {
            "kind": "METHOD",
            "name": "playerListName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playerListName()"
          },
          {
            "kind": "METHOD",
            "name": "playerListName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#playerListName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "removeAdditionalChatCompletions(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#removeAdditionalChatCompletions(Collection)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removeCustomChatCompletions(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#removeCustomChatCompletions(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "removeResourcePack(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#removeResourcePack(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "removeResourcePacks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#removeResourcePacks()"
          },
          {
            "kind": "METHOD",
            "name": "resetCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#resetCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "resetIdleDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#resetIdleDuration()"
          },
          {
            "kind": "METHOD",
            "name": "resetPlayerTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#resetPlayerTime()"
          },
          {
            "kind": "METHOD",
            "name": "resetPlayerWeather()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#resetPlayerWeather()"
          },
          {
            "kind": "METHOD",
            "name": "resetTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#resetTitle()"
          },
          {
            "kind": "METHOD",
            "name": "retrieveCookie(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#retrieveCookie(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "saveData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#saveData()"
          },
          {
            "kind": "METHOD",
            "name": "sendActionBar(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendActionBar(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendActionBar(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendActionBar(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendActionBar(char,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alternateChar"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendActionBar(char,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendBlockChange(Location,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockChange(Location,BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "sendBlockChange(Location,Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockChange(Location,Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendBlockChanges(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockChanges(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "sendBlockChanges(Collection,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "suppressLightUpdates"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockChanges(Collection,boolean)",
            "deprecated": {
              "since": "1.20",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendBlockDamage(Location,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "progress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockDamage(Location,float)"
          },
          {
            "kind": "METHOD",
            "name": "sendBlockDamage(Location,float,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "progress"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockDamage(Location,float,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "sendBlockDamage(Location,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "progress"
              },
              {
                "kind": "PARAMETER",
                "name": "sourceId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockDamage(Location,float,int)"
          },
          {
            "kind": "METHOD",
            "name": "sendBlockUpdate(Location,TileState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "tileState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendBlockUpdate(Location,TileState)"
          },
          {
            "kind": "METHOD",
            "name": "sendEntityEffect(EntityEffect,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendEntityEffect(EntityEffect,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "sendEquipmentChange(LivingEntity,EquipmentSlot,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendEquipmentChange(LivingEntity,EquipmentSlot,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "sendEquipmentChange(LivingEntity,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendEquipmentChange(LivingEntity,Map)"
          },
          {
            "kind": "METHOD",
            "name": "sendExperienceChange(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "progress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendExperienceChange(float)"
          },
          {
            "kind": "METHOD",
            "name": "sendExperienceChange(float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "progress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendExperienceChange(float,int)"
          },
          {
            "kind": "METHOD",
            "name": "sendHealthUpdate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendHealthUpdate()"
          },
          {
            "kind": "METHOD",
            "name": "sendHealthUpdate(double,int,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "foodLevel"
              },
              {
                "kind": "PARAMETER",
                "name": "health"
              },
              {
                "kind": "PARAMETER",
                "name": "saturation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendHealthUpdate(double,int,float)"
          },
          {
            "kind": "METHOD",
            "name": "sendHurtAnimation(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendHurtAnimation(float)"
          },
          {
            "kind": "METHOD",
            "name": "sendLinks(ServerLinks)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "links"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendLinks(ServerLinks)"
          },
          {
            "kind": "METHOD",
            "name": "sendMap(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendMap(MapView)"
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendMessage(BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendMessage(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendMessage(ChatMessageType,BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "components"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendMessage(ChatMessageType,BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendMultiBlockChange(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockChanges"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendMultiBlockChange(Map)"
          },
          {
            "kind": "METHOD",
            "name": "sendMultiBlockChange(Map,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockChanges"
              },
              {
                "kind": "PARAMETER",
                "name": "suppressLightUpdates"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendMultiBlockChange(Map,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendOpLevel(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendOpLevel(byte)"
          },
          {
            "kind": "METHOD",
            "name": "sendPotionEffectChange(LivingEntity,PotionEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendPotionEffectChange(LivingEntity,PotionEffect)"
          },
          {
            "kind": "METHOD",
            "name": "sendPotionEffectChangeRemove(LivingEntity,PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendPotionEffectChangeRemove(LivingEntity,PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "sendRawMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendRawMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,Array,DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dyeColor"
              },
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,Array,DyeColor)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,Array,DyeColor,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dyeColor"
              },
              {
                "kind": "PARAMETER",
                "name": "hasGlowingText"
              },
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,Array,DyeColor,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,List)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,List,DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dyeColor"
              },
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,List,DyeColor)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,List,DyeColor,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dyeColor"
              },
              {
                "kind": "PARAMETER",
                "name": "hasGlowingText"
              },
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,List,DyeColor,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,List,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasGlowingText"
              },
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,List,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendSignChange(Location,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lines"
              },
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendSignChange(Location,String...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendTitle(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendTitle(String,String)",
            "deprecated": {
              "since": "1.8.7",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendTitle(String,String,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeIn"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOut"
              },
              {
                "kind": "PARAMETER",
                "name": "stay"
              },
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendTitle(String,String,int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "sendTitle(Title)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#sendTitle(Title)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setAffectsSpawning(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "affects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setAffectsSpawning(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setAllowFlight(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setAllowFlight(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBedSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setBedSpawnLocation(Location)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBedSpawnLocation(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setBedSpawnLocation(Location,boolean)",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCompassTarget(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setCompassTarget(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setCustomChatCompletions(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setCustomChatCompletions(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "setDeathScreenScore(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "score"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setDeathScreenScore(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setDisplayName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setExp(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setExp(float)"
          },
          {
            "kind": "METHOD",
            "name": "setExpCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setExpCooldown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setExperienceLevelAndProgress(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "totalExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setExperienceLevelAndProgress(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFlySpeed(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setFlySpeed(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFlying(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setFlying(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFlyingFallDamage(TriState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flyingFallDamage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setFlyingFallDamage(TriState)"
          },
          {
            "kind": "METHOD",
            "name": "setHasSeenWinScreen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasSeenWinScreen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setHasSeenWinScreen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHealthScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setHealthScale(double)"
          },
          {
            "kind": "METHOD",
            "name": "setHealthScaled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setHealthScaled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNoTickViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setNoTickViewDistance(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListFooter(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListFooter(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeader(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListHeader(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeaderFooter(Array,BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              },
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListHeaderFooter(Array,BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeaderFooter(BaseComponent,BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              },
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListHeaderFooter(BaseComponent,BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListHeaderFooter(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "footer"
              },
              {
                "kind": "PARAMETER",
                "name": "header"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListHeaderFooter(String,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPlayerListOrder(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "order"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerListOrder(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerProfile(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerTime(long,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "relative"
              },
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerTime(long,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerWeather(WeatherType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setPlayerWeather(WeatherType)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,Array,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,Array,Component)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,Array,Component,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,Array,Component,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,Array,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,Array,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,Array,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,Array,String,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,Array,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,Array,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "required"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,String,boolean,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "required"
              },
              {
                "kind": "PARAMETER",
                "name": "resourcePackPrompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,String,boolean,Component)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(String,byte...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(UUID,String,Array,Component,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(UUID,String,Array,Component,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(UUID,String,Array,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "prompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(UUID,String,Array,String,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResourcePack(UUID,String,String,Component,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "required"
              },
              {
                "kind": "PARAMETER",
                "name": "resourcePackPrompt"
              },
              {
                "kind": "PARAMETER",
                "name": "url"
              },
              {
                "kind": "PARAMETER",
                "name": "uuid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setResourcePack(UUID,String,String,Component,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRespawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setRespawnLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setRespawnLocation(Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "force"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setRespawnLocation(Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRotation(float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setRotation(float,float)"
          },
          {
            "kind": "METHOD",
            "name": "setScoreboard(Scoreboard)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scoreboard"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setScoreboard(Scoreboard)"
          },
          {
            "kind": "METHOD",
            "name": "setSendViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSendViewDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSimulationDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "simulationDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSimulationDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSleepingIgnored(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSleeping"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSleepingIgnored(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSneaking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sneak"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSneaking(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpectatorTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSpectatorTarget(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setSprinting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sprinting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSprinting(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSubtitle(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSubtitle(BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSubtitle(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setSubtitle(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTexturePack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "url"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setTexturePack(String)",
            "deprecated": {
              "since": "1.7.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTitleTimes(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeInTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOutTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "stayTicks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setTitleTimes(int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTotalExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setTotalExperience(int)"
          },
          {
            "kind": "METHOD",
            "name": "setViewDistance(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "viewDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setViewDistance(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWalkSpeed(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setWalkSpeed(float)"
          },
          {
            "kind": "METHOD",
            "name": "setWardenTimeSinceLastWarning(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setWardenTimeSinceLastWarning(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWardenWarningCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setWardenWarningCooldown(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWardenWarningLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "warningLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setWardenWarningLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWorldBorder(WorldBorder)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "border"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#setWorldBorder(WorldBorder)"
          },
          {
            "kind": "METHOD",
            "name": "showDemoScreen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showDemoScreen()"
          },
          {
            "kind": "METHOD",
            "name": "showElderGuardian()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showElderGuardian()"
          },
          {
            "kind": "METHOD",
            "name": "showElderGuardian(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showElderGuardian(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "showEntity(Plugin,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showEntity(Plugin,Entity)"
          },
          {
            "kind": "METHOD",
            "name": "showPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showPlayer(Player)",
            "deprecated": {
              "since": "1.12.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "showPlayer(Plugin,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showPlayer(Plugin,Player)"
          },
          {
            "kind": "METHOD",
            "name": "showTitle(Array,Array,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeInTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOutTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "stayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showTitle(Array,Array,int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "showTitle(BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showTitle(BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "showTitle(BaseComponent,BaseComponent,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fadeInTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "fadeOutTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "stayTicks"
              },
              {
                "kind": "PARAMETER",
                "name": "subtitle"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showTitle(BaseComponent,BaseComponent,int,int,int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "showTitle(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showTitle(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "showWinScreen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#showWinScreen()"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,Location,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spawnParticle(Particle,Location,int)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,Location,int,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spawnParticle(Particle,Location,int,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,Location,int,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spawnParticle(Particle,Location,int,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,double,double,double,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spawnParticle(Particle,double,double,double,int)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,double,double,double,int,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spawnParticle(Particle,double,double,double,int,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spawnParticle(Particle,double,double,double,int,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "extra"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetX"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetY"
              },
              {
                "kind": "PARAMETER",
                "name": "offsetZ"
              },
              {
                "kind": "PARAMETER",
                "name": "particle"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spawnParticle(Particle,double,double,double,int,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "stopAllSounds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#stopAllSounds()"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#stopSound(Sound)"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(Sound,SoundCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#stopSound(Sound,SoundCategory)"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(SoundCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#stopSound(SoundCategory)"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#stopSound(String)"
          },
          {
            "kind": "METHOD",
            "name": "stopSound(String,SoundCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              },
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#stopSound(String,SoundCategory)"
          },
          {
            "kind": "METHOD",
            "name": "storeCookie(NamespacedKey,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#storeCookie(NamespacedKey,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "transfer(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "host"
              },
              {
                "kind": "PARAMETER",
                "name": "port"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#transfer(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "unlistPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#unlistPlayer(Player)"
          },
          {
            "kind": "METHOD",
            "name": "updateCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#updateCommands()"
          },
          {
            "kind": "METHOD",
            "name": "updateInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#updateInventory()"
          },
          {
            "kind": "METHOD",
            "name": "updateTitle(Title)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html#updateTitle(Title)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Player.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PolarBear",
        "children": [
          {
            "kind": "METHOD",
            "name": "isStanding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PolarBear.html#isStanding()"
          },
          {
            "kind": "METHOD",
            "name": "setStanding(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "standing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PolarBear.html#setStanding(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PolarBear.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.entity.Pose",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CROAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#CROAKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DIGGING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#DIGGING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#DYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EMERGING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#EMERGING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALL_FLYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#FALL_FLYING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INHALING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#INHALING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_JUMPING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#LONG_JUMPING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#Pose()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ROARING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#ROARING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHOOTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SHOOTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SITTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SITTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLEEPING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SLEEPING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SLIDING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNEAKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SNEAKING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNIFFING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SNIFFING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIN_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SPIN_ATTACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STANDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#STANDING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWIMMING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#SWIMMING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "USING_TONGUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#USING_TONGUE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Pose.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Projectile",
        "children": [
          {
            "kind": "METHOD",
            "name": "canHitEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#canHitEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "doesBounce()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#doesBounce()",
            "deprecated": {
              "since": "1.20.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwnerUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#getOwnerUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "getShooter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#getShooter()"
          },
          {
            "kind": "METHOD",
            "name": "hasBeenShot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#hasBeenShot()"
          },
          {
            "kind": "METHOD",
            "name": "hasLeftShooter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#hasLeftShooter()"
          },
          {
            "kind": "METHOD",
            "name": "hitEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#hitEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "hitEntity(Entity,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#hitEntity(Entity,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "setBounce(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "doesBounce"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#setBounce(boolean)",
            "deprecated": {
              "since": "1.20.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setHasBeenShot(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "beenShot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#setHasBeenShot(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHasLeftShooter(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leftShooter"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#setHasLeftShooter(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShooter(ProjectileSource)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html#setShooter(ProjectileSource)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Projectile.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.PufferFish",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPuffState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PufferFish.html#getPuffState()"
          },
          {
            "kind": "METHOD",
            "name": "setPuffState(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PufferFish.html#setPuffState(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/PufferFish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Rabbit",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMoreCarrotTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit.html#getMoreCarrotTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getRabbitType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit.html#getRabbitType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Rabbit.Type",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#BLACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLACK_AND_WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#BLACK_AND_WHITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#BROWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GOLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#GOLD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SALT_AND_PEPPER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#SALT_AND_PEPPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THE_KILLER_BUNNY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#THE_KILLER_BUNNY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Type()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#Type()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#WHITE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setMoreCarrotTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit.html#setMoreCarrotTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRabbitType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit.html#setRabbitType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Rabbit.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Raider",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCelebrationSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#getCelebrationSound()"
          },
          {
            "kind": "METHOD",
            "name": "getPatrolTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#getPatrolTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getRaid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#getRaid()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksOutsideRaid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#getTicksOutsideRaid()"
          },
          {
            "kind": "METHOD",
            "name": "getWave()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#getWave()"
          },
          {
            "kind": "METHOD",
            "name": "isCanJoinRaid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#isCanJoinRaid()"
          },
          {
            "kind": "METHOD",
            "name": "isCelebrating()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#isCelebrating()"
          },
          {
            "kind": "METHOD",
            "name": "isPatrolLeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#isPatrolLeader()"
          },
          {
            "kind": "METHOD",
            "name": "setCanJoinRaid(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "join"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setCanJoinRaid(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCelebrating(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "celebrating"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setCelebrating(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPatrolLeader(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setPatrolLeader(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPatrolTarget(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setPatrolTarget(Block)"
          },
          {
            "kind": "METHOD",
            "name": "setRaid(Raid)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raid"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setRaid(Raid)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksOutsideRaid(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setTicksOutsideRaid(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWave(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "wave"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html#setWave(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Raider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Ravager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttackTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html#getAttackTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getRoarTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html#getRoarTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getStunnedTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html#getStunnedTicks()"
          },
          {
            "kind": "METHOD",
            "name": "setAttackTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html#setAttackTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRoarTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html#setRoarTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setStunnedTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html#setStunnedTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Ravager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Salmon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon.html#getVariant()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Salmon.Variant",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "LARGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html#LARGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MEDIUM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html#MEDIUM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html#SMALL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Variant()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html#Variant()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Salmon.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Shearable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSheared()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shearable.html#isSheared()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSheared(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shearable.html#setSheared(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shearable.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.21",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Sheep",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSheared()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sheep.html#isSheared()"
          },
          {
            "kind": "METHOD",
            "name": "setSheared(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sheep.html#setSheared(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sheep.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Shulker",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shulker.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getPeek()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shulker.html#getPeek()"
          },
          {
            "kind": "METHOD",
            "name": "setAttachedFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shulker.html#setAttachedFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPeek(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shulker.html#setPeek(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Shulker.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ShulkerBullet",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCurrentMovementDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#getCurrentMovementDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getFlightSteps()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#getFlightSteps()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "getTargetDelta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#getTargetDelta()"
          },
          {
            "kind": "METHOD",
            "name": "setCurrentMovementDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "movementDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#setCurrentMovementDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setFlightSteps(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "steps"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#setFlightSteps(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#setTarget(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "setTargetDelta(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html#setTargetDelta(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ShulkerBullet.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Silverfish",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Silverfish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Sittable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isSitting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sittable.html#isSitting()"
          },
          {
            "kind": "METHOD",
            "name": "setSitting(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sitting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sittable.html#setSitting(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sittable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SizedFireball",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDisplayItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SizedFireball.html#getDisplayItem()"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SizedFireball.html#setDisplayItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SizedFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Skeleton",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "inPowderedSnowTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton.html#inPowderedSnowTime()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton.html#isConverting()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Skeleton.SkeletonType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOGGED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#BOGGED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#NORMAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#STRAY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SkeletonType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#SkeletonType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#WITHER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton/SkeletonType.html",
            "deprecated": {
              "since": "1.11",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton.html#setConversionTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Skeleton.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SkeletonHorse",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTrapTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html#getTrapTime()"
          },
          {
            "kind": "METHOD",
            "name": "isTrap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html#isTrap()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isTrapped()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html#isTrapped()"
          },
          {
            "kind": "METHOD",
            "name": "setTrap(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trap"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html#setTrap(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTrapTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trapTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html#setTrapTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTrapped(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trapped"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html#setTrapped(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SkeletonHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Slime",
        "children": [
          {
            "kind": "METHOD",
            "name": "canWander()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Slime.html#canWander()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Slime.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "setSize(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Slime.html#setSize(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWander(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canWander"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Slime.html#setWander(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Slime.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SmallFireball",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SmallFireball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Sniffer",
        "children": [
          {
            "kind": "METHOD",
            "name": "addExploredLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#addExploredLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "canDig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#canDig()"
          },
          {
            "kind": "METHOD",
            "name": "findPossibleDigLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#findPossibleDigLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getExploredLocations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#getExploredLocations()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#getState()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Sniffer.State",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DIGGING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#DIGGING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FEELING_HAPPY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#FEELING_HAPPY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IDLING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#IDLING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RISING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#RISING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SCENTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#SCENTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SEARCHING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#SEARCHING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SNIFFING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#SNIFFING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#State()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer/State.html"
          },
          {
            "kind": "METHOD",
            "name": "removeExploredLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#removeExploredLocation(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setState(State)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html#setState(State)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Sniffer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Snowball",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Snowball.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Snowman",
        "children": [
          {
            "kind": "METHOD",
            "name": "isDerp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Snowman.html#isDerp()"
          },
          {
            "kind": "METHOD",
            "name": "setDerp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "derpMode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Snowman.html#setDerp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Snowman.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.entity.SpawnCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANIMAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#ANIMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#AXOLOTL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MISC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#MISC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MONSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#MONSTER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#SpawnCategory()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#WATER_AMBIENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_ANIMAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#WATER_ANIMAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_UNDERGROUND_CREATURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#WATER_UNDERGROUND_CREATURE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpawnCategory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SpectralArrow",
        "children": [
          {
            "kind": "METHOD",
            "name": "getGlowingTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpectralArrow.html#getGlowingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "setGlowingTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpectralArrow.html#setGlowingTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SpectralArrow.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Spellcaster",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSpell()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster.html#getSpell()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Spellcaster.Spell",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLINDNESS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#BLINDNESS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISAPPEAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#DISAPPEAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FANGS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#FANGS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#NONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUMMON_VEX",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#SUMMON_VEX"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Spell()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#Spell()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WOLOLO",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#WOLOLO"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster/Spell.html"
          },
          {
            "kind": "METHOD",
            "name": "setSpell(Spell)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spell"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster.html#setSpell(Spell)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spellcaster.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Spider",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Spider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.SplashPotion",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/SplashPotion.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Squid",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Squid.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Steerable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBoostTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#getBoostTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentBoostTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#getCurrentBoostTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getSteerMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#getSteerMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "hasSaddle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#hasSaddle()"
          },
          {
            "kind": "METHOD",
            "name": "setBoostTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#setBoostTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCurrentBoostTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#setCurrentBoostTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSaddle(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "saddled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html#setSaddle(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Steerable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Stray",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Stray.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Strider",
        "children": [
          {
            "kind": "METHOD",
            "name": "isShivering()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Strider.html#isShivering()"
          },
          {
            "kind": "METHOD",
            "name": "setShivering(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shivering"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Strider.html#setShivering(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Strider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TNTPrimed",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#getFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceLoc()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#getSourceLoc()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#setBlockData(BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setFuseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fuseTicks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#setFuseTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSource(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html#setSource(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TNTPrimed.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Tadpole",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tadpole.html#getAge()"
          },
          {
            "kind": "METHOD",
            "name": "getAgeLock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tadpole.html#getAgeLock()"
          },
          {
            "kind": "METHOD",
            "name": "setAge(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "age"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tadpole.html#setAge(int)"
          },
          {
            "kind": "METHOD",
            "name": "setAgeLock(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tadpole.html#setAgeLock(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tadpole.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Tameable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tameable.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getOwnerUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tameable.html#getOwnerUniqueId()"
          },
          {
            "kind": "METHOD",
            "name": "isTamed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tameable.html#isTamed()"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(AnimalTamer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tamer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tameable.html#setOwner(AnimalTamer)"
          },
          {
            "kind": "METHOD",
            "name": "setTamed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tame"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tameable.html#setTamed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Tameable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TextDisplay",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAlignment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#getAlignment()"
          },
          {
            "kind": "METHOD",
            "name": "getBackgroundColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#getBackgroundColor()"
          },
          {
            "kind": "METHOD",
            "name": "getLineWidth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#getLineWidth()"
          },
          {
            "kind": "METHOD",
            "name": "getText()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#getText()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTextOpacity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#getTextOpacity()"
          },
          {
            "kind": "METHOD",
            "name": "isDefaultBackground()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#isDefaultBackground()"
          },
          {
            "kind": "METHOD",
            "name": "isSeeThrough()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#isSeeThrough()"
          },
          {
            "kind": "METHOD",
            "name": "isShadowed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#isShadowed()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.TextDisplay.TextAlignment",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CENTER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html#CENTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html#RIGHT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TextAlignment()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html#TextAlignment()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay/TextAlignment.html"
          },
          {
            "kind": "METHOD",
            "name": "setAlignment(TextAlignment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alignment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setAlignment(TextAlignment)"
          },
          {
            "kind": "METHOD",
            "name": "setBackgroundColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setBackgroundColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultBackground(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultBackground"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setDefaultBackground(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLineWidth(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setLineWidth(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSeeThrough(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seeThrough"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setSeeThrough(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShadowed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shadow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setShadowed(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setText(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setText(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTextOpacity(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "opacity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#setTextOpacity(byte)"
          },
          {
            "kind": "METHOD",
            "name": "text()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#text()"
          },
          {
            "kind": "METHOD",
            "name": "text(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html#text(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TextDisplay.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ThrowableProjectile",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrowableProjectile.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrowableProjectile.html#setItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrowableProjectile.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ThrownExpBottle",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownExpBottle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ThrownPotion",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html#getEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html#getPotionMeta()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setPotionMeta(PotionMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html#setPotionMeta(PotionMeta)"
          },
          {
            "kind": "METHOD",
            "name": "splash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html#splash()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ThrownPotion.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TippedArrow",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TippedArrow.html",
        "deprecated": {
          "since": "1.14",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TraderLlama",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TraderLlama.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Trident",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getLoyaltyLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#getLoyaltyLevel()"
          },
          {
            "kind": "METHOD",
            "name": "hasDealtDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#hasDealtDamage()"
          },
          {
            "kind": "METHOD",
            "name": "hasGlint()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#hasGlint()"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#setDamage(double)"
          },
          {
            "kind": "METHOD",
            "name": "setGlint(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "glint"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#setGlint(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHasDealtDamage(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasDealtDamage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#setHasDealtDamage(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLoyaltyLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loyaltyLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html#setLoyaltyLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Trident.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.TropicalFish",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBodyColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html#getBodyColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html#getPattern()"
          },
          {
            "kind": "METHOD",
            "name": "getPatternColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html#getPatternColor()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.TropicalFish.Pattern",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BETTY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#BETTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCKFISH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#BLOCKFISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BRINELY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#BRINELY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLAYFISH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#CLAYFISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DASHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#DASHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLOPPER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#FLOPPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GLITTER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#GLITTER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KOB",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#KOB"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Pattern()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#Pattern()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SNOOPER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#SNOOPER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPOTTY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#SPOTTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STRIPEY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#STRIPEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUNSTREAK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#SUNSTREAK"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish/Pattern.html"
          },
          {
            "kind": "METHOD",
            "name": "setBodyColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html#setBodyColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "setPattern(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html#setPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "setPatternColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html#setPatternColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/TropicalFish.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Turtle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#getHome()"
          },
          {
            "kind": "METHOD",
            "name": "hasEgg()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#hasEgg()"
          },
          {
            "kind": "METHOD",
            "name": "isDigging()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#isDigging()",
            "deprecated": {
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isGoingHome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#isGoingHome()"
          },
          {
            "kind": "METHOD",
            "name": "isLayingEgg()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#isLayingEgg()"
          },
          {
            "kind": "METHOD",
            "name": "setHasEgg(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasEgg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#setHasEgg(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHome(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html#setHome(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Turtle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Vehicle",
        "children": [
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vehicle.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vehicle.html#setVelocity(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vehicle.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Vex",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#getBound()"
          },
          {
            "kind": "METHOD",
            "name": "getLifeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#getLifeTicks()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLimitedLifetimeTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#getLimitedLifetimeTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getSummoner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#getSummoner()"
          },
          {
            "kind": "METHOD",
            "name": "hasLimitedLife()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#hasLimitedLife()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasLimitedLifetime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#hasLimitedLifetime()"
          },
          {
            "kind": "METHOD",
            "name": "isCharging()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#isCharging()"
          },
          {
            "kind": "METHOD",
            "name": "setBound(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#setBound(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setCharging(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charging"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#setCharging(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLifeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lifeTicks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#setLifeTicks(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLimitedLifetime(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hasLimitedLifetime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#setLimitedLifetime(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLimitedLifetimeTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#setLimitedLifetimeTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSummoner(Mob)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "summoner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html#setSummoner(Mob)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vex.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Villager",
        "children": [
          {
            "kind": "METHOD",
            "name": "addTrades(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#addTrades(int)"
          },
          {
            "kind": "METHOD",
            "name": "clearReputations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#clearReputations()"
          },
          {
            "kind": "METHOD",
            "name": "getProfession()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getProfession()"
          },
          {
            "kind": "METHOD",
            "name": "getReputation(UUID)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getReputation(UUID)"
          },
          {
            "kind": "METHOD",
            "name": "getReputations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getReputations()"
          },
          {
            "kind": "METHOD",
            "name": "getRestocksToday()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getRestocksToday()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getVillagerExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getVillagerLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#getVillagerType()"
          },
          {
            "kind": "METHOD",
            "name": "increaseLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#increaseLevel(int)"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Villager.Profession",
            "children": [
              {
                "kind": "FIELD",
                "name": "ARMORER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#ARMORER"
              },
              {
                "kind": "FIELD",
                "name": "BUTCHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#BUTCHER"
              },
              {
                "kind": "FIELD",
                "name": "CARTOGRAPHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#CARTOGRAPHER"
              },
              {
                "kind": "FIELD",
                "name": "CLERIC",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#CLERIC"
              },
              {
                "kind": "FIELD",
                "name": "FARMER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#FARMER"
              },
              {
                "kind": "FIELD",
                "name": "FISHERMAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#FISHERMAN"
              },
              {
                "kind": "FIELD",
                "name": "FLETCHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#FLETCHER"
              },
              {
                "kind": "FIELD",
                "name": "LEATHERWORKER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#LEATHERWORKER"
              },
              {
                "kind": "FIELD",
                "name": "LIBRARIAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#LIBRARIAN"
              },
              {
                "kind": "FIELD",
                "name": "MASON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#MASON"
              },
              {
                "kind": "FIELD",
                "name": "NITWIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#NITWIT"
              },
              {
                "kind": "FIELD",
                "name": "NONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#NONE"
              },
              {
                "kind": "FIELD",
                "name": "SHEPHERD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#SHEPHERD"
              },
              {
                "kind": "FIELD",
                "name": "TOOLSMITH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#TOOLSMITH"
              },
              {
                "kind": "FIELD",
                "name": "WEAPONSMITH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#WEAPONSMITH"
              },
              {
                "kind": "METHOD",
                "name": "getProfession(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#getProfession(String)"
              },
              {
                "kind": "METHOD",
                "name": "translationKey()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#translationKey()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#valueOf(String)",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html#values()",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Profession.html"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Villager.Type",
            "children": [
              {
                "kind": "FIELD",
                "name": "DESERT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#DESERT"
              },
              {
                "kind": "FIELD",
                "name": "JUNGLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#JUNGLE"
              },
              {
                "kind": "FIELD",
                "name": "PLAINS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#PLAINS"
              },
              {
                "kind": "FIELD",
                "name": "SAVANNA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#SAVANNA"
              },
              {
                "kind": "FIELD",
                "name": "SNOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#SNOW"
              },
              {
                "kind": "FIELD",
                "name": "SWAMP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#SWAMP"
              },
              {
                "kind": "FIELD",
                "name": "TAIGA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#TAIGA"
              },
              {
                "kind": "METHOD",
                "name": "getType(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#getType(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#valueOf(String)",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html#values()",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "restock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#restock()"
          },
          {
            "kind": "METHOD",
            "name": "setProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setProfession(Profession)"
          },
          {
            "kind": "METHOD",
            "name": "setReputation(UUID,Reputation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reputation"
              },
              {
                "kind": "PARAMETER",
                "name": "uniqueId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setReputation(UUID,Reputation)"
          },
          {
            "kind": "METHOD",
            "name": "setReputations(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reputations"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setReputations(Map)"
          },
          {
            "kind": "METHOD",
            "name": "setRestocksToday(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "restocksToday"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setRestocksToday(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setVillagerExperience(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setVillagerLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#setVillagerType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "shakeHead()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#shakeHead()"
          },
          {
            "kind": "METHOD",
            "name": "sleep(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#sleep(Location)"
          },
          {
            "kind": "METHOD",
            "name": "updateDemand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#updateDemand()"
          },
          {
            "kind": "METHOD",
            "name": "wakeup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#wakeup()"
          },
          {
            "kind": "METHOD",
            "name": "zombify()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html#zombify()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Villager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Vindicator",
        "children": [
          {
            "kind": "METHOD",
            "name": "isJohnny()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vindicator.html#isJohnny()"
          },
          {
            "kind": "METHOD",
            "name": "setJohnny(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "johnny"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vindicator.html#setJohnny(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Vindicator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WanderingTrader",
        "children": [
          {
            "kind": "METHOD",
            "name": "canDrinkMilk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#canDrinkMilk()"
          },
          {
            "kind": "METHOD",
            "name": "canDrinkPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#canDrinkPotion()"
          },
          {
            "kind": "METHOD",
            "name": "getDespawnDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#getDespawnDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getWanderingTowards()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#getWanderingTowards()"
          },
          {
            "kind": "METHOD",
            "name": "setCanDrinkMilk(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#setCanDrinkMilk(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanDrinkPotion(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#setCanDrinkPotion(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDespawnDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "despawnDelay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#setDespawnDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setWanderingTowards(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html#setWanderingTowards(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WanderingTrader.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Warden",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearAnger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#clearAnger(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#getAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getAnger(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#getAnger(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getAngerLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#getAngerLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityAngryAt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#getEntityAngryAt()"
          },
          {
            "kind": "METHOD",
            "name": "getHighestAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#getHighestAnger()"
          },
          {
            "kind": "METHOD",
            "name": "increaseAnger(Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "increase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#increaseAnger(Entity,int)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Warden.AngerLevel",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "AGITATED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html#AGITATED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ANGRY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html#ANGRY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "AngerLevel()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html#AngerLevel()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CALM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html#CALM"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden/AngerLevel.html"
          },
          {
            "kind": "METHOD",
            "name": "setAnger(Entity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "anger"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#setAnger(Entity,int)"
          },
          {
            "kind": "METHOD",
            "name": "setDisturbanceLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html#setDisturbanceLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Warden.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WaterMob",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WaterMob.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WindCharge",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WindCharge.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Witch",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDrinkingPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Witch.html#getDrinkingPotion()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionUseTimeLeft()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Witch.html#getPotionUseTimeLeft()"
          },
          {
            "kind": "METHOD",
            "name": "isDrinkingPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Witch.html#isDrinkingPotion()"
          },
          {
            "kind": "METHOD",
            "name": "setDrinkingPotion(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Witch.html#setDrinkingPotion(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setPotionUseTimeLeft(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Witch.html#setPotionUseTimeLeft(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Witch.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Wither",
        "children": [
          {
            "kind": "METHOD",
            "name": "canTravelThroughPortals()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#canTravelThroughPortals()"
          },
          {
            "kind": "METHOD",
            "name": "enterInvulnerabilityPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#enterInvulnerabilityPhase()"
          },
          {
            "kind": "METHOD",
            "name": "getInvulnerabilityTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#getInvulnerabilityTicks()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getInvulnerableTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#getInvulnerableTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget(Head)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "head"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#getTarget(Head)"
          },
          {
            "kind": "METHOD",
            "name": "isCharged()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#isCharged()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.entity.Wither.Head",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CENTER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html#CENTER"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Head()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html#Head()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEFT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html#LEFT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RIGHT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html#RIGHT"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither/Head.html"
          },
          {
            "kind": "METHOD",
            "name": "setCanTravelThroughPortals(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#setCanTravelThroughPortals(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInvulnerabilityTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#setInvulnerabilityTicks(int)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setInvulnerableTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#setInvulnerableTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(Head,LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "head"
              },
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#setTarget(Head,LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html#setTarget(LivingEntity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wither.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WitherSkeleton",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WitherSkeleton.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.WitherSkull",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCharged()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WitherSkull.html#isCharged()"
          },
          {
            "kind": "METHOD",
            "name": "setCharged(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charged"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WitherSkull.html#setCharged(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/WitherSkull.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Wolf",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCollarColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#getCollarColor()"
          },
          {
            "kind": "METHOD",
            "name": "getSoundVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#getSoundVariant()"
          },
          {
            "kind": "METHOD",
            "name": "getTailAngle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#getTailAngle()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#getVariant()"
          },
          {
            "kind": "METHOD",
            "name": "isAngry()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#isAngry()"
          },
          {
            "kind": "METHOD",
            "name": "isInterested()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#isInterested()"
          },
          {
            "kind": "METHOD",
            "name": "isWet()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#isWet()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Wolf.SoundVariant",
            "children": [
              {
                "kind": "FIELD",
                "name": "ANGRY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#ANGRY"
              },
              {
                "kind": "FIELD",
                "name": "BIG",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#BIG"
              },
              {
                "kind": "FIELD",
                "name": "CLASSIC",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#CLASSIC"
              },
              {
                "kind": "FIELD",
                "name": "CUTE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#CUTE"
              },
              {
                "kind": "FIELD",
                "name": "GRUMPY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#GRUMPY"
              },
              {
                "kind": "FIELD",
                "name": "PUGLIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#PUGLIN"
              },
              {
                "kind": "FIELD",
                "name": "SAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#SAD"
              },
              {
                "kind": "METHOD",
                "name": "getSoundVariant(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html#getSoundVariant(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/SoundVariant.html"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.entity.Wolf.Variant",
            "children": [
              {
                "kind": "FIELD",
                "name": "ASHEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#ASHEN"
              },
              {
                "kind": "FIELD",
                "name": "BLACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#BLACK"
              },
              {
                "kind": "FIELD",
                "name": "CHESTNUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#CHESTNUT"
              },
              {
                "kind": "FIELD",
                "name": "PALE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#PALE"
              },
              {
                "kind": "FIELD",
                "name": "RUSTY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#RUSTY"
              },
              {
                "kind": "FIELD",
                "name": "SNOWY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#SNOWY"
              },
              {
                "kind": "FIELD",
                "name": "SPOTTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#SPOTTED"
              },
              {
                "kind": "FIELD",
                "name": "STRIPED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#STRIPED"
              },
              {
                "kind": "FIELD",
                "name": "WOODS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#WOODS"
              },
              {
                "kind": "METHOD",
                "name": "getVariant(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html#getVariant(String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf/Variant.html"
          },
          {
            "kind": "METHOD",
            "name": "setAngry(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#setAngry(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCollarColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#setCollarColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "setInterested(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "interested"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#setInterested(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSoundVariant(SoundVariant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "soundVariant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#setSoundVariant(SoundVariant)"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Wolf.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Zoglin",
        "children": [
          {
            "kind": "METHOD",
            "name": "isBaby()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zoglin.html#isBaby()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBaby(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zoglin.html#setBaby(boolean)",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zoglin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.Zombie",
        "children": [
          {
            "kind": "METHOD",
            "name": "canBreakDoors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#canBreakDoors()"
          },
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerProfession()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#getVillagerProfession()",
            "deprecated": {
              "since": "1.10.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isArmsRaised()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#isArmsRaised()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isBaby()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#isBaby()",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "isDrowning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#isDrowning()"
          },
          {
            "kind": "METHOD",
            "name": "isVillager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#isVillager()",
            "deprecated": {
              "since": "1.10.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setArmsRaised(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raised"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setArmsRaised(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBaby(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setBaby(boolean)",
            "deprecated": {
              "since": "1.16.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCanBreakDoors(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setCanBreakDoors(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setConversionTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldBurnInDay(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shouldBurnInDay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setShouldBurnInDay(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVillager(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setVillager(boolean)",
            "deprecated": {
              "since": "1.9",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setVillagerProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#setVillagerProfession(Profession)",
            "deprecated": {
              "since": "1.10.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shouldBurnInDay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#shouldBurnInDay()"
          },
          {
            "kind": "METHOD",
            "name": "startDrowning(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drownedConversionTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#startDrowning(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "stopDrowning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#stopDrowning()"
          },
          {
            "kind": "METHOD",
            "name": "supportsBreakingDoors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html#supportsBreakingDoors()",
            "deprecated": {
              "since": "1.21.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/Zombie.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ZombieHorse",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieHorse.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.ZombieVillager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getConversionPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#getConversionPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getConversionTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#getConversionTime()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerProfession()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#getVillagerProfession()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#getVillagerType()"
          },
          {
            "kind": "METHOD",
            "name": "isConverting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#isConverting()"
          },
          {
            "kind": "METHOD",
            "name": "setConversionPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "conversionPlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#setConversionPlayer(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#setConversionTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setConversionTime(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "broadcastEntityEvent"
              },
              {
                "kind": "PARAMETER",
                "name": "time"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#setConversionTime(int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#setVillagerProfession(Profession)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html#setVillagerType(Type)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/ZombieVillager.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.entity.boat",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.AcaciaBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/AcaciaBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.AcaciaChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/AcaciaChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.BambooChestRaft",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/BambooChestRaft.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.BambooRaft",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/BambooRaft.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.BirchBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/BirchBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.BirchChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/BirchChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.CherryBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/CherryBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.CherryChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/CherryChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.DarkOakBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/DarkOakBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.DarkOakChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/DarkOakChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.JungleBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/JungleBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.JungleChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/JungleChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.MangroveBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/MangroveBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.MangroveChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/MangroveChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.OakBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/OakBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.OakChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/OakChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.PaleOakBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/PaleOakBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.PaleOakChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/PaleOakChestBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.SpruceBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/SpruceBoat.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.boat.SpruceChestBoat",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/SpruceChestBoat.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/boat/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.entity.memory",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.entity.memory.MemoryKey",
        "children": [
          {
            "kind": "FIELD",
            "name": "ADMIRING_DISABLED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#ADMIRING_DISABLED"
          },
          {
            "kind": "FIELD",
            "name": "ADMIRING_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#ADMIRING_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "ANGRY_AT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#ANGRY_AT"
          },
          {
            "kind": "FIELD",
            "name": "ATE_RECENTLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#ATE_RECENTLY"
          },
          {
            "kind": "FIELD",
            "name": "ATTACK_COOLING_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#ATTACK_COOLING_DOWN"
          },
          {
            "kind": "FIELD",
            "name": "CANT_REACH_WALK_TARGET_SINCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#CANT_REACH_WALK_TARGET_SINCE"
          },
          {
            "kind": "FIELD",
            "name": "DANCING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#DANCING"
          },
          {
            "kind": "FIELD",
            "name": "DANGER_DETECTED_RECENTLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#DANGER_DETECTED_RECENTLY"
          },
          {
            "kind": "FIELD",
            "name": "DISABLE_WALK_TO_ADMIRE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#DISABLE_WALK_TO_ADMIRE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "GAZE_COOLDOWN_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#GAZE_COOLDOWN_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "GOLEM_DETECTED_RECENTLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#GOLEM_DETECTED_RECENTLY"
          },
          {
            "kind": "FIELD",
            "name": "HAS_HUNTING_COOLDOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#HAS_HUNTING_COOLDOWN"
          },
          {
            "kind": "FIELD",
            "name": "HEARD_BELL_TIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#HEARD_BELL_TIME"
          },
          {
            "kind": "FIELD",
            "name": "HIDING_PLACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#HIDING_PLACE"
          },
          {
            "kind": "FIELD",
            "name": "HOME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#HOME"
          },
          {
            "kind": "FIELD",
            "name": "HUNTED_RECENTLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#HUNTED_RECENTLY"
          },
          {
            "kind": "FIELD",
            "name": "IS_PANICKING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#IS_PANICKING"
          },
          {
            "kind": "FIELD",
            "name": "IS_TEMPTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#IS_TEMPTED"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_PICKUP_COOLDOWN_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#ITEM_PICKUP_COOLDOWN_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "JOB_SITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#JOB_SITE"
          },
          {
            "kind": "FIELD",
            "name": "LAST_SLEPT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LAST_SLEPT"
          },
          {
            "kind": "FIELD",
            "name": "LAST_WOKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LAST_WOKEN"
          },
          {
            "kind": "FIELD",
            "name": "LAST_WORKED_AT_POI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LAST_WORKED_AT_POI"
          },
          {
            "kind": "FIELD",
            "name": "LIKED_NOTEBLOCK_COOLDOWN_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LIKED_NOTEBLOCK_COOLDOWN_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "LIKED_NOTEBLOCK_POSITION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LIKED_NOTEBLOCK_POSITION"
          },
          {
            "kind": "FIELD",
            "name": "LIKED_PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LIKED_PLAYER"
          },
          {
            "kind": "FIELD",
            "name": "LONG_JUMP_COOLING_DOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LONG_JUMP_COOLING_DOWN"
          },
          {
            "kind": "FIELD",
            "name": "LONG_JUMP_MID_JUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#LONG_JUMP_MID_JUMP"
          },
          {
            "kind": "FIELD",
            "name": "MEETING_POINT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#MEETING_POINT"
          },
          {
            "kind": "FIELD",
            "name": "MEMORY_KEYS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#MEMORY_KEYS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MemoryKey(NamespacedKey,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "namespacedKey"
              },
              {
                "kind": "PARAMETER",
                "name": "tClass"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#MemoryKey(NamespacedKey,Class)"
          },
          {
            "kind": "FIELD",
            "name": "PACIFIED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#PACIFIED"
          },
          {
            "kind": "FIELD",
            "name": "PLAY_DEAD_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#PLAY_DEAD_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "POTENTIAL_JOB_SITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#POTENTIAL_JOB_SITE"
          },
          {
            "kind": "FIELD",
            "name": "RAM_COOLDOWN_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#RAM_COOLDOWN_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_DIGGING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#SNIFFER_DIGGING"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EXPLORED_POSITIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#SNIFFER_EXPLORED_POSITIONS",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_HAPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#SNIFFER_HAPPY"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TEMPTATION_COOLDOWN_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#TEMPTATION_COOLDOWN_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "TIME_TRYING_TO_REACH_ADMIRE_ITEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#TIME_TRYING_TO_REACH_ADMIRE_ITEM"
          },
          {
            "kind": "FIELD",
            "name": "TRANSPORT_ITEMS_COOLDOWN_TICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#TRANSPORT_ITEMS_COOLDOWN_TICKS"
          },
          {
            "kind": "FIELD",
            "name": "UNIVERSAL_ANGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#UNIVERSAL_ANGER"
          },
          {
            "kind": "FIELD",
            "name": "VISIBLE_ADULT_HOGLIN_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#VISIBLE_ADULT_HOGLIN_COUNT"
          },
          {
            "kind": "FIELD",
            "name": "VISIBLE_ADULT_PIGLIN_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#VISIBLE_ADULT_PIGLIN_COUNT"
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "namespacedKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#getByKey(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMemoryClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#getMemoryClass()"
          },
          {
            "kind": "FIELD",
            "name": "namespacedKey",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#namespacedKey"
          },
          {
            "kind": "FIELD",
            "name": "tClass",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#tClass"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/MemoryKey.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/memory/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.entity.minecart",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.CommandMinecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/CommandMinecart.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "setCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/CommandMinecart.html#setCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "setName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/CommandMinecart.html#setName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/CommandMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.ExplosiveMinecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "explode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#explode()"
          },
          {
            "kind": "METHOD",
            "name": "explode(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#explode(double)"
          },
          {
            "kind": "METHOD",
            "name": "getExplosionSpeedFactor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#getExplosionSpeedFactor()"
          },
          {
            "kind": "METHOD",
            "name": "getFuseTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#getFuseTicks()"
          },
          {
            "kind": "METHOD",
            "name": "ignite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#ignite()"
          },
          {
            "kind": "METHOD",
            "name": "isIgnited()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#isIgnited()"
          },
          {
            "kind": "METHOD",
            "name": "setExplosionSpeedFactor(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "factor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#setExplosionSpeedFactor(float)"
          },
          {
            "kind": "METHOD",
            "name": "setFuseTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html#setFuseTicks(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/ExplosiveMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.HopperMinecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPickupCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/HopperMinecart.html#getPickupCooldown()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/HopperMinecart.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "setEnabled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/HopperMinecart.html#setEnabled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPickupCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/HopperMinecart.html#setPickupCooldown(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.19.4",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/HopperMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.PoweredMinecart",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getPushX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html#getPushX()"
          },
          {
            "kind": "METHOD",
            "name": "getPushZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html#getPushZ()"
          },
          {
            "kind": "METHOD",
            "name": "setFuel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fuel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html#setFuel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPushX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xPush"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html#setPushX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setPushZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "zPush"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html#setPushZ(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/PoweredMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.RideableMinecart",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/RideableMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.SpawnerMinecart",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/SpawnerMinecart.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.entity.minecart.StorageMinecart",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/StorageMinecart.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/entity/minecart/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.event.Cancellable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Cancellable.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Cancellable.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Cancellable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.Event",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Event()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#Event()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Event(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAsync"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#Event(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "callEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#callEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getEventName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#getEventName()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "isAsync",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#isAsync"
          },
          {
            "kind": "METHOD",
            "name": "isAsynchronous()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#isAsynchronous()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html#name"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.Event.Result",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html#ALLOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DENY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html#DENY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html#Result()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event/Result.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Event.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.EventException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#EventException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#EventException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "throwable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#EventException(Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EventException(Throwable,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#EventException(Throwable,String)"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#getCause()"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventException.html"
      },
      {
        "kind": "ANNOTATION_TYPE",
        "name": "org.bukkit.event.EventHandler",
        "children": [
          {
            "kind": "METHOD",
            "name": "ignoreCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventHandler.html#ignoreCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "priority()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventHandler.html#priority()"
          }
        ]
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.EventPriority",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EventPriority(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#EventPriority(int)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIGH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#HIGH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIGHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#HIGHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#LOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOWEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#LOWEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MONITOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#MONITOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NORMAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#NORMAL"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#getSlot()"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#slot"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/EventPriority.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.HandlerList",
        "children": [
          {
            "kind": "FIELD",
            "name": "EVENT_TYPES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#EVENT_TYPES"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "HandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#HandlerList()"
          },
          {
            "kind": "FIELD",
            "name": "allLists",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#allLists"
          },
          {
            "kind": "METHOD",
            "name": "bake()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#bake()"
          },
          {
            "kind": "METHOD",
            "name": "bakeAll()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#bakeAll()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerLists()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#getHandlerLists()"
          },
          {
            "kind": "METHOD",
            "name": "getRegisteredListeners()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#getRegisteredListeners()"
          },
          {
            "kind": "METHOD",
            "name": "getRegisteredListeners(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#getRegisteredListeners(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "handlers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#handlers"
          },
          {
            "kind": "FIELD",
            "name": "handlerslots",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#handlerslots"
          },
          {
            "kind": "METHOD",
            "name": "register(RegisteredListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#register(RegisteredListener)"
          },
          {
            "kind": "METHOD",
            "name": "registerAll(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listeners"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#registerAll(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Listener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#unregister(Listener)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#unregister(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(RegisteredListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#unregister(RegisteredListener)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#unregisterAll()"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Listener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#unregisterAll(Listener)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html#unregisterAll(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/HandlerList.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.event.Listener",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/Listener.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.block",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.block.Action",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Action()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#Action()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT_CLICK_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#LEFT_CLICK_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT_CLICK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#LEFT_CLICK_BLOCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHYSICAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#PHYSICAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT_CLICK_AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#RIGHT_CLICK_AIR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT_CLICK_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#RIGHT_CLICK_BLOCK"
          },
          {
            "kind": "METHOD",
            "name": "isLeftClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#isLeftClick()"
          },
          {
            "kind": "METHOD",
            "name": "isRightClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#isRightClick()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/Action.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BellResonateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellResonateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellResonateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellResonateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getResonatedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellResonateEvent.html#getResonatedEntities()"
          },
          {
            "kind": "FIELD",
            "name": "resonatedEntities",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellResonateEvent.html#resonatedEntities"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellResonateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BellRingEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "direction",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#direction"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BellRingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockBreakEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "dropItems",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#dropItems"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isDropItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#isDropItems()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDropItems(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropItems"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html#setDropItems(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBreakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockBurnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnitingBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#getIgnitingBlock()"
          },
          {
            "kind": "FIELD",
            "name": "ignitingBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#ignitingBlock"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockBurnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockCanBuildEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blockData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#blockData"
          },
          {
            "kind": "FIELD",
            "name": "buildable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#buildable"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isBuildable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#isBuildable()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setBuildable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html#setBuildable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCanBuildEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockCookEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#recipe"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#setResult(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockCookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDamageAbortEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockDamageAbortEvent(Player,Block,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "itemInHand"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#BlockDamageAbortEvent(Player,Block,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#getItemInHand()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "itemstack",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#itemstack"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageAbortEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDamageEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInstaBreak()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#getInstaBreak()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#getItemInHand()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "instaBreak",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#instaBreak"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemInHand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#itemInHand"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInstaBreak(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instaBreak"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html#setInstaBreak(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDispenseArmorEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTargetEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseArmorEvent.html#getTargetEntity()"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseArmorEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseArmorEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDispenseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#setVelocity(Vector)"
          },
          {
            "kind": "FIELD",
            "name": "velocity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html#velocity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDispenseLootEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "dispensedLoot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#dispensedLoot"
          },
          {
            "kind": "METHOD",
            "name": "getDispensedLoot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#getDispensedLoot()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#getLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "lootTable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#lootTable"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDispensedLoot(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dispensedLoot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html#setDispensedLoot(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDispenseLootEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockDropItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blockState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#blockState"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#getBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#getItems()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "items",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#items"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockDropItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockEvent(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockEvent.html#BlockEvent(Block)"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockEvent.html#block"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockEvent.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockExpEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getExpToDrop()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html#getExpToDrop()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "setExpToDrop(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html#setExpToDrop(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockExplodeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "blockList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#blockList()"
          },
          {
            "kind": "FIELD",
            "name": "blockState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#blockState"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getExplodedBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#getExplodedBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getExplosionResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#getExplosionResult()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getYield()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#getYield()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setYield(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yield"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#setYield(float)"
          },
          {
            "kind": "FIELD",
            "name": "yield",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html#yield"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockExplodeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFadeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#getNewState()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#newState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFadeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFertilizeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFertilizeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFormEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFormEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFormEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFormEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFormEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockFromToEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "face",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#face"
          },
          {
            "kind": "METHOD",
            "name": "getFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#getFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getToBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#getToBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockFromToEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockGrowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#getNewState()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#newState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockGrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockIgniteEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnitingBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#getIgnitingBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnitingEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#getIgnitingEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "ignitingBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#ignitingBlock"
          },
          {
            "kind": "FIELD",
            "name": "ignitingEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#ignitingEntity"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.block.BlockIgniteEvent.IgniteCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARROW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#ARROW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_CRYSTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#ENDER_CRYSTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIREBALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#FIREBALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLINT_AND_STEEL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#FLINT_AND_STEEL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "IgniteCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#IgniteCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAVA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#LAVA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPREAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#SPREAD"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent/IgniteCause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockIgniteEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockMultiPlaceEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getReplacedBlockStates()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockMultiPlaceEvent.html#getReplacedBlockStates()"
          },
          {
            "kind": "FIELD",
            "name": "states",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockMultiPlaceEvent.html#states"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockMultiPlaceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPhysicsEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "changed",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#changed"
          },
          {
            "kind": "METHOD",
            "name": "getChangedBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#getChangedBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getChangedType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#getChangedType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSourceBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#getSourceBlock()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "sourceBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html#sourceBlock"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPhysicsEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPistonEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPistonEvent(Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#BlockPistonEvent(Block,BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "direction",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#direction"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isSticky()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#isSticky()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPistonExtendEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#blocks"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLength()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#getLength()",
            "deprecated": {
              "since": "1.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "length",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html#length"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonExtendEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPistonRetractEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html#blocks"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRetractLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html#getRetractLocation()",
            "deprecated": {
              "since": "1.8",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPistonRetractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockPlaceEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "canBuild",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#canBuild"
          },
          {
            "kind": "METHOD",
            "name": "canBuild()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#canBuild()"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlockAgainst()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getBlockAgainst()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockPlaced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getBlockPlaced()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockReplacedState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getBlockReplacedState()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getItemInHand()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemInHand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#itemInHand"
          },
          {
            "kind": "FIELD",
            "name": "placedAgainst",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#placedAgainst"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#player"
          },
          {
            "kind": "FIELD",
            "name": "replacedBlockState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#replacedBlockState"
          },
          {
            "kind": "METHOD",
            "name": "setBuild(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canBuild"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#setBuild(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockPlaceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockReceiveGameEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#entity"
          },
          {
            "kind": "FIELD",
            "name": "event",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#event"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#getEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockReceiveGameEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockRedstoneEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewCurrent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#getNewCurrent()"
          },
          {
            "kind": "METHOD",
            "name": "getOldCurrent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#getOldCurrent()"
          },
          {
            "kind": "FIELD",
            "name": "newCurrent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#newCurrent"
          },
          {
            "kind": "FIELD",
            "name": "oldCurrent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#oldCurrent"
          },
          {
            "kind": "METHOD",
            "name": "setNewCurrent(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCurrent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html#setNewCurrent(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockRedstoneEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockShearEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "drops",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#drops"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTool()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#getTool()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDrops(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drops"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#setDrops(List)"
          },
          {
            "kind": "FIELD",
            "name": "sheared",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#sheared"
          },
          {
            "kind": "FIELD",
            "name": "tool",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html#tool"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockShearEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BlockSpreadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockSpreadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockSpreadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockSpreadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockSpreadEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockSpreadEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BlockSpreadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.BrewingStartEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "brewingTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#brewingTime"
          },
          {
            "kind": "METHOD",
            "name": "getBrewingTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#getBrewingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeBrewTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#getRecipeBrewTime()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getTotalBrewTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#getTotalBrewTime()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "recipeBrewTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#recipeBrewTime"
          },
          {
            "kind": "METHOD",
            "name": "setBrewingTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#setBrewingTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipeBrewTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipeBrewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#setRecipeBrewTime(int)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "setTotalBrewTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "brewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html#setTotalBrewTime(int)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/BrewingStartEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.CampfireStartEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "campfireRecipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CampfireStartEvent.html#campfireRecipe"
          },
          {
            "kind": "FIELD",
            "name": "cookingTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CampfireStartEvent.html#cookingTime"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CampfireStartEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalCookTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CampfireStartEvent.html#getTotalCookTime()"
          },
          {
            "kind": "METHOD",
            "name": "setTotalCookTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CampfireStartEvent.html#setTotalCookTime(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CampfireStartEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.CauldronLevelChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getNewLevel()",
            "deprecated": {
              "since": "1.17",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getNewState()"
          },
          {
            "kind": "METHOD",
            "name": "getOldLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getOldLevel()",
            "deprecated": {
              "since": "1.17",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#newState"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.block.CauldronLevelChangeEvent.ChangeReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMOR_WASH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#ARMOR_WASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNER_WASH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BANNER_WASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTLE_EMPTY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BOTTLE_EMPTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOTTLE_FILL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BOTTLE_FILL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUCKET_EMPTY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BUCKET_EMPTY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUCKET_FILL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#BUCKET_FILL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ChangeReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#ChangeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EVAPORATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#EVAPORATE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXTINGUISH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#EXTINGUISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NATURAL_FILL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#NATURAL_FILL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHULKER_WASH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#SHULKER_WASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent/ChangeReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html#setNewLevel(int)",
            "deprecated": {
              "since": "1.17",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CauldronLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.CrafterCraftEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#recipe"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/CrafterCraftEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.EntityBlockFormEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/EntityBlockFormEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/EntityBlockFormEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/EntityBlockFormEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.FluidLevelChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#getNewData()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#newData"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html#setNewData(BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/FluidLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.InventoryBlockStartEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/InventoryBlockStartEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/InventoryBlockStartEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/InventoryBlockStartEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/InventoryBlockStartEvent.html#getSource()"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/InventoryBlockStartEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/InventoryBlockStartEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.LeavesDecayEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/LeavesDecayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.MoistureChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#getNewState()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#newState"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/MoistureChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.NotePlayEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInstrument()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#getInstrument()"
          },
          {
            "kind": "METHOD",
            "name": "getNote()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#getNote()"
          },
          {
            "kind": "FIELD",
            "name": "instrument",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#instrument"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "note",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#note"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setInstrument(Instrument)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instrument"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#setInstrument(Instrument)"
          },
          {
            "kind": "METHOD",
            "name": "setNote(Note)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "note"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html#setNote(Note)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/NotePlayEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.SculkBloomEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "charge",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#charge"
          },
          {
            "kind": "METHOD",
            "name": "getCharge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#getCharge()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCharge(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "charge"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html#setCharge(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SculkBloomEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.SignChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "adventure$lines",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#adventure$lines"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLine(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#getLine(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLines()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#getLines()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#getSide()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "line(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#line(int)"
          },
          {
            "kind": "METHOD",
            "name": "line(int,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#line(int,Component)"
          },
          {
            "kind": "METHOD",
            "name": "lines()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#lines()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLine(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "line"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#setLine(int,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "side",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html#side"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SignChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.SpongeAbsorbEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/SpongeAbsorbEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.TNTPrimeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimingBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#getPrimingBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimingEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#getPrimingEntity()"
          },
          {
            "kind": "FIELD",
            "name": "igniteCause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#igniteCause"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.block.TNTPrimeEvent.PrimeCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCK_BREAK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#BLOCK_BREAK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISPENSER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#DISPENSER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PROJECTILE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#PROJECTILE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PrimeCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#PrimeCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REDSTONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#REDSTONE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent/PrimeCause.html"
          },
          {
            "kind": "FIELD",
            "name": "primingBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#primingBlock"
          },
          {
            "kind": "FIELD",
            "name": "primingEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#primingEntity"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/TNTPrimeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.block.VaultDisplayItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "displayItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#displayItem"
          },
          {
            "kind": "METHOD",
            "name": "getDisplayItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#getDisplayItem()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html#setDisplayItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/VaultDisplayItemEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/block/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.command",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.command.UnknownCommandEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "commandLine",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#commandLine"
          },
          {
            "kind": "FIELD",
            "name": "commandSource",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#commandSource"
          },
          {
            "kind": "METHOD",
            "name": "getCommandLine()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#getCommandLine()"
          },
          {
            "kind": "METHOD",
            "name": "getCommandSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#getCommandSource()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#getMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#getSender()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#message"
          },
          {
            "kind": "METHOD",
            "name": "message()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#message()"
          },
          {
            "kind": "METHOD",
            "name": "message(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#message(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html#setMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/UnknownCommandEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/command/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.enchantment",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.enchantment.EnchantItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "button",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#button"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "enchanter",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#enchanter"
          },
          {
            "kind": "FIELD",
            "name": "enchantmentHint",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#enchantmentHint"
          },
          {
            "kind": "FIELD",
            "name": "enchants",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#enchants"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchantBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchanter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchanter()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentHint()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchantmentHint()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantsToAdd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getEnchantsToAdd()"
          },
          {
            "kind": "METHOD",
            "name": "getExpLevelCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getExpLevelCost()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getLevelHint()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#getLevelHint()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "level",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#level"
          },
          {
            "kind": "FIELD",
            "name": "levelHint",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#levelHint"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExpLevelCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#setExpLevelCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#setItem(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "table",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#table"
          },
          {
            "kind": "METHOD",
            "name": "whichButton()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html#whichButton()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/EnchantItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.enchantment.PrepareItemEnchantEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bonus",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#bonus"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "enchanter",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#enchanter"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getEnchantBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchanter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getEnchanter()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentBonus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getEnchantmentBonus()"
          },
          {
            "kind": "METHOD",
            "name": "getExpLevelCostsOffered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getExpLevelCostsOffered()",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOffers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getOffers()"
          },
          {
            "kind": "METHOD",
            "name": "getView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#getView()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "offers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#offers"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "table",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html#table"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/PrepareItemEnchantEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/enchantment/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.entity",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.AreaEffectCloudApplyEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "affectedEntities",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#affectedEntities"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAffectedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getAffectedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ArrowBodyCountChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#getNewAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getOldAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#getOldAmount()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isReset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#isReset()"
          },
          {
            "kind": "FIELD",
            "name": "newAmount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#newAmount"
          },
          {
            "kind": "FIELD",
            "name": "oldAmount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#oldAmount"
          },
          {
            "kind": "FIELD",
            "name": "reset",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#reset"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newAmount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html#setNewAmount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ArrowBodyCountChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.BatToggleSleepEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "awake",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#awake"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isAwake()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#isAwake()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/BatToggleSleepEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.CreatureSpawnEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent.html#getSpawnReason()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BEEHIVE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BEEHIVE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREEDING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BREEDING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUCKET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUCKET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_COPPERGOLEM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_COPPERGOLEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_IRONGOLEM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_IRONGOLEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_SNOWMAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_SNOWMAN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BUILD_WITHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#BUILD_WITHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHUNK_GEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#CHUNK_GEN",
                "deprecated": {
                  "since": "1.14",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CURED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#CURED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISPENSE_EGG",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DISPENSE_EGG"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DROWNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DUPLICATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#DUPLICATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EGG",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#EGG"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANTMENT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#ENCHANTMENT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_PEARL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#ENDER_PEARL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FROZEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#FROZEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INFECTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#INFECTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JOCKEY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#JOCKEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "METAMORPHOSIS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#METAMORPHOSIS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MOUNT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#MOUNT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NATURAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#NATURAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#NETHER_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OCELOT_BABY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#OCELOT_BABY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OMINOUS_ITEM_SPAWNER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#OMINOUS_ITEM_SPAWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PATROL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#PATROL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PIGLIN_ZOMBIFIED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#PIGLIN_ZOMBIFIED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POTION_EFFECT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#POTION_EFFECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RAID",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#RAID"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REHYDRATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#REHYDRATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REINFORCEMENTS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#REINFORCEMENTS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHEARED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SHEARED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHOULDER_ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SHOULDER_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SILVERFISH_BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SILVERFISH_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SLIME_SPLIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SLIME_SPLIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPAWNER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SPAWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPAWNER_EGG",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SPAWNER_EGG"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPELL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SPELL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SpawnReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#SpawnReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRAP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#TRAP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRIAL_SPAWNER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#TRIAL_SPAWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGE_DEFENSE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#VILLAGE_DEFENSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGE_INVASION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#VILLAGE_INVASION"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent/SpawnReason.html"
          },
          {
            "kind": "FIELD",
            "name": "spawnReason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent.html#spawnReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreatureSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.CreeperPowerEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLightning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#getLightning()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.CreeperPowerEvent.PowerCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#LIGHTNING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PowerCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#PowerCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SET_OFF",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#SET_OFF"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SET_ON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#SET_ON"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent/PowerCause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/CreeperPowerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EnderDragonChangePhaseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "currentPhase",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#currentPhase"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getCurrentPhase()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewPhase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#getNewPhase()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newPhase",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#newPhase"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewPhase(Phase)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newPhase"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html#setNewPhase(Phase)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityAirChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#amount"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#setAmount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityAirChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityBreakDoorEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreakDoorEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreakDoorEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityBreedEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bredWith",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#bredWith"
          },
          {
            "kind": "FIELD",
            "name": "breeder",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#breeder"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "experience",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#experience"
          },
          {
            "kind": "FIELD",
            "name": "father",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#father"
          },
          {
            "kind": "METHOD",
            "name": "getBredWith()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getBredWith()"
          },
          {
            "kind": "METHOD",
            "name": "getBreeder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getBreeder()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getFather()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getFather()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMother()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#getMother()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mother",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#mother"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html#setExperience(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityBreedEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityChangeBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#getBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#getTo()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityChangeBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCombustByBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "combuster",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustByBlockEvent.html#combuster"
          },
          {
            "kind": "METHOD",
            "name": "getCombuster()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustByBlockEvent.html#getCombuster()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustByBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCombustByEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "combuster",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustByEntityEvent.html#combuster"
          },
          {
            "kind": "METHOD",
            "name": "getCombuster()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustByEntityEvent.html#getCombuster()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCombustEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "duration",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#duration"
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDuration(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#setDuration(float)"
          },
          {
            "kind": "METHOD",
            "name": "setDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html#setDuration(int)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCombustEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityCreatePortalEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#getPortalType()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityCreatePortalEvent.html",
        "deprecated": {
          "since": "1.14.1",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDamageByBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "damager",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByBlockEvent.html#damager"
          },
          {
            "kind": "FIELD",
            "name": "damagerState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByBlockEvent.html#damagerState"
          },
          {
            "kind": "METHOD",
            "name": "getDamager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByBlockEvent.html#getDamager()"
          },
          {
            "kind": "METHOD",
            "name": "getDamagerBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByBlockEvent.html#getDamagerBlockState()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDamageByEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "critical",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByEntityEvent.html#critical"
          },
          {
            "kind": "FIELD",
            "name": "damager",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByEntityEvent.html#damager"
          },
          {
            "kind": "METHOD",
            "name": "getDamageSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByEntityEvent.html#getDamageSource()"
          },
          {
            "kind": "METHOD",
            "name": "getDamager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByEntityEvent.html#getDamager()"
          },
          {
            "kind": "METHOD",
            "name": "isCritical()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByEntityEvent.html#isCritical()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDamageEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "MODIFIERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#MODIFIERS"
          },
          {
            "kind": "FIELD",
            "name": "ZERO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#ZERO"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#cause"
          },
          {
            "kind": "FIELD",
            "name": "damageSource",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#damageSource"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage(DamageModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getDamage(DamageModifier)"
          },
          {
            "kind": "METHOD",
            "name": "getDamageSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getDamageSource()"
          },
          {
            "kind": "METHOD",
            "name": "getFinalDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getFinalDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalDamage(DamageModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#getOriginalDamage(DamageModifier)"
          },
          {
            "kind": "METHOD",
            "name": "isApplicable(DamageModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#isApplicable(DamageModifier)"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "modifierFunctions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#modifierFunctions"
          },
          {
            "kind": "FIELD",
            "name": "modifiers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#modifiers"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityDamageEvent.DamageCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCK_EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#BLOCK_EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CAMPFIRE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CAMPFIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONTACT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CONTACT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CRAMMING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CRAMMING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DRAGON_BREATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DRAGON_BREATH",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DROWNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DRYOUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DRYOUT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "DamageCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#DamageCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#ENTITY_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#ENTITY_EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_SWEEP_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#ENTITY_SWEEP_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FALLING_BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FALLING_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE_TICK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FIRE_TICK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLY_INTO_WALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FLY_INTO_WALL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FREEZE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#FREEZE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOT_FLOOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#HOT_FLOOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KILL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#KILL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LAVA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#LAVA"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#MAGIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MELTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#MELTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POISON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#POISON"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PROJECTILE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#PROJECTILE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SONIC_BOOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#SONIC_BOOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARVATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#STARVATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUFFOCATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#SUFFOCATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUICIDE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#SUICIDE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "THORNS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#THORNS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VOID",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#VOID"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#WITHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WORLD_BORDER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#WORLD_BORDER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageCause.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityDamageEvent.DamageModifier",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ABSORPTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#ABSORPTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#ARMOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BASE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#BASE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCKING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#BLOCKING"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "DamageModifier()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#DamageModifier()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FREEZING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#FREEZING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HARD_HAT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#HARD_HAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVULNERABILITY_REDUCTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#INVULNERABILITY_REDUCTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#MAGIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESISTANCE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#RESISTANCE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent/DamageModifier.html",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "originals",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#originals"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(DamageModifier,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#setDamage(DamageModifier,double)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html#setDamage(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDeathEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "damageSource",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#damageSource"
          },
          {
            "kind": "FIELD",
            "name": "deathSound",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#deathSound"
          },
          {
            "kind": "FIELD",
            "name": "deathSoundCategory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#deathSoundCategory"
          },
          {
            "kind": "FIELD",
            "name": "deathSoundPitch",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#deathSoundPitch"
          },
          {
            "kind": "FIELD",
            "name": "deathSoundVolume",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#deathSoundVolume"
          },
          {
            "kind": "FIELD",
            "name": "dropExp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#dropExp"
          },
          {
            "kind": "FIELD",
            "name": "drops",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#drops"
          },
          {
            "kind": "METHOD",
            "name": "getDamageSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDamageSource()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSound()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSoundCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSoundCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSoundPitch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSoundPitch()"
          },
          {
            "kind": "METHOD",
            "name": "getDeathSoundVolume()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDeathSoundVolume()"
          },
          {
            "kind": "METHOD",
            "name": "getDroppedExp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDroppedExp()"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReviveHealth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#getReviveHealth()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "reviveHealth",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#reviveHealth"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDeathSound(Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setDeathSound(Sound)"
          },
          {
            "kind": "METHOD",
            "name": "setDeathSoundCategory(SoundCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "soundCategory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setDeathSoundCategory(SoundCategory)"
          },
          {
            "kind": "METHOD",
            "name": "setDeathSoundPitch(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setDeathSoundPitch(float)"
          },
          {
            "kind": "METHOD",
            "name": "setDeathSoundVolume(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "volume"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setDeathSoundVolume(float)"
          },
          {
            "kind": "METHOD",
            "name": "setDroppedExp(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setDroppedExp(int)"
          },
          {
            "kind": "METHOD",
            "name": "setReviveHealth(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reviveHealth"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setReviveHealth(double)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldPlayDeathSound(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "playDeathSound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#setShouldPlayDeathSound(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shouldPlayDeathSound",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#shouldPlayDeathSound"
          },
          {
            "kind": "METHOD",
            "name": "shouldPlayDeathSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html#shouldPlayDeathSound()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDeathEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDismountEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "dismounted",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#dismounted"
          },
          {
            "kind": "METHOD",
            "name": "getDismounted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#getDismounted()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "isCancellable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#isCancellable"
          },
          {
            "kind": "METHOD",
            "name": "isCancellable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#isCancellable()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDismountEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityDropItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "drop",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#drop"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemDrop()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#getItemDrop()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityDropItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityEnterBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityEnterLoveModeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHumanEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#getHumanEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getTicksInLove()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#getTicksInLove()"
          },
          {
            "kind": "FIELD",
            "name": "humanEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#humanEntity"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTicksInLove(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticksInLove"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#setTicksInLove(int)"
          },
          {
            "kind": "FIELD",
            "name": "ticksInLove",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html#ticksInLove"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEnterLoveModeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EntityEvent(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEvent.html#EntityEvent(Entity)"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEvent.html#getEntityType()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityExhaustionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "exhaustion",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#exhaustion"
          },
          {
            "kind": "FIELD",
            "name": "exhaustionReason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#exhaustionReason"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getExhaustion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#getExhaustion()"
          },
          {
            "kind": "METHOD",
            "name": "getExhaustionReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#getExhaustionReason()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityExhaustionEvent.ExhaustionReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLOCK_MINED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#BLOCK_MINED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CROUCH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#CROUCH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DAMAGED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#DAMAGED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ExhaustionReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#ExhaustionReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HUNGER_EFFECT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#HUNGER_EFFECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JUMP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#JUMP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "JUMP_SPRINT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#JUMP_SPRINT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REGEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#REGEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPRINT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#SPRINT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SWIM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#SWIM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WALK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#WALK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WALK_ON_WATER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#WALK_ON_WATER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WALK_UNDERWATER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#WALK_UNDERWATER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent/ExhaustionReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExhaustion(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exhaustion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html#setExhaustion(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExhaustionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityExplodeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "blockList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#blockList()"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getExplosionResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#getExplosionResult()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getYield()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#getYield()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setYield(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "yield"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#setYield(float)"
          },
          {
            "kind": "FIELD",
            "name": "yield",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html#yield"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityExplodeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityInteractEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityInteractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityKnockbackByEntityEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSourceEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackByEntityEvent.html#getSourceEntity()"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackByEntityEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackByEntityEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityKnockbackEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#cause"
          },
          {
            "kind": "FIELD",
            "name": "force",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#force"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFinalKnockback()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getFinalKnockback()"
          },
          {
            "kind": "METHOD",
            "name": "getForce()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getForce()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKnockback()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#getKnockback()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "knockback",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#knockback"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityKnockbackEvent.KnockbackCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DAMAGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#DAMAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#ENTITY_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#EXPLOSION"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "KnockbackCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#KnockbackCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHIELD_BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#SHIELD_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SWEEP_ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#SWEEP_ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent/KnockbackCause.html"
          },
          {
            "kind": "FIELD",
            "name": "rawKnockback",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#rawKnockback"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFinalKnockback(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "knockback"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html#setFinalKnockback(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityKnockbackEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityMountEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#getMount()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#mount"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityMountEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPickupItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRemaining()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#getRemaining()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "remaining",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#remaining"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPickupItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPlaceEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPlaceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPortalEnterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#getPortalType()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "portalType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#portalType"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPortalEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "canCreatePortal",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#canCreatePortal"
          },
          {
            "kind": "FIELD",
            "name": "creationRadius",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#creationRadius"
          },
          {
            "kind": "METHOD",
            "name": "getCanCreatePortal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getCanCreatePortal()"
          },
          {
            "kind": "METHOD",
            "name": "getCreationRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getCreationRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPortalType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getPortalType()"
          },
          {
            "kind": "METHOD",
            "name": "getSearchRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getSearchRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "searchRadius",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#searchRadius"
          },
          {
            "kind": "METHOD",
            "name": "setCanCreatePortal(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canCreatePortal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#setCanCreatePortal(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCreationRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creationRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#setCreationRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSearchRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "searchRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#setSearchRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTo(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#setTo(Location)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPortalExitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "after",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#after"
          },
          {
            "kind": "FIELD",
            "name": "before",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#before"
          },
          {
            "kind": "METHOD",
            "name": "getAfter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#getAfter()"
          },
          {
            "kind": "METHOD",
            "name": "getBefore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#getBefore()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "setAfter(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "after"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html#setAfter(Vector)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPortalExitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPoseChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPoseChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPoseChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPoseChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPose()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPoseChangeEvent.html#getPose()"
          },
          {
            "kind": "FIELD",
            "name": "pose",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPoseChangeEvent.html#pose"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPoseChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityPotionEffectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getModifiedType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getModifiedType()"
          },
          {
            "kind": "METHOD",
            "name": "getNewEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getNewEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getOldEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#getOldEffect()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#isOverride()"
          },
          {
            "kind": "FIELD",
            "name": "newEffect",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#newEffect"
          },
          {
            "kind": "FIELD",
            "name": "oldEffect",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#oldEffect"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityPotionEffectEvent.Action",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ADDED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#ADDED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Action()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#Action()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHANGED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#CHANGED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLEARED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#CLEARED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REMOVED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#REMOVED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Action.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityPotionEffectEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "AREA_EFFECT_CLOUD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#AREA_EFFECT_CLOUD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARROW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#ARROW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ATTACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#ATTACK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "AXOLOTL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#AXOLOTL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BEACON",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#BEACON"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONDUIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#CONDUIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONVERSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#CONVERSION"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOLPHIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#DOLPHIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPIRATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#EXPIRATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOOD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#FOOD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ILLUSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#ILLUSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MILK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#MILK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PATROL_CAPTAIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#PATROL_CAPTAIN",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POTION_DRINK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#POTION_DRINK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "POTION_SPLASH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#POTION_SPLASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPIDER_SPAWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#SPIDER_SPAWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOTEM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#TOTEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TURTLE_HELMET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#TURTLE_HELMET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "VILLAGER_TRADE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#VILLAGER_TRADE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WARDEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#WARDEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER_ROSE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#WITHER_ROSE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent/Cause.html"
          },
          {
            "kind": "FIELD",
            "name": "override",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#override"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setOverride(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "override"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html#setOverride(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityPotionEffectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityRegainHealthEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "amount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#amount"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRegainReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#getRegainReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isFastRegen",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#isFastRegen"
          },
          {
            "kind": "METHOD",
            "name": "isFastRegen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#isFastRegen()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityRegainHealthEvent.RegainReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EATING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#EATING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_CRYSTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#ENDER_CRYSTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#MAGIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MAGIC_REGEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#MAGIC_REGEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REGEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#REGEN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RegainReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#RegainReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SATIATED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#SATIATED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#WITHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WITHER_SPAWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#WITHER_SPAWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent/RegainReason.html"
          },
          {
            "kind": "FIELD",
            "name": "regainReason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#regainReason"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#setAmount(double)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRegainHealthEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityRemoveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent.html#getHandlers()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityRemoveEvent.Cause",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DESPAWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#DESPAWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISCARD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#DISCARD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#DROP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTER_BLOCK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#ENTER_BLOCK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLODE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#EXPLODE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#HIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MERGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#MERGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUT_OF_WORLD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#OUT_OF_WORLD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PICKUP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#PICKUP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER_QUIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#PLAYER_QUIT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRANSFORMATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#TRANSFORMATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNLOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#UNLOAD"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent/Cause.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityRemoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityResurrectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityResurrectEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityShootBowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bow",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#bow"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#consumable"
          },
          {
            "kind": "FIELD",
            "name": "consumeItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#consumeItem"
          },
          {
            "kind": "FIELD",
            "name": "force",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#force"
          },
          {
            "kind": "METHOD",
            "name": "getArrowItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getArrowItem()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getBow()"
          },
          {
            "kind": "METHOD",
            "name": "getConsumable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getConsumable()"
          },
          {
            "kind": "METHOD",
            "name": "getConsumeArrow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getConsumeArrow()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getForce()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getForce()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getProjectile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#getProjectile()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "projectile",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#projectile"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConsumeArrow(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumeArrow"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#setConsumeArrow(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setConsumeItem(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumeItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#setConsumeItem(boolean)",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setProjectile(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#setProjectile(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "shouldConsumeItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html#shouldConsumeItem()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityShootBowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntitySpawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntitySpellCastEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpell()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#getSpell()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "spell",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html#spell"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntitySpellCastEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTameEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "owner",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#owner"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTameEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTargetEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityTargetEvent.TargetReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSEST_ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#CLOSEST_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSEST_PLAYER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#CLOSEST_PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLLISION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#COLLISION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFEND_VILLAGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#DEFEND_VILLAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOLLOW_LEADER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#FOLLOW_LEADER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FORGOT_TARGET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#FORGOT_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OWNER_ATTACKED_TARGET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#OWNER_ATTACKED_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PIG_ZOMBIE_TARGET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#PIG_ZOMBIE_TARGET",
                "deprecated": {
                  "since": "1.13",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RANDOM_TARGET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#RANDOM_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REINFORCEMENT_TARGET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#REINFORCEMENT_TARGET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_ATTACKED_ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_ATTACKED_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_ATTACKED_NEARBY_ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_ATTACKED_NEARBY_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_ATTACKED_OWNER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_ATTACKED_OWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_DIED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_DIED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_INVALID",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_INVALID"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TARGET_OTHER_LEVEL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TARGET_OTHER_LEVEL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TEMPT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TEMPT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TargetReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#TargetReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent/TargetReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#setTarget(Entity)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTargetLivingEntityEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "setTarget(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "target"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html#setTarget(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTargetLivingEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTeleportEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#getTo()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFrom(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#setFrom(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setTo(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#setTo(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTeleportEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityToggleGlideEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isGliding",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#isGliding"
          },
          {
            "kind": "METHOD",
            "name": "isGliding()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#isGliding()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleGlideEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityToggleSwimEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSwimming",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#isSwimming"
          },
          {
            "kind": "METHOD",
            "name": "isSwimming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#isSwimming()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html#setCancelled(boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityToggleSwimEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityTransformEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "converted",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#converted"
          },
          {
            "kind": "FIELD",
            "name": "convertedList",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#convertedList"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#getTransformReason()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#getTransformedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getTransformedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#getTransformedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityTransformEvent.TransformReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CURED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#CURED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DROWNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#DROWNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FROZEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#FROZEN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INFECTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#INFECTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LIGHTNING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#LIGHTNING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "METAMORPHOSIS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#METAMORPHOSIS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PIGLIN_ZOMBIFIED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#PIGLIN_ZOMBIFIED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SHEARED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#SHEARED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPLIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#SPLIT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TransformReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#TransformReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent/TransformReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "transformReason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html#transformReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityTransformEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.EntityUnleashEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "dropLeash",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#dropLeash"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isDropLeash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#isDropLeash()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.EntityUnleashEvent.UnleashReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISTANCE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#DISTANCE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HOLDER_GONE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#HOLDER_GONE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER_UNLEASH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#PLAYER_UNLEASH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#UNKNOWN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "UnleashReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#UnleashReason()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent/UnleashReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDropLeash(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dropLeash"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html#setDropLeash(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/EntityUnleashEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ExpBottleEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getShowEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#getShowEffect()"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#setExperience(int)"
          },
          {
            "kind": "METHOD",
            "name": "setShowEffect(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showEffect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#setShowEffect(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "showEffect",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html#showEffect"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExpBottleEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ExplosionPrimeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "fire",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#fire"
          },
          {
            "kind": "METHOD",
            "name": "getFire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#getFire()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#getRadius()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "radius",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#radius"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFire(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fire"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#setFire(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRadius(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html#setRadius(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ExplosionPrimeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.FireworkExplodeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FireworkExplodeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.FoodLevelChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFoodLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#getFoodLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "level",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#level"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFoodLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html#setFoodLevel(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/FoodLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.HorseJumpEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#getPower()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "power",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#power"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#setCancelled(boolean)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPower(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html#setPower(float)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/HorseJumpEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ItemDespawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#location"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemDespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ItemMergeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemMergeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ItemSpawnEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemSpawnEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ItemSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.LingeringPotionSplashEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "allowEmptyAreaEffectCreation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#allowEmptyAreaEffectCreation"
          },
          {
            "kind": "METHOD",
            "name": "allowsEmptyCreation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#allowsEmptyCreation()"
          },
          {
            "kind": "METHOD",
            "name": "allowsEmptyCreation(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowEmptyAreaEffectCreation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#allowsEmptyCreation(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "effectCloud",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#effectCloud"
          },
          {
            "kind": "METHOD",
            "name": "getAreaEffectCloud()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getAreaEffectCloud()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/LingeringPotionSplashEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PigZapEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getLightning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#getLightning()"
          },
          {
            "kind": "METHOD",
            "name": "getPigZombie()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#getPigZombie()",
            "deprecated": {
              "since": "1.13.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "zombifiedPiglin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html#zombifiedPiglin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZapEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PigZombieAngerEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewAnger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#getNewAnger()"
          },
          {
            "kind": "METHOD",
            "name": "getTarget()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#getTarget()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newAnger",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#newAnger"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewAnger(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newAnger"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#setNewAnger(int)"
          },
          {
            "kind": "FIELD",
            "name": "target",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html#target"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PigZombieAngerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PiglinBarterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#getInput()"
          },
          {
            "kind": "METHOD",
            "name": "getOutcome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#getOutcome()"
          },
          {
            "kind": "FIELD",
            "name": "input",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#input"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "outcome",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#outcome"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PiglinBarterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PlayerDeathEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "deathMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#deathMessage"
          },
          {
            "kind": "METHOD",
            "name": "deathMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#deathMessage()"
          },
          {
            "kind": "METHOD",
            "name": "deathMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#deathMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "deathScreenMessageOverride",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#deathScreenMessageOverride"
          },
          {
            "kind": "METHOD",
            "name": "deathScreenMessageOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#deathScreenMessageOverride()"
          },
          {
            "kind": "METHOD",
            "name": "deathScreenMessageOverride(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathScreenMessageOverride"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#deathScreenMessageOverride(Component)"
          },
          {
            "kind": "FIELD",
            "name": "doExpDrop",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#doExpDrop"
          },
          {
            "kind": "METHOD",
            "name": "getDeathMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getDeathMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getItemsToKeep()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getItemsToKeep()"
          },
          {
            "kind": "METHOD",
            "name": "getKeepInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getKeepInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getKeepLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getKeepLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getNewExp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getNewExp()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getNewLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getNewTotalExp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getNewTotalExp()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getShowDeathMessages()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#getShowDeathMessages()"
          },
          {
            "kind": "FIELD",
            "name": "itemsToKeep",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#itemsToKeep",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "keepInventory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#keepInventory"
          },
          {
            "kind": "FIELD",
            "name": "keepLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#keepLevel"
          },
          {
            "kind": "FIELD",
            "name": "newExp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#newExp"
          },
          {
            "kind": "FIELD",
            "name": "newLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#newLevel"
          },
          {
            "kind": "FIELD",
            "name": "newTotalExp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#newTotalExp"
          },
          {
            "kind": "METHOD",
            "name": "setDeathMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "deathMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setDeathMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setKeepInventory(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keepInventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setKeepInventory(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setKeepLevel(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keepLevel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setKeepLevel(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewExp(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "exp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setNewExp(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNewLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setNewLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setNewTotalExp(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "totalExp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setNewTotalExp(int)"
          },
          {
            "kind": "METHOD",
            "name": "setShouldDropExperience(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "doExpDrop"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setShouldDropExperience(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setShowDeathMessages(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayDeathMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#setShowDeathMessages(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldDropExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#shouldDropExperience()"
          },
          {
            "kind": "FIELD",
            "name": "showDeathMessages",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html#showDeathMessages"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerDeathEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PlayerLeashEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLeashHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getLeashHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "leashHolder",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#leashHolder"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PlayerLeashEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.PotionSplashEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "affectedEntities",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#affectedEntities"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAffectedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#getAffectedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIntensity(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#getIntensity(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getPotion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#getPotion()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIntensity(LivingEntity,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "intensity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html#setIntensity(LivingEntity,double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/PotionSplashEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ProjectileHitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#getHitBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#getHitBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHitEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#getHitEntity()"
          },
          {
            "kind": "FIELD",
            "name": "hitBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#hitBlock"
          },
          {
            "kind": "FIELD",
            "name": "hitEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#hitEntity"
          },
          {
            "kind": "FIELD",
            "name": "hitFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#hitFace"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileHitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.ProjectileLaunchEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileLaunchEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileLaunchEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileLaunchEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileLaunchEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/ProjectileLaunchEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SheepDyeWoolEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepDyeWoolEvent.html#getEntity()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepDyeWoolEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SheepRegrowWoolEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SheepRegrowWoolEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SlimeSplitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "count",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#count"
          },
          {
            "kind": "METHOD",
            "name": "getCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#getCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html#setCount(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SlimeSplitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.SpawnerSpawnEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSpawner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SpawnerSpawnEvent.html#getSpawner()"
          },
          {
            "kind": "FIELD",
            "name": "spawner",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SpawnerSpawnEvent.html#spawner"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/SpawnerSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.StriderTemperatureChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isShivering()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#isShivering()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shivering",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html#shivering"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/StriderTemperatureChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.TrialSpawnerSpawnEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTrialSpawner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/TrialSpawnerSpawnEvent.html#getTrialSpawner()"
          },
          {
            "kind": "FIELD",
            "name": "spawner",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/TrialSpawnerSpawnEvent.html#spawner"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/TrialSpawnerSpawnEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.VillagerAcquireTradeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipe(MerchantRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html#setRecipe(MerchantRecipe)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerAcquireTradeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.VillagerCareerChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getProfession()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getProfession()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.entity.VillagerCareerChangeEvent.ChangeReason",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ChangeReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#ChangeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EMPLOYED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#EMPLOYED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LOSING_JOB",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#LOSING_JOB"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent/ChangeReason.html"
          },
          {
            "kind": "FIELD",
            "name": "profession",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#profession"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setProfession(Profession)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profession"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html#setProfession(Profession)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerCareerChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.entity.VillagerReplenishTradeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBonus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getBonus()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setBonus(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bonus"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#setBonus(int)",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipe(MerchantRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html#setRecipe(MerchantRecipe)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/VillagerReplenishTradeEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/entity/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.hanging",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.hanging.HangingBreakByEntityEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRemover()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakByEntityEvent.html#getRemover()"
          },
          {
            "kind": "FIELD",
            "name": "remover",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakByEntityEvent.html#remover"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakByEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.hanging.HangingBreakEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.hanging.HangingBreakEvent.RemoveCause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#DEFAULT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPLOSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#EXPLOSION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OBSTRUCTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#OBSTRUCTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PHYSICS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#PHYSICS"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RemoveCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#RemoveCause()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent/RemoveCause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingBreakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.hanging.HangingEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HangingEvent(Hanging)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "painting"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingEvent.html#HangingEvent(Hanging)"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingEvent.html#getEntity()"
          },
          {
            "kind": "FIELD",
            "name": "hanging",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingEvent.html#hanging"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.hanging.HangingPlaceEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#itemStack"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/HangingPlaceEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/hanging/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.inventory",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.BrewEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "contents",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#contents"
          },
          {
            "kind": "FIELD",
            "name": "fuelLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#fuelLevel"
          },
          {
            "kind": "METHOD",
            "name": "getContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#getContents()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#getFuelLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getResults()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#getResults()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "results",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#results"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.BrewingStandFuelEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consuming",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#consuming"
          },
          {
            "kind": "FIELD",
            "name": "fuel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#fuel"
          },
          {
            "kind": "FIELD",
            "name": "fuelPower",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#fuelPower"
          },
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getFuelPower()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isConsuming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#isConsuming()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConsuming(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consuming"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#setConsuming(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFuelPower(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fuelPower"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html#setFuelPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/BrewingStandFuelEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.inventory.ClickType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CONTROL_DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#CONTROL_DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#CREATIVE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ClickType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#ClickType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOUBLE_CLICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#DOUBLE_CLICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#DROP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MIDDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#MIDDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NUMBER_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#NUMBER_KEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIFT_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#SHIFT_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIFT_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#SHIFT_RIGHT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAP_OFFHAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#SWAP_OFFHAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#UNKNOWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WINDOW_BORDER_LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#WINDOW_BORDER_LEFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WINDOW_BORDER_RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#WINDOW_BORDER_RIGHT"
          },
          {
            "kind": "METHOD",
            "name": "isCreativeAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#isCreativeAction()"
          },
          {
            "kind": "METHOD",
            "name": "isKeyboardClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#isKeyboardClick()"
          },
          {
            "kind": "METHOD",
            "name": "isLeftClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#isLeftClick()"
          },
          {
            "kind": "METHOD",
            "name": "isMouseClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#isMouseClick()"
          },
          {
            "kind": "METHOD",
            "name": "isRightClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#isRightClick()"
          },
          {
            "kind": "METHOD",
            "name": "isShiftClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#isShiftClick()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/ClickType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.CraftItemEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/CraftItemEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/CraftItemEvent.html#getRecipe()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/CraftItemEvent.html#recipe"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/CraftItemEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.inventory.DragType",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DragType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/DragType.html#DragType()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/DragType.html#EVEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SINGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/DragType.html#SINGLE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/DragType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/DragType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/DragType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceBurnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "burnTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#burnTime"
          },
          {
            "kind": "FIELD",
            "name": "burning",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#burning"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumeFuel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#consumeFuel"
          },
          {
            "kind": "FIELD",
            "name": "fuel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#fuel"
          },
          {
            "kind": "METHOD",
            "name": "getBurnTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#getBurnTime()"
          },
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isBurning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#isBurning()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setBurnTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burnTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#setBurnTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setBurning(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burning"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#setBurning(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConsumeFuel(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumeFuel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#setConsumeFuel(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "willConsumeFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html#willConsumeFuel()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceBurnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceExtractEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItemAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html#getItemAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getItemType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html#getItemType()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "itemAmount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html#itemAmount"
          },
          {
            "kind": "FIELD",
            "name": "itemType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html#itemType"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceExtractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceSmeltEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceSmeltEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.FurnaceStartSmeltEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceStartSmeltEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalCookTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceStartSmeltEvent.html#getTotalCookTime()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceStartSmeltEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setTotalCookTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceStartSmeltEvent.html#setTotalCookTime(int)"
          },
          {
            "kind": "FIELD",
            "name": "totalCookTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceStartSmeltEvent.html#totalCookTime"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/FurnaceStartSmeltEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.HopperInventorySearchEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "containerType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#containerType"
          },
          {
            "kind": "METHOD",
            "name": "getContainerType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#getContainerType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getSearchBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#getSearchBlock()"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#inventory"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.inventory.HopperInventorySearchEvent.ContainerType",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ContainerType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent/ContainerType.html#ContainerType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DESTINATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent/ContainerType.html#DESTINATION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SOURCE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent/ContainerType.html#SOURCE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent/ContainerType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent/ContainerType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent/ContainerType.html"
          },
          {
            "kind": "FIELD",
            "name": "searchBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#searchBlock"
          },
          {
            "kind": "METHOD",
            "name": "setInventory(Inventory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inventory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html#setInventory(Inventory)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/HopperInventorySearchEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.inventory.InventoryAction",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLONE_STACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#CLONE_STACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COLLECT_TO_CURSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#COLLECT_TO_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ALL_CURSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#DROP_ALL_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ALL_SLOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#DROP_ALL_SLOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ONE_CURSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#DROP_ONE_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROP_ONE_SLOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#DROP_ONE_SLOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOTBAR_MOVE_AND_READD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#HOTBAR_MOVE_AND_READD",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOTBAR_SWAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#HOTBAR_SWAP"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#InventoryAction()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOVE_TO_OTHER_INVENTORY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#MOVE_TO_OTHER_INVENTORY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOTHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#NOTHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_ALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_ALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_ALL_INTO_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_ALL_INTO_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_FROM_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_FROM_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_HALF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_HALF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_ONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_ONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_SOME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_SOME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PICKUP_SOME_INTO_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PICKUP_SOME_INTO_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_ALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PLACE_ALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_ALL_INTO_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PLACE_ALL_INTO_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_FROM_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PLACE_FROM_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_ONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PLACE_ONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_SOME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PLACE_SOME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLACE_SOME_INTO_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#PLACE_SOME_INTO_BUNDLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWAP_WITH_CURSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#SWAP_WITH_CURSOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNKNOWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#UNKNOWN"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryAction.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryClickEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "click",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#click"
          },
          {
            "kind": "FIELD",
            "name": "current",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#current"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getClick()"
          },
          {
            "kind": "METHOD",
            "name": "getClickedInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getClickedInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getCurrentItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getCurrentItem()"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHotbarButton()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getHotbarButton()"
          },
          {
            "kind": "METHOD",
            "name": "getRawSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getRawSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getSlotType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#getSlotType()"
          },
          {
            "kind": "FIELD",
            "name": "hotbarKey",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#hotbarKey"
          },
          {
            "kind": "METHOD",
            "name": "isLeftClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#isLeftClick()"
          },
          {
            "kind": "METHOD",
            "name": "isRightClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#isRightClick()"
          },
          {
            "kind": "METHOD",
            "name": "isShiftClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#isShiftClick()"
          },
          {
            "kind": "FIELD",
            "name": "rawSlot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#rawSlot"
          },
          {
            "kind": "METHOD",
            "name": "setCurrentItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#setCurrentItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#setCursor(ItemStack)",
            "deprecated": {
              "since": "1.5.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "slotType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#slotType"
          },
          {
            "kind": "FIELD",
            "name": "whichSlot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html#whichSlot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryClickEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryCloseEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html#getReason()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.inventory.InventoryCloseEvent.Reason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CANT_USE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#CANT_USE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISCONNECT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#DISCONNECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OPEN_NEW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#OPEN_NEW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLAYER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#PLUGIN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Reason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#Reason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TELEPORT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#TELEPORT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNLOADED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#UNLOADED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent/Reason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html#reason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCloseEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryCreativeEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCreativeEvent.html#getCursor()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCreativeEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCreativeEvent.html#setCursor(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryCreativeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryDragEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "addedItems",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#addedItems"
          },
          {
            "kind": "FIELD",
            "name": "containerSlots",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#containerSlots"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventorySlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getInventorySlots()"
          },
          {
            "kind": "METHOD",
            "name": "getNewItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getNewItems()"
          },
          {
            "kind": "METHOD",
            "name": "getOldCursor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getOldCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getRawSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getRawSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#getType()"
          },
          {
            "kind": "FIELD",
            "name": "newCursor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#newCursor"
          },
          {
            "kind": "FIELD",
            "name": "oldCursor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#oldCursor"
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCursor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#setCursor(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryDragEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#getView()"
          },
          {
            "kind": "METHOD",
            "name": "getViewers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#getViewers()"
          },
          {
            "kind": "FIELD",
            "name": "transaction",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html#transaction"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryInteractEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getWhoClicked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html#getWhoClicked()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newResult"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html#setResult(Result)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryInteractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryMoveItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "destinationInventory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#destinationInventory"
          },
          {
            "kind": "FIELD",
            "name": "didSourceInitiate",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#didSourceInitiate"
          },
          {
            "kind": "METHOD",
            "name": "getDestination()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getDestination()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInitiator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getInitiator()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#setItem(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "sourceInventory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html#sourceInventory"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryMoveItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryOpenEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "titleOverride",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#titleOverride"
          },
          {
            "kind": "METHOD",
            "name": "titleOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#titleOverride()"
          },
          {
            "kind": "METHOD",
            "name": "titleOverride(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "titleOverride"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html#titleOverride(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryOpenEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.InventoryPickupItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "inventory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#inventory"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryPickupItemEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.inventory.InventoryType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#ANVIL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#BEACON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#BLAST_FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#BREWING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARTOGRAPHY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#CARTOGRAPHY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHISELED_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#CHISELED_BOOKSHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#COMPOSTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#CRAFTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CRAFTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#CRAFTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREATIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#CREATIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DECORATED_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#DECORATED_POT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#DROPPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENCHANTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#ENCHANTING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#ENDER_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#FURNACE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#GRINDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#HOPPER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryType(int,String,MenuType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultSize"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultTitle"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#InventoryType(int,String,MenuType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InventoryType(int,String,MenuType,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultSize"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultTitle"
              },
              {
                "kind": "PARAMETER",
                "name": "isCreatable"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#InventoryType(int,String,MenuType,boolean)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#JUKEBOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#LECTERN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#LOOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MERCHANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#MERCHANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#SHELF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#SHULKER_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMITHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#SMITHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMITHING_NEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#SMITHING_NEW",
            "deprecated": {
              "since": "1.20.1",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#SMOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#STONECUTTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WORKBENCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#WORKBENCH"
          },
          {
            "kind": "METHOD",
            "name": "defaultTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#defaultTitle()"
          },
          {
            "kind": "FIELD",
            "name": "defaultTitleComponent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#defaultTitleComponent"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#getDefaultSize()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#getDefaultTitle()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMenuType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#getMenuType()"
          },
          {
            "kind": "FIELD",
            "name": "isCreatable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#isCreatable"
          },
          {
            "kind": "METHOD",
            "name": "isCreatable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#isCreatable()"
          },
          {
            "kind": "FIELD",
            "name": "menuType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#menuType"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.inventory.InventoryType.SlotType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ARMOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#ARMOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONTAINER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#CONTAINER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CRAFTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#CRAFTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FUEL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#FUEL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUTSIDE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#OUTSIDE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "QUICKBAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#QUICKBAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESULT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#RESULT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SlotType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#SlotType()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType/SlotType.html"
          },
          {
            "kind": "FIELD",
            "name": "size",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#size"
          },
          {
            "kind": "FIELD",
            "name": "title",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#title"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/InventoryType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareAnvilEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareAnvilEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareAnvilEvent.html#getView()"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareAnvilEvent.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareAnvilEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareGrindstoneEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareGrindstoneEvent.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareGrindstoneEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareInventoryResultEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareInventoryResultEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareItemCraftEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isRepair()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#isRepair()"
          },
          {
            "kind": "FIELD",
            "name": "matrix",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#matrix"
          },
          {
            "kind": "FIELD",
            "name": "repair",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html#repair"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareItemCraftEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.PrepareSmithingEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareSmithingEvent.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/PrepareSmithingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.SmithItemEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/SmithItemEvent.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/SmithItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.inventory.TradeSelectEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getIndex()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#getIndex()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#getInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getMerchant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#getMerchant()"
          },
          {
            "kind": "METHOD",
            "name": "getView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#getView()"
          },
          {
            "kind": "FIELD",
            "name": "index",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html#index"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/TradeSelectEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/inventory/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.player",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.AsyncPlayerChatEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "format",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#format"
          },
          {
            "kind": "METHOD",
            "name": "getFormat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#getFormat()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#getRecipients()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFormat(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "format"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#setFormat(String)"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html#setMessage(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatEvent.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.AsyncPlayerChatPreviewEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatPreviewEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatPreviewEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatPreviewEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerChatPreviewEvent.html",
        "deprecated": {
          "since": "1.19.1",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.AsyncPlayerPreLoginEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#allow()"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#disallow(Result,Component)"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#disallow(Result,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getConnection()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHostname()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getKickMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLoginResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getLoginResult()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "getRawAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getRawAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getResult()",
            "deprecated": {
              "since": "1.3.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#getUniqueId()"
          },
          {
            "kind": "FIELD",
            "name": "hostname",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#hostname"
          },
          {
            "kind": "FIELD",
            "name": "ipAddress",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#ipAddress"
          },
          {
            "kind": "METHOD",
            "name": "isTransferred()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#isTransferred()"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#kickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#kickMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#message"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.AsyncPlayerPreLoginEvent.Result",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_BANNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_OTHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_OTHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_WHITELIST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#KICK_WHITELIST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#Result()"
              },
              {
                "kind": "METHOD",
                "name": "old()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#old()",
                "deprecated": {
                  "since": "1.3.2",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent/Result.html"
          },
          {
            "kind": "FIELD",
            "name": "playerLoginConnection",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#playerLoginConnection"
          },
          {
            "kind": "FIELD",
            "name": "profile",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#profile"
          },
          {
            "kind": "FIELD",
            "name": "rawAddress",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#rawAddress"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#setKickMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLoginResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#setLoginResult(Result)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#setPlayerProfile(PlayerProfile)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#setResult(Result)",
            "deprecated": {
              "since": "1.3.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "transferred",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html#transferred"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/AsyncPlayerPreLoginEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerAdvancementDoneEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "advancement",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#advancement"
          },
          {
            "kind": "METHOD",
            "name": "getAdvancement()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#getAdvancement()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#message"
          },
          {
            "kind": "METHOD",
            "name": "message()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#message()"
          },
          {
            "kind": "METHOD",
            "name": "message(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html#message(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAdvancementDoneEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerAnimationEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "animationType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#animationType"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAnimationType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#getAnimationType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationEvent.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.event.player.PlayerAnimationType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARM_SWING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationType.html#ARM_SWING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OFF_ARM_SWING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationType.html#OFF_ARM_SWING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerAnimationType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationType.html#PlayerAnimationType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAnimationType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerArmorStandManipulateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerArmorStandManipulateEvent(Player,ArmorStand,ItemStack,ItemStack,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "armorStandItem"
              },
              {
                "kind": "PARAMETER",
                "name": "clickedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "playerItem"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#PlayerArmorStandManipulateEvent(Player,ArmorStand,ItemStack,ItemStack,EquipmentSlot)",
            "deprecated": {
              "since": "1.19.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "armorStandItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#armorStandItem"
          },
          {
            "kind": "METHOD",
            "name": "getArmorStandItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getArmorStandItem()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getPlayerItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRightClicked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getRightClicked()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#getSlot()"
          },
          {
            "kind": "FIELD",
            "name": "playerItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#playerItem"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html#slot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerArmorStandManipulateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerAttemptPickupItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "flyAtPlayer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#flyAtPlayer"
          },
          {
            "kind": "METHOD",
            "name": "getFlyAtPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getFlyAtPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRemaining()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#getRemaining()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "remaining",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#remaining"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFlyAtPlayer(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flyAtPlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html#setFlyAtPlayer(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerAttemptPickupItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBedEnterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bed",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#bed"
          },
          {
            "kind": "FIELD",
            "name": "bedEnterResult",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#bedEnterResult"
          },
          {
            "kind": "METHOD",
            "name": "getBed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#getBed()"
          },
          {
            "kind": "METHOD",
            "name": "getBedEnterResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#getBedEnterResult()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerBedEnterEvent.BedEnterResult",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "BedEnterResult()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#BedEnterResult()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_POSSIBLE_HERE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#NOT_POSSIBLE_HERE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_POSSIBLE_NOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#NOT_POSSIBLE_NOW"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_SAFE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#NOT_SAFE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OBSTRUCTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#OBSTRUCTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#OK"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OTHER_PROBLEM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#OTHER_PROBLEM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOO_FAR_AWAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#TOO_FAR_AWAY"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent/BedEnterResult.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setUseBed(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useBed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#setUseBed(Result)"
          },
          {
            "kind": "FIELD",
            "name": "useBed",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#useBed"
          },
          {
            "kind": "METHOD",
            "name": "useBed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html#useBed()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBedLeaveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bed",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#bed"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#getBed()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "setBedSpawn",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#setBedSpawn"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "setBedSpawn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#setSpawnLocation(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shouldSetSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html#shouldSetSpawnLocation()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBedLeaveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketEmptyEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEmptyEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEmptyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEmptyEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEmptyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#entity"
          },
          {
            "kind": "FIELD",
            "name": "entityBucket",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#entityBucket"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityBucket()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#getEntityBucket()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalBucket()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#getOriginalBucket()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "originalBucket",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#originalBucket"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#block"
          },
          {
            "kind": "FIELD",
            "name": "blockClicked",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#blockClicked"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "bucket",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#bucket"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockClicked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#getBlockClicked()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getBucket()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#getBucket()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#getItemStack()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemStack",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#itemStack"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html#setItemStack(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketFillEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFillEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFillEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFillEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFillEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerBucketFishEvent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFishEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getFishBucket()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFishEvent.html#getFishBucket()",
            "deprecated": {
              "since": "1.16.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWaterBucket()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFishEvent.html#getWaterBucket()",
            "deprecated": {
              "since": "1.16.5",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerBucketFishEvent.html",
        "deprecated": {
          "since": "1.16.5",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChangedMainHandEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getMainHand()",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getNewMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html#getNewMainHand()"
          },
          {
            "kind": "FIELD",
            "name": "newMainHand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html#newMainHand"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedMainHandEvent.html",
        "apiStatus": "Obsolete"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChangedWorldEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedWorldEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedWorldEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedWorldEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedWorldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedWorldEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChangedWorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChannelEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerChannelEvent(Player,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html#PlayerChannelEvent(Player,String)"
          },
          {
            "kind": "FIELD",
            "name": "channel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html#channel"
          },
          {
            "kind": "METHOD",
            "name": "getChannel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html#getChannel()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChannelEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChatEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "format",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#format"
          },
          {
            "kind": "METHOD",
            "name": "getFormat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#getFormat()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#getRecipients()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFormat(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "format"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#setFormat(String)"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#setMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html#setPlayer(Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatEvent.html",
        "deprecated": {
          "since": "1.3.1",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerChatTabCompleteEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "completions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#completions"
          },
          {
            "kind": "METHOD",
            "name": "getChatMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getChatMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLastToken()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getLastToken()"
          },
          {
            "kind": "METHOD",
            "name": "getTabCompletions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#getTabCompletions()"
          },
          {
            "kind": "FIELD",
            "name": "lastToken",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#lastToken"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html#message"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerChatTabCompleteEvent.html",
        "deprecated": {
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerCommandPreprocessEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getMessage()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#getRecipients()",
            "deprecated": {
              "since": "1.3.1",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#setMessage(String)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayer(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html#setPlayer(Player)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandPreprocessEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerCommandSendEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandSendEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "commands",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandSendEvent.html#commands"
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandSendEvent.html#getCommands()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandSendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandSendEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerCommandSendEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerDropItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "drop",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#drop"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItemDrop()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#getItemDrop()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerDropItemEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerEditBookEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewBookMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#getNewBookMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousBookMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#getPreviousBookMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#getSlot()",
            "deprecated": {
              "since": "1.13.1",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSigning",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#isSigning"
          },
          {
            "kind": "METHOD",
            "name": "isSigning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#isSigning()"
          },
          {
            "kind": "FIELD",
            "name": "newBookMeta",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#newBookMeta"
          },
          {
            "kind": "FIELD",
            "name": "previousBookMeta",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#previousBookMeta"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewBookMeta(BookMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newBookMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#setNewBookMeta(BookMeta)"
          },
          {
            "kind": "METHOD",
            "name": "setSigning(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "signing"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#setSigning(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html#slot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEditBookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerEggThrowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "egg",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#egg"
          },
          {
            "kind": "METHOD",
            "name": "getEgg()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#getEgg()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHatchingType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#getHatchingType()"
          },
          {
            "kind": "METHOD",
            "name": "getNumHatches()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#getNumHatches()"
          },
          {
            "kind": "FIELD",
            "name": "hatchType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#hatchType"
          },
          {
            "kind": "FIELD",
            "name": "hatching",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#hatching"
          },
          {
            "kind": "METHOD",
            "name": "isHatching()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#isHatching()"
          },
          {
            "kind": "FIELD",
            "name": "numHatches",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#numHatches"
          },
          {
            "kind": "METHOD",
            "name": "setHatching(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatching"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#setHatching(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHatchingType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hatchType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#setHatchingType(EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "setNumHatches(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "numHatches"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html#setNumHatches(byte)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEggThrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerEvent(Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEvent.html#PlayerEvent(Player)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerEvent(Player,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "async"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEvent.html#PlayerEvent(Player,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEvent.html#player"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerExpChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSource()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#getSource()"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#setAmount(int)"
          },
          {
            "kind": "FIELD",
            "name": "source",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html#source"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerExpCooldownChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#getNewCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#getReason()"
          },
          {
            "kind": "FIELD",
            "name": "newCooldown",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#newCooldown"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerExpCooldownChangeEvent.ChangeReason",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ChangeReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent/ChangeReason.html#ChangeReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PICKUP_ORB",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent/ChangeReason.html#PICKUP_ORB"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent/ChangeReason.html#PLUGIN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent/ChangeReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent/ChangeReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent/ChangeReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setNewCooldown(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newCooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html#setNewCooldown(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerExpCooldownChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerFishEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#entity"
          },
          {
            "kind": "FIELD",
            "name": "exp",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#exp"
          },
          {
            "kind": "METHOD",
            "name": "getCaught()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getCaught()"
          },
          {
            "kind": "METHOD",
            "name": "getExpToDrop()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getExpToDrop()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHook()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getHook()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#getState()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#hand"
          },
          {
            "kind": "FIELD",
            "name": "hookEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#hookEntity"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerFishEvent.State",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#BITE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CAUGHT_ENTITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#CAUGHT_ENTITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CAUGHT_FISH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#CAUGHT_FISH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAILED_ATTEMPT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#FAILED_ATTEMPT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FISHING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#FISHING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IN_GROUND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#IN_GROUND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LURED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#LURED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REEL_IN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#REEL_IN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "State()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#State()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent/State.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setExpToDrop(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#setExpToDrop(int)"
          },
          {
            "kind": "FIELD",
            "name": "state",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html#state"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerFishEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerGameModeChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#cancelMessage"
          },
          {
            "kind": "METHOD",
            "name": "cancelMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#cancelMessage()"
          },
          {
            "kind": "METHOD",
            "name": "cancelMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#cancelMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewGameMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#getNewGameMode()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newGameMode",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#newGameMode"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerGameModeChangeEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEFAULT_GAMEMODE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#DEFAULT_GAMEMODE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "GAMEMODE_SWITCHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#GAMEMODE_SWITCHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HARDCORE_DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#HARDCORE_DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerGameModeChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerHarvestBlockEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHarvestedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#getHarvestedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getItemsHarvested()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#getItemsHarvested()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#hand"
          },
          {
            "kind": "FIELD",
            "name": "harvestedBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#harvestedBlock"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "itemsHarvested",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#itemsHarvested"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHarvestBlockEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerHideEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHideEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHideEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHideEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHideEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHideEntityEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerHideEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInputEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInputEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInputEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInputEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInputEvent.html#getInput()"
          },
          {
            "kind": "FIELD",
            "name": "input",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInputEvent.html#input"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInputEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInteractAtEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getClickedPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#getClickedPosition()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "position",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractAtEntityEvent.html#position"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractAtEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInteractEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "clickedEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#clickedEntity"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRightClicked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#getRightClicked()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerInteractEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "action",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#action"
          },
          {
            "kind": "FIELD",
            "name": "blockClicked",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#blockClicked"
          },
          {
            "kind": "FIELD",
            "name": "blockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#blockFace"
          },
          {
            "kind": "FIELD",
            "name": "clickedPosition",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#clickedPosition"
          },
          {
            "kind": "METHOD",
            "name": "getAction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getAction()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getClickedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getClickedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getClickedPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getClickedPosition()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInteractionPoint()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getInteractionPoint()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#getMaterial()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "hasBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#hasBlock()"
          },
          {
            "kind": "METHOD",
            "name": "hasItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#hasItem()"
          },
          {
            "kind": "METHOD",
            "name": "isBlockInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#isBlockInHand()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#isCancelled()",
            "deprecated": {
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setUseInteractedBlock(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useInteractedBlock"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#setUseInteractedBlock(Result)"
          },
          {
            "kind": "METHOD",
            "name": "setUseItemInHand(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useItemInHand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#setUseItemInHand(Result)"
          },
          {
            "kind": "FIELD",
            "name": "useClickedBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#useClickedBlock"
          },
          {
            "kind": "METHOD",
            "name": "useInteractedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#useInteractedBlock()"
          },
          {
            "kind": "FIELD",
            "name": "useItemInHand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#useItemInHand"
          },
          {
            "kind": "METHOD",
            "name": "useItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html#useItemInHand()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerInteractEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemBreakEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemBreakEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "brokenItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemBreakEvent.html#brokenItem"
          },
          {
            "kind": "METHOD",
            "name": "getBrokenItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemBreakEvent.html#getBrokenItem()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemBreakEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemBreakEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemBreakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemConsumeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getReplacement()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#getReplacement()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "replacement",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#replacement"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setReplacement(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "replacement"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html#setReplacement(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemConsumeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemDamageEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "damage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#damage"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#getOriginalDamage()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "originalDamage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#originalDamage"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html#setDamage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemHeldEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "current",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#current"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#getNewSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#getPreviousSlot()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "previous",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#previous"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemHeldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerItemMendEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerItemMendEvent(Player,ItemStack,ExperienceOrb,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experienceOrb"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "repairAmount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#PlayerItemMendEvent(Player,ItemStack,ExperienceOrb,int)",
            "deprecated": {
              "since": "1.19.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "consumedExperience",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#consumedExperience"
          },
          {
            "kind": "FIELD",
            "name": "experienceOrb",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#experienceOrb"
          },
          {
            "kind": "METHOD",
            "name": "getConsumedExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getConsumedExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getDurabilityToXpOperation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getDurabilityToXpOperation()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getExperienceOrb()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getExperienceOrb()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getRepairAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "repairAmount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#repairAmount"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDurabilityToXpOperation(IntUnaryOperator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "durabilityToXpOp"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#setDurabilityToXpOperation(IntUnaryOperator)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setRepairAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#setRepairAmount(int)"
          },
          {
            "kind": "FIELD",
            "name": "slot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html#slot"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerItemMendEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerJoinEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getJoinMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#getJoinMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "joinMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#joinMessage"
          },
          {
            "kind": "METHOD",
            "name": "joinMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#joinMessage()"
          },
          {
            "kind": "METHOD",
            "name": "joinMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "joinMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#joinMessage(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setJoinMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "joinMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html#setJoinMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerJoinEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerKickEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLeaveMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#getLeaveMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#getReason()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "kickReason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#kickReason"
          },
          {
            "kind": "FIELD",
            "name": "leaveMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#leaveMessage"
          },
          {
            "kind": "METHOD",
            "name": "leaveMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#leaveMessage()"
          },
          {
            "kind": "METHOD",
            "name": "leaveMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leaveMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#leaveMessage(Component)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerKickEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BANNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CHAT_VALIDATION_FAILED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#CHAT_VALIDATION_FAILED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DUPLICATE_LOGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#DUPLICATE_LOGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXPIRED_PROFILE_PUBLIC_KEY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#EXPIRED_PROFILE_PUBLIC_KEY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLYING_PLAYER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#FLYING_PLAYER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FLYING_VEHICLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#FLYING_VEHICLE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IDLING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#IDLING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ILLEGAL_ACTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#ILLEGAL_ACTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ILLEGAL_CHARACTERS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#ILLEGAL_CHARACTERS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_COOKIE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#INVALID_COOKIE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_ENTITY_ATTACKED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#INVALID_ENTITY_ATTACKED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_PAYLOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#INVALID_PAYLOAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_PLAYER_MOVEMENT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#INVALID_PLAYER_MOVEMENT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_PUBLIC_KEY_SIGNATURE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#INVALID_PUBLIC_KEY_SIGNATURE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_VEHICLE_MOVEMENT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#INVALID_VEHICLE_MOVEMENT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "IP_BANNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#IP_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#KICK_COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "OUT_OF_ORDER_CHAT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#OUT_OF_ORDER_CHAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESOURCE_PACK_REJECTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#RESOURCE_PACK_REJECTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESTART_COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#RESTART_COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SELF_INTERACTION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#SELF_INTERACTION"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPAM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#SPAM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TIMEOUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#TIMEOUT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TOO_MANY_PENDING_CHATS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#TOO_MANY_PENDING_CHATS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNSIGNED_CHAT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#UNSIGNED_CHAT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WHITELIST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#WHITELIST"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "reason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#reason()"
          },
          {
            "kind": "METHOD",
            "name": "reason(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#reason(Component)"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLeaveMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leaveMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#setLeaveMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setReason(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "kickReason"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html#setReason(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerKickEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLevelChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#getNewLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getOldLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#getOldLevel()"
          },
          {
            "kind": "FIELD",
            "name": "newLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#newLevel"
          },
          {
            "kind": "FIELD",
            "name": "oldLevel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html#oldLevel"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLevelChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLinksSendEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "connection",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#connection"
          },
          {
            "kind": "METHOD",
            "name": "getConnection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#getConnection()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLinks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#getLinks()"
          },
          {
            "kind": "FIELD",
            "name": "links",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html#links"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLinksSendEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLocaleChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "adventure$locale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#adventure$locale"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#getLocale()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "locale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#locale"
          },
          {
            "kind": "METHOD",
            "name": "locale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html#locale()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLocaleChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerLoginEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "address",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#address"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#allow()"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#disallow(Result,Component)"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#disallow(Result,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHostname()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getKickMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRealAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getRealAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "hostname",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#hostname"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#kickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#kickMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#message"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerLoginEvent.Result",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_BANNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_OTHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_OTHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_WHITELIST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#KICK_WHITELIST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#Result()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent/Result.html"
          },
          {
            "kind": "FIELD",
            "name": "realAddress",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#realAddress"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#setKickMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html#setResult(Result)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerLoginEvent.html",
        "deprecated": {
          "since": "1.21.6",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerMoveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#getTo()"
          },
          {
            "kind": "METHOD",
            "name": "hasChangedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#hasChangedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "hasChangedOrientation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#hasChangedOrientation()"
          },
          {
            "kind": "METHOD",
            "name": "hasChangedPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#hasChangedPosition()"
          },
          {
            "kind": "METHOD",
            "name": "hasExplicitlyChangedBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#hasExplicitlyChangedBlock()"
          },
          {
            "kind": "METHOD",
            "name": "hasExplicitlyChangedPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#hasExplicitlyChangedPosition()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFrom(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "from"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#setFrom(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setTo(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#setTo(Location)"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#to"
          },
          {
            "kind": "METHOD",
            "name": "validateLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html#validateLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerMoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPickupArrowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "arrow",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupArrowEvent.html#arrow"
          },
          {
            "kind": "METHOD",
            "name": "getArrow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupArrowEvent.html#getArrow()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupArrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPickupItemEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "flyAtPlayer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#flyAtPlayer"
          },
          {
            "kind": "METHOD",
            "name": "getFlyAtPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#getFlyAtPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getRemaining()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#getRemaining()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#item"
          },
          {
            "kind": "FIELD",
            "name": "remaining",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#remaining"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFlyAtPlayer(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flyAtPlayer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html#setFlyAtPlayer(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPickupItemEvent.html",
        "deprecated": {
          "since": "1.12",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPortalEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "canCreatePortal",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#canCreatePortal"
          },
          {
            "kind": "FIELD",
            "name": "creationRadius",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#creationRadius"
          },
          {
            "kind": "METHOD",
            "name": "getCanCreatePortal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getCanCreatePortal()"
          },
          {
            "kind": "METHOD",
            "name": "getCreationRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getCreationRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRelativeTeleportationFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getRelativeTeleportationFlags()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getSearchRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getSearchRadius()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "searchRadius",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#searchRadius"
          },
          {
            "kind": "METHOD",
            "name": "setCanCreatePortal(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canCreatePortal"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#setCanCreatePortal(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCreationRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creationRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#setCreationRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSearchRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "searchRadius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#setSearchRadius(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTo(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "to"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#setTo(Location)"
          },
          {
            "kind": "METHOD",
            "name": "willDismountPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html#willDismountPlayer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPortalEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerPreLoginEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "allow()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#allow()"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#disallow(Result,Component)"
          },
          {
            "kind": "METHOD",
            "name": "disallow(Result,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#disallow(Result,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getKickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getKickMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#getUniqueId()"
          },
          {
            "kind": "FIELD",
            "name": "ipAddress",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#ipAddress"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#kickMessage()"
          },
          {
            "kind": "METHOD",
            "name": "kickMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#kickMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#message"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#name"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerPreLoginEvent.Result",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALLOWED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#ALLOWED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_BANNED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_BANNED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_FULL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_FULL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_OTHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_OTHER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICK_WHITELIST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#KICK_WHITELIST"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Result()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#Result()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent/Result.html"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setKickMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#setKickMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResult(Result)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#setResult(Result)"
          },
          {
            "kind": "FIELD",
            "name": "uniqueId",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html#uniqueId"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerPreLoginEvent.html",
        "deprecated": {
          "since": "1.3.2",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerQuitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getQuitMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#getQuitMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#getReason()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerQuitEvent.QuitReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISCONNECTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#DISCONNECTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ERRONEOUS_STATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#ERRONEOUS_STATE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "KICKED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#KICKED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "QuitReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#QuitReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TIMED_OUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#TIMED_OUT"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent/QuitReason.html"
          },
          {
            "kind": "FIELD",
            "name": "quitMessage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#quitMessage"
          },
          {
            "kind": "METHOD",
            "name": "quitMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#quitMessage()"
          },
          {
            "kind": "METHOD",
            "name": "quitMessage(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "quitMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#quitMessage(Component)"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setQuitMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "quitMessage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html#setQuitMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerQuitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRecipeBookClickEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#getOriginalRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isShiftClick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#isShiftClick()"
          },
          {
            "kind": "FIELD",
            "name": "originalRecipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#originalRecipe"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setRecipe(Recipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#setRecipe(Recipe)"
          },
          {
            "kind": "METHOD",
            "name": "setShiftClick(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shiftClick"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#setShiftClick(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "shiftClick",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html#shiftClick"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookClickEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRecipeBookSettingsChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "filtering",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#filtering"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeBookType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#getRecipeBookType()"
          },
          {
            "kind": "METHOD",
            "name": "isFiltering()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#isFiltering()"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#isOpen()"
          },
          {
            "kind": "FIELD",
            "name": "open",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#open"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerRecipeBookSettingsChangeEvent.RecipeBookType",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BLAST_FURNACE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#BLAST_FURNACE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CRAFTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#CRAFTING"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FURNACE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#FURNACE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RecipeBookType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#RecipeBookType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMOKER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#SMOKER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent/RecipeBookType.html"
          },
          {
            "kind": "FIELD",
            "name": "recipeBookType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html#recipeBookType"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeBookSettingsChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRecipeDiscoverEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "recipe",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#recipe"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "shouldShowNotification()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#shouldShowNotification()"
          },
          {
            "kind": "METHOD",
            "name": "shouldShowNotification(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "showNotification"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#shouldShowNotification(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "showNotification",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html#showNotification"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRecipeDiscoverEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRegisterChannelEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRegisterChannelEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerResourcePackStatusEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getHash()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getID()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getID()"
          },
          {
            "kind": "METHOD",
            "name": "getStatus()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#getStatus()"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#id"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerResourcePackStatusEvent.Status",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ACCEPTED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#ACCEPTED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DECLINED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#DECLINED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISCARDED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#DISCARDED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DOWNLOADED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#DOWNLOADED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAILED_DOWNLOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#FAILED_DOWNLOAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAILED_RELOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#FAILED_RELOAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INVALID_URL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#INVALID_URL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SUCCESSFULLY_LOADED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#SUCCESSFULLY_LOADED"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Status()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#Status()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent/Status.html"
          },
          {
            "kind": "FIELD",
            "name": "status",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html#status"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerResourcePackStatusEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRespawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent.html#getHandlers()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerRespawnEvent.RespawnFlag",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ANCHOR_SPAWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html#ANCHOR_SPAWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BED_SPAWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html#BED_SPAWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html#END_PORTAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RespawnFlag()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html#RespawnFlag()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnFlag.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerRespawnEvent.RespawnReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html#DEATH"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html#END_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html#PLUGIN"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "RespawnReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html#RespawnReason()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent/RespawnReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setRespawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "respawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent.html#setRespawnLocation(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRespawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerRiptideEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "velocity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html#velocity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerRiptideEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerShearEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "drops",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#drops"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getDrops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#getDrops()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#getItem()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "item",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#item"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDrops(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "drops"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html#setDrops(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShearEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerShowEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShowEntityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShowEntityEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShowEntityEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShowEntityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShowEntityEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerShowEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerSignOpenEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#getSide()"
          },
          {
            "kind": "METHOD",
            "name": "getSign()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#getSign()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerSignOpenEvent.Cause",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "INTERACT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#INTERACT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLACE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#PLACE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "side",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#side"
          },
          {
            "kind": "FIELD",
            "name": "sign",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html#sign"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSignOpenEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerSpawnChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#cause"
          },
          {
            "kind": "FIELD",
            "name": "forced",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#forced"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getNewSpawn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#getNewSpawn()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isForced()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#isForced()"
          },
          {
            "kind": "FIELD",
            "name": "newSpawn",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#newSpawn"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerSpawnChangeEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#BED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESET",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#RESET"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RESPAWN_ANCHOR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#RESPAWN_ANCHOR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setForced(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forced"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#setForced(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNewSpawn(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newSpawn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html#setNewSpawn(Location)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSpawnChangeEvent.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerStatisticIncrementEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entityType",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#entityType"
          },
          {
            "kind": "METHOD",
            "name": "getEntityType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getEntityType()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getNewValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getNewValue()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getPreviousValue()"
          },
          {
            "kind": "METHOD",
            "name": "getStatistic()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#getStatistic()"
          },
          {
            "kind": "FIELD",
            "name": "initialValue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#initialValue"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "material",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#material"
          },
          {
            "kind": "FIELD",
            "name": "newValue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#newValue"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "statistic",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html#statistic"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerStatisticIncrementEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerSwapHandItemsEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMainHandItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getMainHandItem()"
          },
          {
            "kind": "METHOD",
            "name": "getOffHandItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#getOffHandItem()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "mainHandItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#mainHandItem"
          },
          {
            "kind": "FIELD",
            "name": "offHandItem",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#offHandItem"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMainHandItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mainHandItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#setMainHandItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setOffHandItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "offHandItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html#setOffHandItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerSwapHandItemsEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerTakeLecternBookEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBook()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getBook()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLectern()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#getLectern()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "lectern",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#lectern"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTakeLecternBookEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerTeleportEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getRelativeTeleportationFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#getRelativeTeleportationFlags()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.player.PlayerTeleportEvent.TeleportCause",
            "children": [
              {
                "kind": "FIELD",
                "name": "CHORUS_FRUIT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#CHORUS_FRUIT",
                "deprecated": {
                  "since": "1.21.5",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CONSUMABLE_EFFECT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#CONSUMABLE_EFFECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DISMOUNT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#DISMOUNT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENDER_PEARL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#ENDER_PEARL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_GATEWAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#END_GATEWAY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#END_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "EXIT_BED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#EXIT_BED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER_PORTAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#NETHER_PORTAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPECTATE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#SPECTATE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "TeleportCause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#TeleportCause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent/TeleportCause.html"
          },
          {
            "kind": "FIELD",
            "name": "teleportFlags",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#teleportFlags"
          },
          {
            "kind": "METHOD",
            "name": "willDismountPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html#willDismountPlayer()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerTeleportEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerToggleFlightEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isFlying",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#isFlying"
          },
          {
            "kind": "METHOD",
            "name": "isFlying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#isFlying()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleFlightEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerToggleSneakEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSneaking",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#isSneaking"
          },
          {
            "kind": "METHOD",
            "name": "isSneaking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#isSneaking()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSneakEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerToggleSprintEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isSprinting",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#isSprinting"
          },
          {
            "kind": "METHOD",
            "name": "isSprinting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#isSprinting()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerToggleSprintEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerUnleashEntityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#getHand()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#getPlayer()"
          },
          {
            "kind": "FIELD",
            "name": "hand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#hand"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnleashEntityEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerUnregisterChannelEvent",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerUnregisterChannelEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.player.PlayerVelocityEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#getVelocity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setVelocity(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#setVelocity(Vector)"
          },
          {
            "kind": "FIELD",
            "name": "velocity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html#velocity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/PlayerVelocityEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/player/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.raid",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RaidEvent(Raid,World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "raid"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidEvent.html#RaidEvent(Raid,World)"
          },
          {
            "kind": "METHOD",
            "name": "getRaid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidEvent.html#getRaid()"
          },
          {
            "kind": "FIELD",
            "name": "raid",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidEvent.html#raid"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidFinishEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidFinishEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidFinishEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidFinishEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getWinners()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidFinishEvent.html#getWinners()"
          },
          {
            "kind": "FIELD",
            "name": "winners",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidFinishEvent.html#winners"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidFinishEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidSpawnWaveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPatrolLeader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getPatrolLeader()"
          },
          {
            "kind": "METHOD",
            "name": "getRaiders()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#getRaiders()"
          },
          {
            "kind": "FIELD",
            "name": "leader",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#leader"
          },
          {
            "kind": "FIELD",
            "name": "raiders",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html#raiders"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidSpawnWaveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidStopEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent.html#getReason()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.raid.RaidStopEvent.Reason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "FINISHED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#FINISHED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NOT_IN_VILLAGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#NOT_IN_VILLAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PEACE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#PEACE"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Reason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#Reason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TIMEOUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#TIMEOUT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNSPAWNABLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#UNSPAWNABLE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent/Reason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent.html#reason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidStopEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.raid.RaidTriggerEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/RaidTriggerEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/raid/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.server",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.BroadcastMessageEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#getMessage()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRecipients()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#getRecipients()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#message"
          },
          {
            "kind": "METHOD",
            "name": "message()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#message()"
          },
          {
            "kind": "METHOD",
            "name": "message(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#message(Component)"
          },
          {
            "kind": "FIELD",
            "name": "recipients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#recipients"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setMessage(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html#setMessage(String)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/BroadcastMessageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.MapInitializeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/MapInitializeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/MapInitializeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/MapInitializeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/MapInitializeEvent.html#getMap()"
          },
          {
            "kind": "FIELD",
            "name": "mapView",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/MapInitializeEvent.html#mapView"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/MapInitializeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.PluginDisableEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginDisableEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginDisableEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginDisableEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginDisableEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.PluginEnableEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEnableEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEnableEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEnableEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEnableEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.PluginEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginEvent(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEvent.html#PluginEvent(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEvent.html#getPlugin()"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEvent.html#plugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/PluginEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.RemoteServerCommandEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/RemoteServerCommandEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/RemoteServerCommandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/RemoteServerCommandEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/RemoteServerCommandEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerCommandEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#command"
          },
          {
            "kind": "METHOD",
            "name": "getCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#getCommand()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#getSender()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html#setCommand(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerCommandEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerEvent.html#ServerEvent()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServerEvent(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAsync"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerEvent.html#ServerEvent(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerListPingEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "MAGIC_PLAYER_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#MAGIC_PLAYER_COUNT"
          },
          {
            "kind": "FIELD",
            "name": "address",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#address"
          },
          {
            "kind": "METHOD",
            "name": "getAddress()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getAddress()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getHostname()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getHostname()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getMaxPlayers()"
          },
          {
            "kind": "METHOD",
            "name": "getMotd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getMotd()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getNumPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#getNumPlayers()"
          },
          {
            "kind": "FIELD",
            "name": "hostname",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#hostname"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#iterator()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "maxPlayers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#maxPlayers"
          },
          {
            "kind": "FIELD",
            "name": "motd",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#motd"
          },
          {
            "kind": "METHOD",
            "name": "motd()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#motd()"
          },
          {
            "kind": "METHOD",
            "name": "motd(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#motd(Component)"
          },
          {
            "kind": "FIELD",
            "name": "numPlayers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#numPlayers"
          },
          {
            "kind": "METHOD",
            "name": "setMaxPlayers(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxPlayers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#setMaxPlayers(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMotd(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "motd"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#setMotd(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setServerIcon(CachedServerIcon)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "icon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#setServerIcon(CachedServerIcon)"
          },
          {
            "kind": "METHOD",
            "name": "shouldSendChatPreviews()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html#shouldSendChatPreviews()",
            "deprecated": {
              "since": "1.19.3",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerListPingEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServerLoadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent.html#getType()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.server.ServerLoadEvent.LoadType",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "LoadType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent/LoadType.html#LoadType()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "RELOAD",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent/LoadType.html#RELOAD"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "STARTUP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent/LoadType.html#STARTUP"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent/LoadType.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent/LoadType.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent/LoadType.html"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServerLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServiceEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ServiceEvent(RegisteredServiceProvider)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "provider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceEvent.html#ServiceEvent(RegisteredServiceProvider)"
          },
          {
            "kind": "METHOD",
            "name": "getProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceEvent.html#getProvider()"
          },
          {
            "kind": "FIELD",
            "name": "provider",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceEvent.html#provider"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServiceRegisterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceRegisterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceRegisterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceRegisterEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceRegisterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.ServiceUnregisterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceUnregisterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceUnregisterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceUnregisterEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/ServiceUnregisterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.server.TabCompleteEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "buffer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#buffer"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "completions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#completions"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getCompletions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#getCompletions()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getSender()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#getSender()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "isCommand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#isCommand"
          },
          {
            "kind": "METHOD",
            "name": "isCommand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#isCommand()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "sender",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#sender"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCompletions(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "completions"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html#setCompletions(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/TabCompleteEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/server/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.vehicle",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleBlockCollisionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "block",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#block"
          },
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#getBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getVelocity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#getVelocity()"
          },
          {
            "kind": "FIELD",
            "name": "velocity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html#velocity"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleBlockCollisionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleCollisionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCollisionEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleCollisionEvent(Vehicle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCollisionEvent.html#VehicleCollisionEvent(Vehicle)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCollisionEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCollisionEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCollisionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleCreateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancelled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleCreateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleDamageEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "attacker",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#attacker"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "damage",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#damage"
          },
          {
            "kind": "METHOD",
            "name": "getAttacker()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#getAttacker()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html#setDamage(double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDamageEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleDestroyEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "attacker",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#attacker"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getAttacker()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#getAttacker()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleDestroyEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleEnterEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entered",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#entered"
          },
          {
            "kind": "METHOD",
            "name": "getEntered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#getEntered()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEnterEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleEntityCollisionEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cancelledCollision",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#cancelledCollision"
          },
          {
            "kind": "FIELD",
            "name": "cancelledPickup",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#cancelledPickup"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isCollisionCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#isCollisionCancelled()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isPickupCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#isPickupCancelled()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCollisionCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#setCollisionCancelled(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPickupCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html#setPickupCancelled(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEntityCollisionEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "VehicleEvent(Vehicle)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vehicle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEvent.html#VehicleEvent(Vehicle)"
          },
          {
            "kind": "METHOD",
            "name": "getVehicle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEvent.html#getVehicle()"
          },
          {
            "kind": "FIELD",
            "name": "vehicle",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEvent.html#vehicle"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleExitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "exited",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#exited"
          },
          {
            "kind": "METHOD",
            "name": "getExited()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#getExited()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#getHandlers()"
          },
          {
            "kind": "FIELD",
            "name": "isCancellable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#isCancellable"
          },
          {
            "kind": "METHOD",
            "name": "isCancellable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#isCancellable()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleExitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleMoveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "from",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#from"
          },
          {
            "kind": "METHOD",
            "name": "getFrom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#getFrom()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getTo()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#getTo()"
          },
          {
            "kind": "FIELD",
            "name": "to",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html#to"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleMoveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.vehicle.VehicleUpdateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleUpdateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleUpdateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleUpdateEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/VehicleUpdateEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/vehicle/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.weather",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.weather.LightningStrikeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "bolt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#bolt"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLightning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#getLightning()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.weather.LightningStrikeEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#CUSTOM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANTMENT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#ENCHANTMENT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SPAWNER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#SPAWNER"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRAP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#TRAP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TRIDENT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#TRIDENT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WEATHER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#WEATHER"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/LightningStrikeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.weather.ThunderChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newThunderState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#newThunderState"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.weather.ThunderChangeEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NATURAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#NATURAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SLEEP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#SLEEP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toThunderState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html#toThunderState()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/ThunderChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.weather.WeatherChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#cause"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "newWeatherState",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#newWeatherState"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.weather.WeatherChangeEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#COMMAND"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NATURAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#NATURAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PLUGIN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#PLUGIN"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SLEEP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#SLEEP"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UNKNOWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#UNKNOWN"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toWeatherState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html#toWeatherState()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.weather.WeatherEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WeatherEvent(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "where"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherEvent.html#WeatherEvent(World)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherEvent.html#getWorld()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherEvent.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/WeatherEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/weather/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.event.world",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.AsyncStructureGenerateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blockTransformers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#blockTransformers"
          },
          {
            "kind": "FIELD",
            "name": "boundingBox",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#boundingBox"
          },
          {
            "kind": "FIELD",
            "name": "cause",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#cause"
          },
          {
            "kind": "FIELD",
            "name": "chunkX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#chunkX"
          },
          {
            "kind": "FIELD",
            "name": "chunkZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#chunkZ"
          },
          {
            "kind": "METHOD",
            "name": "clearBlockTransformers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#clearBlockTransformers()"
          },
          {
            "kind": "METHOD",
            "name": "clearEntityTransformers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#clearEntityTransformers()"
          },
          {
            "kind": "FIELD",
            "name": "entityTransformers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#entityTransformers"
          },
          {
            "kind": "METHOD",
            "name": "getBlockTransformer(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getBlockTransformer(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockTransformers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getBlockTransformers()"
          },
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getCause()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getCause()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getChunkX()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getChunkZ()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityTransformer(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getEntityTransformer(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityTransformers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getEntityTransformers()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getStructure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#getStructure()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.world.AsyncStructureGenerateEvent.Cause",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html#CUSTOM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Cause()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html#Cause()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "WORLD_GENERATION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html#WORLD_GENERATION"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent/Cause.html"
          },
          {
            "kind": "METHOD",
            "name": "removeBlockTransformer(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#removeBlockTransformer(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntityTransformer(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#removeEntityTransformer(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockTransformer(NamespacedKey,BlockTransformer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "transformer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#setBlockTransformer(NamespacedKey,BlockTransformer)"
          },
          {
            "kind": "METHOD",
            "name": "setEntityTransformer(NamespacedKey,EntityTransformer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "transformer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#setEntityTransformer(NamespacedKey,EntityTransformer)"
          },
          {
            "kind": "FIELD",
            "name": "structure",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html#structure"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureGenerateEvent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.AsyncStructureSpawnEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "boundingBox",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#boundingBox"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "chunkX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#chunkX"
          },
          {
            "kind": "FIELD",
            "name": "chunkZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#chunkZ"
          },
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#getChunkX()"
          },
          {
            "kind": "METHOD",
            "name": "getChunkZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#getChunkZ()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getStructure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#getStructure()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "structure",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html#structure"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/AsyncStructureSpawnEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkEvent(Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkEvent.html#ChunkEvent(Chunk)"
          },
          {
            "kind": "FIELD",
            "name": "chunk",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkEvent.html#chunk"
          },
          {
            "kind": "METHOD",
            "name": "getChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkEvent.html#getChunk()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkLoadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkLoadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkLoadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isNewChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkLoadEvent.html#isNewChunk()"
          },
          {
            "kind": "FIELD",
            "name": "newChunk",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkLoadEvent.html#newChunk"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkPopulateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkPopulateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkPopulateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkPopulateEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkPopulateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.ChunkUnloadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isSaveChunk()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html#isSaveChunk()"
          },
          {
            "kind": "FIELD",
            "name": "saveChunk",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html#saveChunk"
          },
          {
            "kind": "METHOD",
            "name": "setSaveChunk(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "saveChunk"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html#setSaveChunk(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/ChunkUnloadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.EntitiesLoadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesLoadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "entities",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesLoadEvent.html#entities"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesLoadEvent.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesLoadEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.EntitiesUnloadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesUnloadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "entities",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesUnloadEvent.html#entities"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesUnloadEvent.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesUnloadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesUnloadEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/EntitiesUnloadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.GenericGameEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#entity"
          },
          {
            "kind": "FIELD",
            "name": "event",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#event"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getEvent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#getEvent()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getRadius()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#getRadius()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#isCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "radius",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#radius"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRadius(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html#setRadius(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/GenericGameEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.LootGenerateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getInventoryHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getInventoryHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getLoot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getLoot()"
          },
          {
            "kind": "METHOD",
            "name": "getLootContext()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getLootContext()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#getLootTable()"
          },
          {
            "kind": "FIELD",
            "name": "inventoryHolder",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#inventoryHolder"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#isPlugin()"
          },
          {
            "kind": "FIELD",
            "name": "loot",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#loot"
          },
          {
            "kind": "FIELD",
            "name": "lootContext",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#lootContext"
          },
          {
            "kind": "FIELD",
            "name": "lootTable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#lootTable"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#plugin"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLoot(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html#setLoot(Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/LootGenerateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.PortalCreateEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#cancelled"
          },
          {
            "kind": "FIELD",
            "name": "entity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#entity"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#getEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#getReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.world.PortalCreateEvent.CreateReason",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "CreateReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#CreateReason()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "END_PLATFORM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#END_PLATFORM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FIRE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#FIRE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NETHER_PAIR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#NETHER_PAIR"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent/CreateReason.html"
          },
          {
            "kind": "FIELD",
            "name": "reason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#reason"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/PortalCreateEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.SpawnChangeEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/SpawnChangeEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/SpawnChangeEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/SpawnChangeEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getPreviousLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/SpawnChangeEvent.html#getPreviousLocation()"
          },
          {
            "kind": "FIELD",
            "name": "previousLocation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/SpawnChangeEvent.html#previousLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/SpawnChangeEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.StructureGrowEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "blocks",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#blocks"
          },
          {
            "kind": "FIELD",
            "name": "bonemeal",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#bonemeal"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#getBlocks()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecies()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#getSpecies()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isFromBonemeal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#isFromBonemeal()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#location"
          },
          {
            "kind": "FIELD",
            "name": "player",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#player"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "species",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html#species"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/StructureGrowEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.TimeSkipEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSkipAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#getSkipAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getSkipReason()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#getSkipReason()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#isCancelled()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.event.world.TimeSkipEvent.SkipReason",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COMMAND",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#COMMAND"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CUSTOM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#CUSTOM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NIGHT_SKIP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#NIGHT_SKIP"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SkipReason()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#SkipReason()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent/SkipReason.html"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#setCancelled(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setSkipAmount(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skipAmount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#setSkipAmount(long)"
          },
          {
            "kind": "FIELD",
            "name": "skipAmount",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#skipAmount"
          },
          {
            "kind": "FIELD",
            "name": "skipReason",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html#skipReason"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/TimeSkipEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldEvent",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldEvent(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldEvent.html#WorldEvent(World)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WorldEvent(World,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isAsync"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldEvent.html#WorldEvent(World,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldEvent.html#getWorld()"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldEvent.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldInitEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldInitEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldInitEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldInitEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldInitEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldLoadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldLoadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldLoadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldLoadEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldLoadEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldSaveEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldSaveEvent.html#HANDLER_LIST"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldSaveEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldSaveEvent.html#getHandlers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldSaveEvent.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.event.world.WorldUnloadEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html#HANDLER_LIST"
          },
          {
            "kind": "FIELD",
            "name": "cancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html#cancelled"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "setCancelled(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cancel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html#setCancelled(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/WorldUnloadEvent.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/event/world/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.generator",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.generator.BiomeParameterPoint",
        "children": [
          {
            "kind": "METHOD",
            "name": "getContinentalness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getContinentalness()"
          },
          {
            "kind": "METHOD",
            "name": "getDepth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getDepth()"
          },
          {
            "kind": "METHOD",
            "name": "getErosion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getErosion()"
          },
          {
            "kind": "METHOD",
            "name": "getHumidity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getHumidity()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxContinentalness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMaxContinentalness()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDepth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMaxDepth()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxErosion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMaxErosion()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxHumidity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMaxHumidity()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxTemperature()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMaxTemperature()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxWeirdness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMaxWeirdness()"
          },
          {
            "kind": "METHOD",
            "name": "getMinContinentalness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMinContinentalness()"
          },
          {
            "kind": "METHOD",
            "name": "getMinDepth()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMinDepth()"
          },
          {
            "kind": "METHOD",
            "name": "getMinErosion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMinErosion()"
          },
          {
            "kind": "METHOD",
            "name": "getMinHumidity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMinHumidity()"
          },
          {
            "kind": "METHOD",
            "name": "getMinTemperature()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMinTemperature()"
          },
          {
            "kind": "METHOD",
            "name": "getMinWeirdness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getMinWeirdness()"
          },
          {
            "kind": "METHOD",
            "name": "getTemperature()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getTemperature()"
          },
          {
            "kind": "METHOD",
            "name": "getWeirdness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html#getWeirdness()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeParameterPoint.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.BiomeProvider",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BiomeProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeProvider.html#BiomeProvider()"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(WorldInfo,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeProvider.html#getBiome(WorldInfo,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getBiome(WorldInfo,int,int,int,BiomeParameterPoint)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biomeParameterPoint"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeProvider.html#getBiome(WorldInfo,int,int,int,BiomeParameterPoint)"
          },
          {
            "kind": "METHOD",
            "name": "getBiomes(WorldInfo)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeProvider.html#getBiomes(WorldInfo)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BiomeProvider.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.BlockPopulator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockPopulator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BlockPopulator.html#BlockPopulator()"
          },
          {
            "kind": "METHOD",
            "name": "populate(World,Random,Chunk)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BlockPopulator.html#populate(World,Random,Chunk)",
            "deprecated": {
              "since": "1.17.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "populate(WorldInfo,Random,int,int,LimitedRegion)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "limitedRegion"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BlockPopulator.html#populate(WorldInfo,Random,int,int,LimitedRegion)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/BlockPopulator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.ChunkGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChunkGenerator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#ChunkGenerator()"
          },
          {
            "kind": "METHOD",
            "name": "canSpawn(World,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#canSpawn(World,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "createChunkData(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#createChunkData(World)",
            "deprecated": {
              "since": "1.17.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "generateBedrock(WorldInfo,Random,int,int,ChunkData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkData"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#generateBedrock(WorldInfo,Random,int,int,ChunkData)"
          },
          {
            "kind": "METHOD",
            "name": "generateCaves(WorldInfo,Random,int,int,ChunkData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkData"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#generateCaves(WorldInfo,Random,int,int,ChunkData)"
          },
          {
            "kind": "METHOD",
            "name": "generateChunkData(World,Random,int,int,BiomeGrid)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "biome"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#generateChunkData(World,Random,int,int,BiomeGrid)",
            "deprecated": {
              "since": "1.17.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "generateNoise(WorldInfo,Random,int,int,ChunkData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkData"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#generateNoise(WorldInfo,Random,int,int,ChunkData)"
          },
          {
            "kind": "METHOD",
            "name": "generateSurface(WorldInfo,Random,int,int,ChunkData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkData"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#generateSurface(WorldInfo,Random,int,int,ChunkData)"
          },
          {
            "kind": "METHOD",
            "name": "getBaseHeight(WorldInfo,Random,int,int,HeightMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "heightMap"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#getBaseHeight(WorldInfo,Random,int,int,HeightMap)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultBiomeProvider(WorldInfo)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#getDefaultBiomeProvider(WorldInfo)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPopulators(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#getDefaultPopulators(World)"
          },
          {
            "kind": "METHOD",
            "name": "getFixedSpawnLocation(World,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#getFixedSpawnLocation(World,Random)"
          },
          {
            "kind": "METHOD",
            "name": "isParallelCapable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#isParallelCapable()",
            "deprecated": {
              "since": "1.17.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.generator.ChunkGenerator.BiomeGrid",
            "children": [
              {
                "kind": "METHOD",
                "name": "getBiome(int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#getBiome(int,int)",
                "deprecated": {
                  "since": "1.15",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getBiome(int,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#getBiome(int,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "setBiome(int,int,Biome)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "bio"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#setBiome(int,int,Biome)",
                "deprecated": {
                  "since": "1.15",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setBiome(int,int,int,Biome)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "bio"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/BiomeGrid.html#setBiome(int,int,int,Biome)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/BiomeGrid.html",
            "deprecated": {
              "since": "1.17.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.generator.ChunkGenerator.ChunkData",
            "children": [
              {
                "kind": "METHOD",
                "name": "getBiome(int,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getBiome(int,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getBlockData(int,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getBlockData(int,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getData(int,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getData(int,int,int)",
                "deprecated": {
                  "since": "1.8.8",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getHeight(HeightMap,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "heightMap"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getHeight(HeightMap,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getMaxHeight()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getMaxHeight()"
              },
              {
                "kind": "METHOD",
                "name": "getMinHeight()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getMinHeight()"
              },
              {
                "kind": "METHOD",
                "name": "getType(int,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getType(int,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getTypeAndData(int,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#getTypeAndData(int,int,int)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setBlock(int,int,int,BlockData)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "blockData"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#setBlock(int,int,int,BlockData)"
              },
              {
                "kind": "METHOD",
                "name": "setBlock(int,int,int,Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#setBlock(int,int,int,Material)"
              },
              {
                "kind": "METHOD",
                "name": "setBlock(int,int,int,MaterialData)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "x"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "y"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "z"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#setBlock(int,int,int,MaterialData)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setRegion(int,int,int,int,int,int,BlockData)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "blockData"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "xMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "xMin"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "yMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "yMin"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "zMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "zMin"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#setRegion(int,int,int,int,int,int,BlockData)"
              },
              {
                "kind": "METHOD",
                "name": "setRegion(int,int,int,int,int,int,Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "xMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "xMin"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "yMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "yMin"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "zMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "zMin"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#setRegion(int,int,int,int,int,int,Material)"
              },
              {
                "kind": "METHOD",
                "name": "setRegion(int,int,int,int,int,int,MaterialData)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "material"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "xMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "xMin"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "yMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "yMin"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "zMax"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "zMin"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html#setRegion(int,int,int,int,int,int,MaterialData)",
                "deprecated": {
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator/ChunkData.html"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateBedrock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateBedrock()",
            "deprecated": {
              "since": "1.19.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateCaves()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateCaves()"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateCaves(WorldInfo,Random,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateCaves(WorldInfo,Random,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateDecorations()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateDecorations()"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateDecorations(WorldInfo,Random,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateDecorations(WorldInfo,Random,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateMobs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateMobs()"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateMobs(WorldInfo,Random,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateMobs(WorldInfo,Random,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateNoise()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateNoise()"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateNoise(WorldInfo,Random,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateNoise(WorldInfo,Random,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateStructures()"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateStructures(WorldInfo,Random,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateStructures(WorldInfo,Random,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateSurface()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateSurface()"
          },
          {
            "kind": "METHOD",
            "name": "shouldGenerateSurface(WorldInfo,Random,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chunkX"
              },
              {
                "kind": "PARAMETER",
                "name": "chunkZ"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "worldInfo"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html#shouldGenerateSurface(WorldInfo,Random,int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/ChunkGenerator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.generator.LimitedRegion",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockData(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getBlockData(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getBlockState(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getBuffer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getBuffer()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterBlockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getCenterBlockX()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterBlockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getCenterBlockZ()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterChunkX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getCenterChunkX()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterChunkZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getCenterChunkZ()"
          },
          {
            "kind": "METHOD",
            "name": "getTileEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getTileEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "isInRegion(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#isInRegion(Location)"
          },
          {
            "kind": "METHOD",
            "name": "isInRegion(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#isInRegion(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleBlockUpdate(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#scheduleBlockUpdate(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleBlockUpdate(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#scheduleBlockUpdate(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleFluidUpdate(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#scheduleFluidUpdate(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleFluidUpdate(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#scheduleFluidUpdate(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(Vector,BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#setBlockData(Vector,BlockData)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockState(Vector,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#setBlockState(Vector,BlockState)"
          },
          {
            "kind": "METHOD",
            "name": "setBlockState(int,int,int,BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html#setBlockState(int,int,int,BlockState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/LimitedRegion.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.generator.WorldInfo",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEnvironment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#getEnvironment()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#getMaxHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getMinHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#getMinHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getSeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#getSeed()"
          },
          {
            "kind": "METHOD",
            "name": "getUID()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#getUID()"
          },
          {
            "kind": "METHOD",
            "name": "vanillaBiomeProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html#vanillaBiomeProvider()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/WorldInfo.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.generator.structure",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.generator.structure.GeneratedStructure",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/GeneratedStructure.html#getBoundingBox()"
          },
          {
            "kind": "METHOD",
            "name": "getPieces()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/GeneratedStructure.html#getPieces()"
          },
          {
            "kind": "METHOD",
            "name": "getStructure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/GeneratedStructure.html#getStructure()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/GeneratedStructure.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.structure.Structure",
        "children": [
          {
            "kind": "FIELD",
            "name": "ANCIENT_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#ANCIENT_CITY"
          },
          {
            "kind": "FIELD",
            "name": "BASTION_REMNANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#BASTION_REMNANT"
          },
          {
            "kind": "FIELD",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "END_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "FORTRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "IGLOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#JUNGLE_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#MANSION"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT_MESA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#MINESHAFT_MESA"
          },
          {
            "kind": "FIELD",
            "name": "MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FOSSIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#NETHER_FOSSIL"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN_COLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#OCEAN_RUIN_COLD"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN_WARM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#OCEAN_RUIN_WARM"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#PILLAGER_OUTPOST"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_JUNGLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL_JUNGLE"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_MOUNTAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL_MOUNTAIN"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_NETHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL_NETHER"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_OCEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL_OCEAN"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL_SWAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#RUINED_PORTAL_SWAMP"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK_BEACHED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#SHIPWRECK_BEACHED"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#SWAMP_HUT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Structure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#Structure()"
          },
          {
            "kind": "FIELD",
            "name": "TRAIL_RUINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#TRAIL_RUINS"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_CHAMBERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#TRIAL_CHAMBERS"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_DESERT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#VILLAGE_DESERT"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_PLAINS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#VILLAGE_PLAINS"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_SAVANNA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#VILLAGE_SAVANNA"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_SNOWY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#VILLAGE_SNOWY"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGE_TAIGA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#VILLAGE_TAIGA"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#getKey()",
            "deprecated": {
              "since": "1.20.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getStructure(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#getStructure(String)"
          },
          {
            "kind": "METHOD",
            "name": "getStructureType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#getStructureType()"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html#key()",
            "deprecated": {
              "since": "1.20.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/Structure.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.generator.structure.StructurePiece",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructurePiece.html#getBoundingBox()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructurePiece.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.generator.structure.StructureType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#BURIED_TREASURE"
          },
          {
            "kind": "FIELD",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#DESERT_PYRAMID"
          },
          {
            "kind": "FIELD",
            "name": "END_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#END_CITY"
          },
          {
            "kind": "FIELD",
            "name": "FORTRESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#FORTRESS"
          },
          {
            "kind": "FIELD",
            "name": "IGLOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#IGLOO"
          },
          {
            "kind": "FIELD",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#JIGSAW"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#JUNGLE_TEMPLE"
          },
          {
            "kind": "FIELD",
            "name": "MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#MINESHAFT"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_FOSSIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#NETHER_FOSSIL"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_MONUMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#OCEAN_MONUMENT"
          },
          {
            "kind": "FIELD",
            "name": "OCEAN_RUIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#OCEAN_RUIN"
          },
          {
            "kind": "FIELD",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#RUINED_PORTAL"
          },
          {
            "kind": "FIELD",
            "name": "SHIPWRECK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#SHIPWRECK"
          },
          {
            "kind": "FIELD",
            "name": "STRONGHOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#STRONGHOLD"
          },
          {
            "kind": "FIELD",
            "name": "SWAMP_HUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#SWAMP_HUT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StructureType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#StructureType()"
          },
          {
            "kind": "FIELD",
            "name": "WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#WOODLAND_MANSION"
          },
          {
            "kind": "METHOD",
            "name": "getStructureType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html#getStructureType(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/StructureType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/generator/structure/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.help",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.help.GenericCommandHelpTopic",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "GenericCommandHelpTopic(Command)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/GenericCommandHelpTopic.html#GenericCommandHelpTopic(Command)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/GenericCommandHelpTopic.html#canSee(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "command",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/GenericCommandHelpTopic.html#command"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/GenericCommandHelpTopic.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.help.HelpMap",
        "children": [
          {
            "kind": "METHOD",
            "name": "addTopic(HelpTopic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "topic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html#addTopic(HelpTopic)"
          },
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "getHelpTopic(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "topicName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html#getHelpTopic(String)"
          },
          {
            "kind": "METHOD",
            "name": "getHelpTopics()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html#getHelpTopics()"
          },
          {
            "kind": "METHOD",
            "name": "getIgnoredPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html#getIgnoredPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "registerHelpTopicFactory(Class,HelpTopicFactory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandClass"
              },
              {
                "kind": "PARAMETER",
                "name": "factory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html#registerHelpTopicFactory(Class,HelpTopicFactory)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpMap.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.help.HelpTopic",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HelpTopic()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#HelpTopic()"
          },
          {
            "kind": "METHOD",
            "name": "amendCanSee(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amendedPermission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#amendCanSee(String)"
          },
          {
            "kind": "METHOD",
            "name": "amendTopic(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amendedFullText"
              },
              {
                "kind": "PARAMETER",
                "name": "amendedShortText"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#amendTopic(String,String)"
          },
          {
            "kind": "FIELD",
            "name": "amendedPermission",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#amendedPermission"
          },
          {
            "kind": "METHOD",
            "name": "applyAmendment(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amendment"
              },
              {
                "kind": "PARAMETER",
                "name": "baseText"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#applyAmendment(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#canSee(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "fullText",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#fullText"
          },
          {
            "kind": "METHOD",
            "name": "getFullText(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "forWho"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#getFullText(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getShortText()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#getShortText()"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#name"
          },
          {
            "kind": "FIELD",
            "name": "shortText",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html#shortText"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopic.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.help.HelpTopicComparator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "HelpTopicComparator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html#HelpTopicComparator()"
          },
          {
            "kind": "METHOD",
            "name": "compare(HelpTopic,HelpTopic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lhs"
              },
              {
                "kind": "PARAMETER",
                "name": "rhs"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html#compare(HelpTopic,HelpTopic)"
          },
          {
            "kind": "METHOD",
            "name": "helpTopicComparatorInstance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html#helpTopicComparatorInstance()"
          },
          {
            "kind": "FIELD",
            "name": "htc",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html#htc"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.help.HelpTopicComparator.TopicNameComparator",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "TopicNameComparator()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator/TopicNameComparator.html#TopicNameComparator()"
              },
              {
                "kind": "METHOD",
                "name": "compare(String,String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lhs"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "rhs"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator/TopicNameComparator.html#compare(String,String)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator/TopicNameComparator.html"
          },
          {
            "kind": "FIELD",
            "name": "tnc",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html#tnc"
          },
          {
            "kind": "METHOD",
            "name": "topicNameComparatorInstance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html#topicNameComparatorInstance()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicComparator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.help.HelpTopicFactory",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "TCommand"
          },
          {
            "kind": "METHOD",
            "name": "createTopic(TCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "command"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicFactory.html#createTopic(TCommand)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/HelpTopicFactory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.help.IndexHelpTopic",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "IndexHelpTopic(String,String,String,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              },
              {
                "kind": "PARAMETER",
                "name": "shortText"
              },
              {
                "kind": "PARAMETER",
                "name": "topics"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#IndexHelpTopic(String,String,String,Collection)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "IndexHelpTopic(String,String,String,Collection,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              },
              {
                "kind": "PARAMETER",
                "name": "preamble"
              },
              {
                "kind": "PARAMETER",
                "name": "shortText"
              },
              {
                "kind": "PARAMETER",
                "name": "topics"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#IndexHelpTopic(String,String,String,Collection,String)"
          },
          {
            "kind": "FIELD",
            "name": "allTopics",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#allTopics"
          },
          {
            "kind": "METHOD",
            "name": "amendCanSee(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amendedPermission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#amendCanSee(String)"
          },
          {
            "kind": "METHOD",
            "name": "buildIndexLine(CommandSender,HelpTopic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              },
              {
                "kind": "PARAMETER",
                "name": "topic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#buildIndexLine(CommandSender,HelpTopic)"
          },
          {
            "kind": "METHOD",
            "name": "buildPreamble(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#buildPreamble(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "canSee(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#canSee(CommandSender)"
          },
          {
            "kind": "METHOD",
            "name": "getFullText(CommandSender)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#getFullText(CommandSender)"
          },
          {
            "kind": "FIELD",
            "name": "permission",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#permission"
          },
          {
            "kind": "FIELD",
            "name": "preamble",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#preamble"
          },
          {
            "kind": "METHOD",
            "name": "setTopicsCollection(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "topics"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html#setTopicsCollection(Collection)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/IndexHelpTopic.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/help/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.AbstractHorseInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSaddle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AbstractHorseInventory.html#getSaddle()"
          },
          {
            "kind": "METHOD",
            "name": "setSaddle(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AbstractHorseInventory.html#setSaddle(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AbstractHorseInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.AnvilInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFirstItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getFirstItem()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumRepairCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getMaximumRepairCost()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRenameText()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getRenameText()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRepairCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getRepairCost()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRepairCostAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getRepairCostAmount()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#getSecondItem()"
          },
          {
            "kind": "METHOD",
            "name": "setFirstItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "firstItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#setFirstItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levels"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#setMaximumRepairCost(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levels"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#setRepairCost(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setRepairCostAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#setRepairCostAmount(int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#setResult(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "secondItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html#setSecondItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/AnvilInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ArmoredHorseInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getArmor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ArmoredHorseInventory.html#getArmor()"
          },
          {
            "kind": "METHOD",
            "name": "setArmor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ArmoredHorseInventory.html#setArmor(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ArmoredHorseInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.BeaconInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BeaconInventory.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BeaconInventory.html#setItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BeaconInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.BlastingRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlastingRecipe(NamespacedKey,ItemStack,Material,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BlastingRecipe.html#BlastingRecipe(NamespacedKey,ItemStack,Material,float,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlastingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BlastingRecipe.html#BlastingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BlastingRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.BlockInventoryHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BlockInventoryHolder.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BlockInventoryHolder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.BrewerInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BrewerInventory.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BrewerInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredient()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BrewerInventory.html#getIngredient()"
          },
          {
            "kind": "METHOD",
            "name": "setFuel(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fuel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BrewerInventory.html#setFuel(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BrewerInventory.html#setIngredient(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/BrewerInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.CampfireRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CampfireRecipe(NamespacedKey,ItemStack,Material,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CampfireRecipe.html#CampfireRecipe(NamespacedKey,ItemStack,Material,float,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CampfireRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CampfireRecipe.html#CampfireRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CampfireRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.CartographyInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CartographyInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newResult"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CartographyInventory.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CartographyInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ChiseledBookshelfInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ChiseledBookshelfInventory.html#getHolder()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ChiseledBookshelfInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ComplexRecipe",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ComplexRecipe.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.CookingRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CookingRecipe(NamespacedKey,ItemStack,Material,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#CookingRecipe(NamespacedKey,ItemStack,Material,float,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CookingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#CookingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "category",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#category"
          },
          {
            "kind": "FIELD",
            "name": "cookingTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#cookingTime"
          },
          {
            "kind": "FIELD",
            "name": "experience",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#experience"
          },
          {
            "kind": "METHOD",
            "name": "getCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getCookingTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getCookingTime()"
          },
          {
            "kind": "METHOD",
            "name": "getExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getExperience()"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getInput()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getInputChoice()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getInputChoice()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "ingredient",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#ingredient"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#output"
          },
          {
            "kind": "METHOD",
            "name": "setCategory(CookingBookCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#setCategory(CookingBookCategory)"
          },
          {
            "kind": "METHOD",
            "name": "setCookingTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#setCookingTime(int)"
          },
          {
            "kind": "METHOD",
            "name": "setExperience(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#setExperience(float)"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#setGroup(String)"
          },
          {
            "kind": "METHOD",
            "name": "setInput(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#setInput(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setInputChoice(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html#setInputChoice(RecipeChoice)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CookingRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.CrafterInventory",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CrafterInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.CraftingInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMatrix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingInventory.html#getMatrix()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingInventory.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "setMatrix(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contents"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingInventory.html#setMatrix(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newResult"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingInventory.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.CraftingRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CraftingRecipe(NamespacedKey,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#CraftingRecipe(NamespacedKey,ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "category",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#category"
          },
          {
            "kind": "METHOD",
            "name": "getCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#getCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#output"
          },
          {
            "kind": "METHOD",
            "name": "setCategory(CraftingBookCategory)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "category"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#setCategory(CraftingBookCategory)"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html#setGroup(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CraftingRecipe.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.CreativeCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BREWING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#BREWING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUILDING_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#BUILDING_BLOCKS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMBAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#COMBAT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CreativeCategory(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "translationKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#CreativeCategory(String)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DECORATIONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#DECORATIONS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#FOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MISC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#MISC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#REDSTONE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOOLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#TOOLS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRANSPORTATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#TRANSPORTATION"
          },
          {
            "kind": "FIELD",
            "name": "translationKey",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#translationKey"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#translationKey()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/CreativeCategory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.DecoratedPotInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DecoratedPotInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DecoratedPotInventory.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DecoratedPotInventory.html#setItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DecoratedPotInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.DoubleChestInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DoubleChestInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getLeftSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DoubleChestInventory.html#getLeftSide()"
          },
          {
            "kind": "METHOD",
            "name": "getRightSide()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DoubleChestInventory.html#getRightSide()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/DoubleChestInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.EnchantingInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EnchantingInventory.html#getItem()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondary()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EnchantingInventory.html#getSecondary()"
          },
          {
            "kind": "METHOD",
            "name": "setItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EnchantingInventory.html#setItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondary(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EnchantingInventory.html#setSecondary(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EnchantingInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.EntityEquipment",
        "children": [
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "getArmorContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getArmorContents()"
          },
          {
            "kind": "METHOD",
            "name": "getBoots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getBoots()"
          },
          {
            "kind": "METHOD",
            "name": "getBootsDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getBootsDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getChestplate()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplateDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getChestplateDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getDropChance(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getDropChance(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getHelmet()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getHelmet()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmetDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getHelmetDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItem(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItemInHand()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInHandDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItemInHandDropChance()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItemInMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInMainHandDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItemInMainHandDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInOffHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItemInOffHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInOffHandDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getItemInOffHandDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getLeggings()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggingsDropChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#getLeggingsDropChance()"
          },
          {
            "kind": "METHOD",
            "name": "setArmorContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setArmorContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setBoots(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boots"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setBoots(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setBootsDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setBootsDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chestplate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setChestplate(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chestplate"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setChestplate(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplateDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setChestplateDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setDropChance(EquipmentSlot,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setDropChance(EquipmentSlot,float)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "helmet"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setHelmet(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "helmet"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setHelmet(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmetDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setHelmetDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(EquipmentSlot,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItem(EquipmentSlot,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(EquipmentSlot,ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItem(EquipmentSlot,ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInHand(ItemStack)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInHandDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInHandDropChance(float)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInMainHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHand(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInMainHand(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHandDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInMainHandDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInOffHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHand(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInOffHand(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHandDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setItemInOffHandDropChance(float)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leggings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setLeggings(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leggings"
              },
              {
                "kind": "PARAMETER",
                "name": "silent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setLeggings(ItemStack,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggingsDropChance(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html#setLeggingsDropChance(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EntityEquipment.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.EquipmentSlot",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BODY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#BODY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#CHEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EquipmentSlot(Supplier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#EquipmentSlot(Supplier)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FEET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#FEET"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#HAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#HEAD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#LEGS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OFF_HAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#OFF_HAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#SADDLE"
          },
          {
            "kind": "METHOD",
            "name": "getOppositeHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#getOppositeHand()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#group"
          },
          {
            "kind": "METHOD",
            "name": "isArmor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#isArmor()"
          },
          {
            "kind": "METHOD",
            "name": "isHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#isHand()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlot.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.EquipmentSlotGroup",
        "children": [
          {
            "kind": "FIELD",
            "name": "ANY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#ANY"
          },
          {
            "kind": "FIELD",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "BODY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#BODY"
          },
          {
            "kind": "FIELD",
            "name": "BY_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#BY_NAME"
          },
          {
            "kind": "FIELD",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#CHEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EquipmentSlotGroup(String,Predicate,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "example"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#EquipmentSlotGroup(String,Predicate,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "FEET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#FEET"
          },
          {
            "kind": "FIELD",
            "name": "HAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#HAND"
          },
          {
            "kind": "FIELD",
            "name": "HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#HEAD"
          },
          {
            "kind": "FIELD",
            "name": "LEGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#LEGS"
          },
          {
            "kind": "FIELD",
            "name": "MAINHAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#MAINHAND"
          },
          {
            "kind": "FIELD",
            "name": "OFFHAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#OFFHAND"
          },
          {
            "kind": "FIELD",
            "name": "SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "example",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#example"
          },
          {
            "kind": "METHOD",
            "name": "get(String,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#get(String,EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "get(String,Predicate,EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "example"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "predicate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#get(String,Predicate,EquipmentSlot)"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#key"
          },
          {
            "kind": "FIELD",
            "name": "predicate",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#predicate"
          },
          {
            "kind": "METHOD",
            "name": "test(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "test"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#test(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/EquipmentSlotGroup.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.FurnaceInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "canSmelt(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#canSmelt(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#getFuel()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getSmelting()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#getSmelting()"
          },
          {
            "kind": "METHOD",
            "name": "isFuel(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#isFuel(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setFuel(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#setFuel(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#setResult(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setSmelting(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html#setSmelting(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.FurnaceRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(ItemStack,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,Material)",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(ItemStack,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(ItemStack,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,MaterialData)",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(ItemStack,MaterialData,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(ItemStack,MaterialData,float)",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(NamespacedKey,ItemStack,Material,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(NamespacedKey,ItemStack,Material,float,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(NamespacedKey,ItemStack,Material,int,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(NamespacedKey,ItemStack,Material,int,float,int)",
            "deprecated": {
              "since": "1.9",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#FurnaceRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          },
          {
            "kind": "METHOD",
            "name": "setInput(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#setInput(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setInput(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#setInput(Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setInput(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#setInput(MaterialData)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setInputChoice(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html#setInputChoice(RecipeChoice)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/FurnaceRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.GrindstoneInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLowerItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html#getLowerItem()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getUpperItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html#getUpperItem()"
          },
          {
            "kind": "METHOD",
            "name": "setLowerItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lowerItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html#setLowerItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html#setResult(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setUpperItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "upperItem"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html#setUpperItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/GrindstoneInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.HorseInventory",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/HorseInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.Inventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "addItem(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#addItem(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "all(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#all(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "all(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#all(Material)"
          },
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "clear(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#clear(int)"
          },
          {
            "kind": "METHOD",
            "name": "close()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#close()"
          },
          {
            "kind": "METHOD",
            "name": "contains(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#contains(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "contains(ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#contains(ItemStack,int)"
          },
          {
            "kind": "METHOD",
            "name": "contains(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#contains(Material)"
          },
          {
            "kind": "METHOD",
            "name": "contains(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#contains(Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "containsAtLeast(ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#containsAtLeast(ItemStack,int)"
          },
          {
            "kind": "METHOD",
            "name": "first(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#first(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "first(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#first(Material)"
          },
          {
            "kind": "METHOD",
            "name": "firstEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#firstEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "getContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getContents()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "useSnapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getHolder(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getStorageContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getStorageContents()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getViewers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#getViewers()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "iterator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#iterator()"
          },
          {
            "kind": "METHOD",
            "name": "iterator(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#iterator(int)"
          },
          {
            "kind": "METHOD",
            "name": "remove(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#remove(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "remove(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#remove(Material)"
          },
          {
            "kind": "METHOD",
            "name": "removeItem(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#removeItem(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "removeItemAnySlot(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#removeItemAnySlot(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#setContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#setItem(int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxStackSize(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#setMaxStackSize(int)"
          },
          {
            "kind": "METHOD",
            "name": "setStorageContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html#setStorageContents(ItemStack...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Inventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.InventoryHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryHolder.html#getInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryHolder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.InventoryView",
        "children": [
          {
            "kind": "FIELD",
            "name": "OUTSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#OUTSIDE"
          },
          {
            "kind": "METHOD",
            "name": "close()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#close()"
          },
          {
            "kind": "METHOD",
            "name": "convertSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rawSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#convertSlot(int)"
          },
          {
            "kind": "METHOD",
            "name": "countSlots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#countSlots()"
          },
          {
            "kind": "METHOD",
            "name": "getBottomInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getBottomInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getCursor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getCursor()"
          },
          {
            "kind": "METHOD",
            "name": "getInventory(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rawSlot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getInventory(int)"
          },
          {
            "kind": "METHOD",
            "name": "getItem(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getItem(int)"
          },
          {
            "kind": "METHOD",
            "name": "getMenuType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getMenuType()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getOriginalTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getOriginalTitle()",
            "deprecated": {
              "since": "1.21.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getSlotType(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getSlotType(int)"
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getTitle()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "open()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#open()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.inventory.InventoryView.Property",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BOOK_PAGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#BOOK_PAGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BREW_TIME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#BREW_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "BURN_TIME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#BURN_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COOK_TIME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#COOK_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_BUTTON1",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_BUTTON1"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_BUTTON2",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_BUTTON2"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_BUTTON3",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_BUTTON3"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_ID1",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_ID1"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_ID2",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_ID2"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_ID3",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_ID3"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_LEVEL1",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_LEVEL1"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_LEVEL2",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_LEVEL2"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_LEVEL3",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_LEVEL3"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ENCHANT_XP_SEED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#ENCHANT_XP_SEED"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FUEL_TIME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#FUEL_TIME"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LEVELS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#LEVELS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "PRIMARY_EFFECT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#PRIMARY_EFFECT"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Property(int,InventoryType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "appliesTo"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "id"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#Property(int,InventoryType)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "REPAIR_COST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#REPAIR_COST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SECONDARY_EFFECT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#SECONDARY_EFFECT"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TICKS_FOR_CURRENT_FUEL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#TICKS_FOR_CURRENT_FUEL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TICKS_FOR_CURRENT_SMELTING",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#TICKS_FOR_CURRENT_SMELTING"
              },
              {
                "kind": "METHOD",
                "name": "getType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#getType()"
              },
              {
                "kind": "FIELD",
                "name": "id",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#id"
              },
              {
                "kind": "FIELD",
                "name": "style",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#style"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView/Property.html",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCursor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#setCursor(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#setItem(int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setProperty(Property,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prop"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#setProperty(Property,int)"
          },
          {
            "kind": "METHOD",
            "name": "setTitle(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#setTitle(String)",
            "deprecated": {
              "since": "1.21.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html#title()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/InventoryView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ItemCraftResult",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOverflowItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemCraftResult.html#getOverflowItems()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemCraftResult.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getResultingMatrix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemCraftResult.html#getResultingMatrix()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemCraftResult.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ItemFactory",
        "children": [
          {
            "kind": "METHOD",
            "name": "asHoverEvent(ItemStack,UnaryOperator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#asHoverEvent(ItemStack,UnaryOperator)"
          },
          {
            "kind": "METHOD",
            "name": "asMetaFor(ItemMeta,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#asMetaFor(ItemMeta,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "asMetaFor(ItemMeta,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#asMetaFor(ItemMeta,Material)"
          },
          {
            "kind": "METHOD",
            "name": "createItemStack(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#createItemStack(String)"
          },
          {
            "kind": "METHOD",
            "name": "displayName(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#displayName(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "enchantItem(Entity,ItemStack,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowTreasures"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#enchantItem(Entity,ItemStack,int,boolean)",
            "deprecated": {
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "enchantItem(ItemStack,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowTreasures"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#enchantItem(ItemStack,int,boolean)",
            "deprecated": {
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "enchantItem(World,ItemStack,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowTreasures"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#enchantItem(World,ItemStack,int,boolean)",
            "deprecated": {
              "since": "1.19.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "enchantWithLevels(ItemStack,int,RegistryKeySet,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "keySet"
              },
              {
                "kind": "PARAMETER",
                "name": "levels"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#enchantWithLevels(ItemStack,int,RegistryKeySet,Random)"
          },
          {
            "kind": "METHOD",
            "name": "enchantWithLevels(ItemStack,int,boolean,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowTreasure"
              },
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              },
              {
                "kind": "PARAMETER",
                "name": "levels"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#enchantWithLevels(ItemStack,int,boolean,Random)"
          },
          {
            "kind": "METHOD",
            "name": "ensureServerConversions(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#ensureServerConversions(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "equals(ItemMeta,ItemMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta1"
              },
              {
                "kind": "PARAMETER",
                "name": "meta2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#equals(ItemMeta,ItemMeta)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultLeatherColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#getDefaultLeatherColor()"
          },
          {
            "kind": "METHOD",
            "name": "getI18NDisplayName(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#getI18NDisplayName(ItemStack)",
            "deprecated": {
              "since": "1.18.1",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemMeta(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#getItemMeta(Material)"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnEgg(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#getSpawnEgg(EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "hoverContentOf(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#hoverContentOf(Entity)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hoverContentOf(Entity,BaseComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#hoverContentOf(Entity,BaseComponent)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hoverContentOf(Entity,BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#hoverContentOf(Entity,BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hoverContentOf(Entity,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#hoverContentOf(Entity,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hoverContentOf(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#hoverContentOf(ItemStack)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isApplicable(ItemMeta,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "meta"
              },
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#isApplicable(ItemMeta,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isApplicable(ItemMeta,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "meta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html#isApplicable(ItemMeta,Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFactory.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.ItemFlag",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_ADDITIONAL_TOOLTIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_ADDITIONAL_TOOLTIP",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_ARMOR_TRIM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_ARMOR_TRIM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_ATTRIBUTES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_ATTRIBUTES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_DESTROYS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_DESTROYS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_DYE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_ENCHANTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_ENCHANTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_PLACED_ON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_PLACED_ON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_STORED_ENCHANTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_STORED_ENCHANTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_UNBREAKABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#HIDE_UNBREAKABLE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemFlag()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#ItemFlag()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemFlag.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.ItemRarity",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#COMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EPIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#EPIC"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemRarity(NamedTextColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#ItemRarity(NamedTextColor)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNCOMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#UNCOMMON"
          },
          {
            "kind": "FIELD",
            "name": "color",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#color"
          },
          {
            "kind": "METHOD",
            "name": "color()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#color()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemRarity.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.ItemStack",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cM\u003eeditMeta(Class,Consumer)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "M"
              },
              {
                "kind": "PARAMETER",
                "name": "consumer"
              },
              {
                "kind": "PARAMETER",
                "name": "metaClass"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#\u003cM\u003eeditMeta(Class,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetData(Valued)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#\u003cT\u003egetData(Valued)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetDataOrDefault(Valued,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "fallback"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#\u003cT\u003egetDataOrDefault(Valued,T)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetData(Valued,DataComponentBuilder)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "valueBuilder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#\u003cT\u003esetData(Valued,DataComponentBuilder)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003esetData(Valued,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#\u003cT\u003esetData(Valued,T)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "ARRAY_SERIALIZATION_VERSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ARRAY_SERIALIZATION_VERSION"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ItemStack()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ItemStack(ItemStack)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ItemStack(Material)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ItemStack(Material,int)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(Material,int,short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ItemStack(Material,int,short)",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ItemStack(Material,int,short,Byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "damage"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ItemStack(Material,int,short,Byte)",
            "deprecated": {
              "since": "1.4.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "add()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#add()"
          },
          {
            "kind": "METHOD",
            "name": "add(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "qty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#add(int)"
          },
          {
            "kind": "METHOD",
            "name": "addEnchantment(Enchantment,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#addEnchantment(Enchantment,int)"
          },
          {
            "kind": "METHOD",
            "name": "addEnchantments(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#addEnchantments(Map)"
          },
          {
            "kind": "METHOD",
            "name": "addItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#addItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "addUnsafeEnchantment(Enchantment,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#addUnsafeEnchantment(Enchantment,int)"
          },
          {
            "kind": "METHOD",
            "name": "addUnsafeEnchantments(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantments"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#addUnsafeEnchantments(Map)"
          },
          {
            "kind": "METHOD",
            "name": "asHoverEvent(UnaryOperator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#asHoverEvent(UnaryOperator)"
          },
          {
            "kind": "METHOD",
            "name": "asOne()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#asOne()"
          },
          {
            "kind": "METHOD",
            "name": "asQuantity(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "qty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#asQuantity(int)"
          },
          {
            "kind": "METHOD",
            "name": "canRepair(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "toBeRepaired"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#canRepair(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "computeTooltipLines(TooltipContext,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "tooltipContext"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#computeTooltipLines(TooltipContext,Player)"
          },
          {
            "kind": "METHOD",
            "name": "containsEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#containsEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "copyDataFrom(ItemStack,Predicate)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filter"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#copyDataFrom(ItemStack,Predicate)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "craftDelegate",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#craftDelegate"
          },
          {
            "kind": "METHOD",
            "name": "createData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#createData(byte)"
          },
          {
            "kind": "METHOD",
            "name": "damage(int,LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "livingEntity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#damage(int,LivingEntity)"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#data"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeBytes(byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bytes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#deserializeBytes(byte...)"
          },
          {
            "kind": "METHOD",
            "name": "deserializeItemsFromBytes(byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bytes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#deserializeItemsFromBytes(byte...)"
          },
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#displayName()"
          },
          {
            "kind": "METHOD",
            "name": "editMeta(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#editMeta(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "editPersistentDataContainer(Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "consumer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#editPersistentDataContainer(Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "effectiveName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#effectiveName()"
          },
          {
            "kind": "METHOD",
            "name": "empty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#empty()"
          },
          {
            "kind": "METHOD",
            "name": "enchantWithLevels(int,RegistryKeySet,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "keySet"
              },
              {
                "kind": "PARAMETER",
                "name": "levels"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#enchantWithLevels(int,RegistryKeySet,Random)"
          },
          {
            "kind": "METHOD",
            "name": "enchantWithLevels(int,boolean,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowTreasure"
              },
              {
                "kind": "PARAMETER",
                "name": "levels"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#enchantWithLevels(int,boolean,Random)"
          },
          {
            "kind": "METHOD",
            "name": "ensureServerConversions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#ensureServerConversions()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getData()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDataTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getDataTypes()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getDurability()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getDurability()",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentLevel(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getEnchantmentLevel(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantments()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getEnchantments()"
          },
          {
            "kind": "METHOD",
            "name": "getI18NDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getI18NDisplayName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getItemFlags()"
          },
          {
            "kind": "METHOD",
            "name": "getItemMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getItemMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getLore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getLore()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxItemUseDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getMaxItemUseDuration()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxItemUseDuration(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getMaxItemUseDuration(LivingEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getPersistentDataContainer()"
          },
          {
            "kind": "METHOD",
            "name": "getRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getRarity()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasData(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#hasData(DataComponentType)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "hasItemFlag(ItemFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#hasItemFlag(ItemFlag)"
          },
          {
            "kind": "METHOD",
            "name": "hasItemMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#hasItemMeta()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isDataOverridden(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#isDataOverridden(DataComponentType)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isRepairableBy(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "repairMaterial"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#isRepairableBy(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "isSimilar(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#isSimilar(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "lore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#lore()"
          },
          {
            "kind": "METHOD",
            "name": "lore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#lore(List)"
          },
          {
            "kind": "METHOD",
            "name": "matchesWithoutData(ItemStack,Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "excludeTypes"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#matchesWithoutData(ItemStack,Set)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "matchesWithoutData(ItemStack,Set,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "excludeTypes"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreCount"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#matchesWithoutData(ItemStack,Set,boolean)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "of(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#of(Material)"
          },
          {
            "kind": "METHOD",
            "name": "of(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#of(Material,int)"
          },
          {
            "kind": "METHOD",
            "name": "removeEnchantment(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#removeEnchantment(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "removeEnchantments()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#removeEnchantments()"
          },
          {
            "kind": "METHOD",
            "name": "removeItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#removeItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "resetData(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#resetData(DataComponentType)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "serializeAsBytes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#serializeAsBytes()"
          },
          {
            "kind": "METHOD",
            "name": "serializeItemsAsBytes(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#serializeItemsAsBytes(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "serializeItemsAsBytes(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#serializeItemsAsBytes(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setAmount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setAmount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setData(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setData(MaterialData)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setData(NonValued)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setData(NonValued)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "setDurability(short)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "durability"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setDurability(short)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemMeta(ItemMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setItemMeta(ItemMeta)"
          },
          {
            "kind": "METHOD",
            "name": "setLore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setLore(List)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setType(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#setType(Material)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "subtract()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#subtract()"
          },
          {
            "kind": "METHOD",
            "name": "subtract(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "qty"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#subtract(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#translationKey()"
          },
          {
            "kind": "METHOD",
            "name": "unsetData(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#unsetData(DataComponentType)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "withType(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html#withType(Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemStack.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ItemType",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cM\u003egetItemType(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "M"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#\u003cM\u003egetItemType(String)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cM\u003etyped(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "M"
              },
              {
                "kind": "PARAMETER",
                "name": "itemMetaType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#\u003cM\u003etyped(Class)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetDefaultData(Valued)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#\u003cT\u003egetDefaultData(Valued)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "ACTIVATOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ACTIVATOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ALLAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ALLAY_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ALLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ALLIUM"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AMETHYST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_CLUSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AMETHYST_CLUSTER"
          },
          {
            "kind": "FIELD",
            "name": "AMETHYST_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AMETHYST_SHARD"
          },
          {
            "kind": "FIELD",
            "name": "ANCIENT_DEBRIS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANCIENT_DEBRIS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "ANDESITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANDESITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "ANGLER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANGLER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#APPLE"
          },
          {
            "kind": "FIELD",
            "name": "ARCHER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ARCHER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_SCUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ARMADILLO_SCUTE"
          },
          {
            "kind": "FIELD",
            "name": "ARMADILLO_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ARMADILLO_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ARMOR_STAND"
          },
          {
            "kind": "FIELD",
            "name": "ARMS_UP_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ARMS_UP_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ARROW"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AXOLOTL_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "AXOLOTL_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AXOLOTL_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "AZURE_BLUET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#AZURE_BLUET"
          },
          {
            "kind": "FIELD",
            "name": "BAKED_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAKED_POTATO"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_CHEST_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_CHEST_RAFT"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_MOSAIC"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_MOSAIC_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_MOSAIC_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_MOSAIC_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_RAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_RAFT"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BAMBOO_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAMBOO_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BARREL"
          },
          {
            "kind": "FIELD",
            "name": "BARRIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BARRIER"
          },
          {
            "kind": "FIELD",
            "name": "BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BASALT"
          },
          {
            "kind": "FIELD",
            "name": "BAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BAT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEACON"
          },
          {
            "kind": "FIELD",
            "name": "BEDROCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEDROCK"
          },
          {
            "kind": "FIELD",
            "name": "BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEEF"
          },
          {
            "kind": "FIELD",
            "name": "BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEEHIVE"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEETROOT"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEETROOT_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "BEETROOT_SOUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEETROOT_SOUP"
          },
          {
            "kind": "FIELD",
            "name": "BEE_NEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEE_NEST"
          },
          {
            "kind": "FIELD",
            "name": "BEE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BEE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BELL"
          },
          {
            "kind": "FIELD",
            "name": "BIG_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIG_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_DYE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLACK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLACK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BLADE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLADE_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLAST_FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLAZE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLAZE_ROD"
          },
          {
            "kind": "FIELD",
            "name": "BLAZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLAZE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_ICE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_ORCHID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_ORCHID"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BOGGED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BOGGED_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BOLT_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BOLT_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "BONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BONE"
          },
          {
            "kind": "FIELD",
            "name": "BONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BONE_MEAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BONE_MEAL"
          },
          {
            "kind": "FIELD",
            "name": "BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BOOK"
          },
          {
            "kind": "FIELD",
            "name": "BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "BORDURE_INDENTED_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BORDURE_INDENTED_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "BOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BOW"
          },
          {
            "kind": "FIELD",
            "name": "BOWL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BOWL"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BREAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BREAD"
          },
          {
            "kind": "FIELD",
            "name": "BREEZE_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BREEZE_ROD"
          },
          {
            "kind": "FIELD",
            "name": "BREEZE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BREEZE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BREWER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BREWER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BREWING_STAND"
          },
          {
            "kind": "FIELD",
            "name": "BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRICK"
          },
          {
            "kind": "FIELD",
            "name": "BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_BED"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_DYE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "BROWN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BROWN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "BRUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BRUSH"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "BUDDING_AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUDDING_AMETHYST"
          },
          {
            "kind": "FIELD",
            "name": "BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "BURN_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BURN_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#BUSH"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CACTUS"
          },
          {
            "kind": "FIELD",
            "name": "CACTUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CACTUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CAKE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CAKE"
          },
          {
            "kind": "FIELD",
            "name": "CALCITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CALCITE"
          },
          {
            "kind": "FIELD",
            "name": "CALIBRATED_SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CALIBRATED_SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "CAMEL_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CAMEL_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CARROT"
          },
          {
            "kind": "FIELD",
            "name": "CARROT_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CARROT_ON_A_STICK"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CARVED_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CARVED_PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "CAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CAT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CAULDRON"
          },
          {
            "kind": "FIELD",
            "name": "CAVE_SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CAVE_SPIDER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHAINMAIL_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHAINMAIL_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHAINMAIL_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "CHAINMAIL_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHAINMAIL_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "CHAIN_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHAIN_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHARCOAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHARCOAL"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHEST"
          },
          {
            "kind": "FIELD",
            "name": "CHEST_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHEST_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "CHICKEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHICKEN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CHIPPED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHIPPED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_BOOKSHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_BOOKSHELF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "CHISELED_TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHISELED_TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_FLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHORUS_FLOWER"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHORUS_FRUIT"
          },
          {
            "kind": "FIELD",
            "name": "CHORUS_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CHORUS_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "CLAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CLAY"
          },
          {
            "kind": "FIELD",
            "name": "CLAY_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CLAY_BALL"
          },
          {
            "kind": "FIELD",
            "name": "CLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CLOCK"
          },
          {
            "kind": "FIELD",
            "name": "CLOSED_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CLOSED_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "COAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COAL"
          },
          {
            "kind": "FIELD",
            "name": "COAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COARSE_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COARSE_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "COAST_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COAST_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "COBWEB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COBWEB"
          },
          {
            "kind": "FIELD",
            "name": "COCOA_BEANS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COCOA_BEANS"
          },
          {
            "kind": "FIELD",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COD"
          },
          {
            "kind": "FIELD",
            "name": "COD_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COD_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "COD_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COD_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COMMAND_BLOCK_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COMMAND_BLOCK_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "COMPARATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COMPARATOR"
          },
          {
            "kind": "FIELD",
            "name": "COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COMPASS"
          },
          {
            "kind": "FIELD",
            "name": "COMPOSTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COMPOSTER"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CONDUIT"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_BEEF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_BEEF"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_COD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_COD"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_MUTTON"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_PORKCHOP"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_RABBIT"
          },
          {
            "kind": "FIELD",
            "name": "COOKED_SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKED_SALMON"
          },
          {
            "kind": "FIELD",
            "name": "COOKIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COOKIE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_AXE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_HOE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_NUGGET"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CORNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CORNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "COW_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#COW_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRACKED_DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRACKED_DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRACKED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRACKED_POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRAFTER"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRAFTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CREAKING_HEART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CREAKING_HEART"
          },
          {
            "kind": "FIELD",
            "name": "CREAKING_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CREAKING_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CREEPER_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CREEPER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "CREEPER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CREEPER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "CRIMSON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRIMSON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "CROSSBOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CROSSBOW"
          },
          {
            "kind": "FIELD",
            "name": "CRYING_OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CRYING_OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "CUT_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CUT_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_BED"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_DYE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "CYAN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#CYAN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGED_ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DAMAGED_ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "DANDELION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DANDELION"
          },
          {
            "kind": "FIELD",
            "name": "DANGER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DANGER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DARK_PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DARK_PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DAYLIGHT_DETECTOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DAYLIGHT_DETECTOR"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BRAIN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BRAIN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BRAIN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BRAIN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BUBBLE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BUBBLE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUBBLE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BUBBLE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DEAD_TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEAD_TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "DEBUG_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEBUG_STICK"
          },
          {
            "kind": "FIELD",
            "name": "DECORATED_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DECORATED_POT"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COAL_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_COAL_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_COPPER_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_COPPER_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_TILES"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_TILE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_TILE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DEEPSLATE_TILE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DEEPSLATE_TILE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DETECTOR_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DETECTOR_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_AXE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_HOE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_ORE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIAMOND_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "DIORITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIORITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIRT"
          },
          {
            "kind": "FIELD",
            "name": "DIRT_PATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DIRT_PATH"
          },
          {
            "kind": "FIELD",
            "name": "DISC_FRAGMENT_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DISC_FRAGMENT_5"
          },
          {
            "kind": "FIELD",
            "name": "DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DISPENSER"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DOLPHIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DONKEY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DONKEY_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_BREATH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRAGON_BREATH"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRAGON_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DRAGON_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRAGON_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRIED_GHAST"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRIED_KELP"
          },
          {
            "kind": "FIELD",
            "name": "DRIED_KELP_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRIED_KELP_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DRIPSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DRIPSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "DROPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DROPPER"
          },
          {
            "kind": "FIELD",
            "name": "DROWNED_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DROWNED_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "DUNE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#DUNE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "ECHO_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ECHO_SHARD"
          },
          {
            "kind": "FIELD",
            "name": "EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EGG"
          },
          {
            "kind": "FIELD",
            "name": "ELDER_GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ELDER_GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ELYTRA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ELYTRA"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EMERALD"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EMERALD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EMERALD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTED_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENCHANTED_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTED_GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENCHANTED_GOLDEN_APPLE"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENCHANTING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENDERMAN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENDERMITE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENDERMITE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENDER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_DRAGON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENDER_DRAGON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENDER_EYE"
          },
          {
            "kind": "FIELD",
            "name": "ENDER_PEARL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ENDER_PEARL"
          },
          {
            "kind": "FIELD",
            "name": "END_CRYSTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_CRYSTAL"
          },
          {
            "kind": "FIELD",
            "name": "END_PORTAL_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_PORTAL_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "END_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_ROD"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_STONE"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "END_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#END_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "EVOKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EVOKER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "EXPERIENCE_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPERIENCE_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "EXPLORER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPLORER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "EYE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#EYE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "FARMLAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FARMLAND"
          },
          {
            "kind": "FIELD",
            "name": "FEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FEATHER"
          },
          {
            "kind": "FIELD",
            "name": "FERMENTED_SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FERMENTED_SPIDER_EYE"
          },
          {
            "kind": "FIELD",
            "name": "FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FERN"
          },
          {
            "kind": "FIELD",
            "name": "FIELD_MASONED_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIELD_MASONED_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "FILLED_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FILLED_MAP"
          },
          {
            "kind": "FIELD",
            "name": "FIREFLY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIREFLY_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORK_ROCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIREWORK_ROCKET"
          },
          {
            "kind": "FIELD",
            "name": "FIREWORK_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIREWORK_STAR"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIRE_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIRE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIRE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FIRE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "FISHING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FISHING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "FLETCHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLETCHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "FLINT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLINT"
          },
          {
            "kind": "FIELD",
            "name": "FLINT_AND_STEEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLINT_AND_STEEL"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOWERING_AZALEA"
          },
          {
            "kind": "FIELD",
            "name": "FLOWERING_AZALEA_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOWERING_AZALEA_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOWER_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "FLOWER_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOWER_POT"
          },
          {
            "kind": "FIELD",
            "name": "FLOW_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOW_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "FLOW_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOW_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "FLOW_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FLOW_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "FOX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FOX_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "FRIEND_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FRIEND_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "FROGSPAWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FROGSPAWN"
          },
          {
            "kind": "FIELD",
            "name": "FROG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FROG_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#FURNACE_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GHAST_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GHAST_TEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GHAST_TEAR"
          },
          {
            "kind": "FIELD",
            "name": "GILDED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GILDED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLASS_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GLISTERING_MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLISTERING_MELON_SLICE"
          },
          {
            "kind": "FIELD",
            "name": "GLOBE_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOBE_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "GLOWSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOWSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWSTONE_DUST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOWSTONE_DUST"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOW_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_INK_SAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOW_INK_SAC"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOW_ITEM_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_LICHEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOW_LICHEN"
          },
          {
            "kind": "FIELD",
            "name": "GLOW_SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GLOW_SQUID_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GOAT_HORN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOAT_HORN"
          },
          {
            "kind": "FIELD",
            "name": "GOAT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOAT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_APPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_APPLE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_AXE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_CARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_CARROT"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_HOE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "GOLDEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLDEN_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLD_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLD_NUGGET"
          },
          {
            "kind": "FIELD",
            "name": "GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "GRANITE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRANITE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "GRASS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRASS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_DYE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_BED"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_DYE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "GREEN_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GREEN_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GRINDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "GUARDIAN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GUARDIAN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "GUNPOWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GUNPOWDER"
          },
          {
            "kind": "FIELD",
            "name": "GUSTER_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GUSTER_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "GUSTER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#GUSTER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HANGING_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HANGING_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "HAPPY_GHAST_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HAPPY_GHAST_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "HAY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HAY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HEARTBREAK_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HEARTBREAK_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HEART_OF_THE_SEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HEART_OF_THE_SEA"
          },
          {
            "kind": "FIELD",
            "name": "HEART_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HEART_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_CORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HEAVY_CORE"
          },
          {
            "kind": "FIELD",
            "name": "HEAVY_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HEAVY_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "HOGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HOGLIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "HONEYCOMB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HONEYCOMB"
          },
          {
            "kind": "FIELD",
            "name": "HONEYCOMB_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HONEYCOMB_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HONEY_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HONEY_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HONEY_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HONEY_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HOPPER"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HOPPER_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HORN_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HORN_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "HORN_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HORN_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HORSE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "HOST_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HOST_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "HOWL_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HOWL_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "HUSK_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#HUSK_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ICE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CHISELED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_CHISELED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_CRACKED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_CRACKED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_STONE"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INFESTED_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "INK_SAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#INK_SAC"
          },
          {
            "kind": "FIELD",
            "name": "IRON_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_AXE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_BARS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "IRON_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "IRON_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "IRON_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "IRON_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "IRON_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_HOE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "IRON_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "IRON_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "IRON_NUGGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_NUGGET"
          },
          {
            "kind": "FIELD",
            "name": "IRON_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_ORE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "IRON_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "IRON_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "IRON_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#IRON_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "ITEM_FRAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ITEM_FRAME"
          },
          {
            "kind": "FIELD",
            "name": "JACK_O_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JACK_O_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "JIGSAW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JIGSAW"
          },
          {
            "kind": "FIELD",
            "name": "JUKEBOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUKEBOX"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "KELP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#KELP"
          },
          {
            "kind": "FIELD",
            "name": "KNOWLEDGE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#KNOWLEDGE_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "LADDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LADDER"
          },
          {
            "kind": "FIELD",
            "name": "LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LAPIS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_LAZULI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LAPIS_LAZULI"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LAPIS_ORE"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LARGE_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "LARGE_FERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LARGE_FERN"
          },
          {
            "kind": "FIELD",
            "name": "LAVA_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LAVA_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "LEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEAD"
          },
          {
            "kind": "FIELD",
            "name": "LEAF_LITTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEAF_LITTER"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEATHER"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEATHER_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEATHER_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEATHER_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_HORSE_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEATHER_HORSE_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "LEATHER_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEATHER_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LECTERN"
          },
          {
            "kind": "FIELD",
            "name": "LEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LEVER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT"
          },
          {
            "kind": "FIELD",
            "name": "LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BLUE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_BLUE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_DYE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_GRAY_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_WEIGHTED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIGHT_WEIGHTED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "LILAC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LILAC"
          },
          {
            "kind": "FIELD",
            "name": "LILY_OF_THE_VALLEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LILY_OF_THE_VALLEY"
          },
          {
            "kind": "FIELD",
            "name": "LILY_PAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LILY_PAD"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_BED"
          },
          {
            "kind": "FIELD",
            "name": "LIME_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "LIME_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_DYE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "LIME_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "LIME_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "LIME_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "LIME_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LIME_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "LINGERING_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LINGERING_POTION"
          },
          {
            "kind": "FIELD",
            "name": "LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LLAMA_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "LODESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LODESTONE"
          },
          {
            "kind": "FIELD",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#LOOM"
          },
          {
            "kind": "FIELD",
            "name": "MACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MACE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_BED"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_DYE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "MAGENTA_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGENTA_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGMA_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_CREAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGMA_CREAM"
          },
          {
            "kind": "FIELD",
            "name": "MAGMA_CUBE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAGMA_CUBE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_PROPAGULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_PROPAGULE"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MAP"
          },
          {
            "kind": "FIELD",
            "name": "MEDIUM_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MEDIUM_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "MELON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MELON"
          },
          {
            "kind": "FIELD",
            "name": "MELON_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MELON_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "MELON_SLICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MELON_SLICE"
          },
          {
            "kind": "FIELD",
            "name": "MILK_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MILK_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MINECART"
          },
          {
            "kind": "FIELD",
            "name": "MINER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MINER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "MOJANG_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOJANG_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "MOOSHROOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOOSHROOM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_COBBLESTONE"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_COBBLESTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_COBBLESTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_COBBLESTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_COBBLESTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MOSSY_STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSSY_STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "MOURNER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MOURNER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUD"
          },
          {
            "kind": "FIELD",
            "name": "MUDDY_MANGROVE_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUDDY_MANGROVE_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUD_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUD_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUD_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "MUD_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUD_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "MULE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MULE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSHROOM_STEM"
          },
          {
            "kind": "FIELD",
            "name": "MUSHROOM_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSHROOM_STEW"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_11",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_11"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_13",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_13"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_5"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_BLOCKS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_CAT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CHIRP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_CHIRP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_CREATOR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_CREATOR_MUSIC_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_CREATOR_MUSIC_BOX"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_FAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_FAR"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_LAVA_CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_LAVA_CHICKEN"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_MALL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_MELLOHI",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_MELLOHI"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_OTHERSIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_OTHERSIDE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PIGSTEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_PIGSTEP"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_PRECIPICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_PRECIPICE"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_RELIC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_RELIC"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_STAL"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_STRAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_STRAD"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_TEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_TEARS"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WAIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_WAIT"
          },
          {
            "kind": "FIELD",
            "name": "MUSIC_DISC_WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUSIC_DISC_WARD"
          },
          {
            "kind": "FIELD",
            "name": "MUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MUTTON"
          },
          {
            "kind": "FIELD",
            "name": "MYCELIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#MYCELIUM"
          },
          {
            "kind": "FIELD",
            "name": "NAME_TAG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NAME_TAG"
          },
          {
            "kind": "FIELD",
            "name": "NAUTILUS_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NAUTILUS_SHELL"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_AXE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_BOOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_BOOTS"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_CHESTPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_CHESTPLATE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_HOE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_INGOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_INGOT"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_LEGGINGS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_LEGGINGS"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_SCRAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_SCRAP"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE_UPGRADE_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERITE_UPGRADE_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "NETHERRACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHERRACK"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_BRICK"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_BRICK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_GOLD_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_GOLD_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_QUARTZ_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_QUARTZ_ORE"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_SPROUTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_SPROUTS"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_STAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_STAR"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_WART"
          },
          {
            "kind": "FIELD",
            "name": "NETHER_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NETHER_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "NOTE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#NOTE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "OBSERVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OBSERVER"
          },
          {
            "kind": "FIELD",
            "name": "OBSIDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OBSIDIAN"
          },
          {
            "kind": "FIELD",
            "name": "OCELOT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OCELOT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "OCHRE_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OCHRE_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "OMINOUS_BOTTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OMINOUS_BOTTLE"
          },
          {
            "kind": "FIELD",
            "name": "OMINOUS_TRIAL_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OMINOUS_TRIAL_KEY"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_EYEBLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OPEN_EYEBLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_BED"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "ORANGE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ORANGE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "OXEYE_DAISY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXEYE_DAISY"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_ICE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PACKED_ICE"
          },
          {
            "kind": "FIELD",
            "name": "PACKED_MUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PACKED_MUD"
          },
          {
            "kind": "FIELD",
            "name": "PAINTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PAINTING"
          },
          {
            "kind": "FIELD",
            "name": "PALE_HANGING_MOSS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_HANGING_MOSS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_MOSS_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PALE_MOSS_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_MOSS_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "PANDA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PANDA_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PAPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PAPER"
          },
          {
            "kind": "FIELD",
            "name": "PARROT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PARROT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PEARLESCENT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PEARLESCENT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "PEONY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PEONY"
          },
          {
            "kind": "FIELD",
            "name": "PETRIFIED_OAK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PETRIFIED_OAK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_MEMBRANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PHANTOM_MEMBRANE"
          },
          {
            "kind": "FIELD",
            "name": "PHANTOM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PHANTOM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PIGLIN_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_BRUTE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PIGLIN_BRUTE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PIGLIN_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PIGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PIGLIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PIG_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PIG_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PILLAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_BED"
          },
          {
            "kind": "FIELD",
            "name": "PINK_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PINK_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_DYE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_PETALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_PETALS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PINK_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PINK_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "PINK_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PINK_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PISTON"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_PLANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PITCHER_PLANT"
          },
          {
            "kind": "FIELD",
            "name": "PITCHER_POD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PITCHER_POD"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PLAYER_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "PLENTY_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PLENTY_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "PODZOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PODZOL"
          },
          {
            "kind": "FIELD",
            "name": "POINTED_DRIPSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POINTED_DRIPSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POISONOUS_POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POISONOUS_POTATO"
          },
          {
            "kind": "FIELD",
            "name": "POLAR_BEAR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLAR_BEAR_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_ANDESITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_ANDESITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_ANDESITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_ANDESITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_BLACKSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_BLACKSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DEEPSLATE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DEEPSLATE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DEEPSLATE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DEEPSLATE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DIORITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DIORITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_DIORITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_DIORITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_GRANITE"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_GRANITE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_GRANITE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_GRANITE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_TUFF"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "POLISHED_TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POLISHED_TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "POPPED_CHORUS_FRUIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POPPED_CHORUS_FRUIT"
          },
          {
            "kind": "FIELD",
            "name": "POPPY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POPPY"
          },
          {
            "kind": "FIELD",
            "name": "PORKCHOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PORKCHOP"
          },
          {
            "kind": "FIELD",
            "name": "POTATO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POTATO"
          },
          {
            "kind": "FIELD",
            "name": "POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POTION"
          },
          {
            "kind": "FIELD",
            "name": "POWDER_SNOW_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POWDER_SNOW_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "POWERED_RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#POWERED_RAIL"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_CRYSTALS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_CRYSTALS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SHARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_SHARD"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "PRISMARINE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRISMARINE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "PRIZE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PRIZE_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PUFFERFISH"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PUFFERFISH_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "PUFFERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PUFFERFISH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PUMPKIN"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN_PIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PUMPKIN_PIE"
          },
          {
            "kind": "FIELD",
            "name": "PUMPKIN_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PUMPKIN_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_BED"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "PURPLE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPLE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPUR_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPUR_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPUR_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "PURPUR_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#PURPUR_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#QUARTZ_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#QUARTZ_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_PILLAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#QUARTZ_PILLAR"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RABBIT"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_FOOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RABBIT_FOOT"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_HIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RABBIT_HIDE"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RABBIT_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "RABBIT_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RABBIT_STEW"
          },
          {
            "kind": "FIELD",
            "name": "RAIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAIL"
          },
          {
            "kind": "FIELD",
            "name": "RAISER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAISER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "RAVAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAVAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "RAW_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAW_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "RAW_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAW_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAW_GOLD"
          },
          {
            "kind": "FIELD",
            "name": "RAW_GOLD_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAW_GOLD_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RAW_IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAW_IRON"
          },
          {
            "kind": "FIELD",
            "name": "RAW_IRON_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RAW_IRON_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RECOVERY_COMPASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RECOVERY_COMPASS"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REDSTONE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_LAMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REDSTONE_LAMP"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_ORE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REDSTONE_ORE"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REDSTONE_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "RED_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "RED_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_BED"
          },
          {
            "kind": "FIELD",
            "name": "RED_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "RED_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "RED_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_DYE"
          },
          {
            "kind": "FIELD",
            "name": "RED_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_MUSHROOM"
          },
          {
            "kind": "FIELD",
            "name": "RED_MUSHROOM_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_MUSHROOM_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_NETHER_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_NETHER_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_NETHER_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_NETHER_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_NETHER_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_SAND"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RED_SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RED_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "RED_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "RED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "RED_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "RED_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RED_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "REINFORCED_DEEPSLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REINFORCED_DEEPSLATE"
          },
          {
            "kind": "FIELD",
            "name": "REPEATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REPEATER"
          },
          {
            "kind": "FIELD",
            "name": "REPEATING_COMMAND_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#REPEATING_COMMAND_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_BRICK"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "RESIN_CLUMP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESIN_CLUMP"
          },
          {
            "kind": "FIELD",
            "name": "RESPAWN_ANCHOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RESPAWN_ANCHOR"
          },
          {
            "kind": "FIELD",
            "name": "RIB_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#RIB_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "ROOTED_DIRT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ROOTED_DIRT"
          },
          {
            "kind": "FIELD",
            "name": "ROSE_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ROSE_BUSH"
          },
          {
            "kind": "FIELD",
            "name": "ROTTEN_FLESH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ROTTEN_FLESH"
          },
          {
            "kind": "FIELD",
            "name": "SADDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SADDLE"
          },
          {
            "kind": "FIELD",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SALMON"
          },
          {
            "kind": "FIELD",
            "name": "SALMON_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SALMON_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "SALMON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SALMON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SAND"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SANDSTONE_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SANDSTONE_WALL"
          },
          {
            "kind": "FIELD",
            "name": "SCAFFOLDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCAFFOLDING"
          },
          {
            "kind": "FIELD",
            "name": "SCRAPE_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCRAPE_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SCULK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCULK"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_CATALYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCULK_CATALYST"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SENSOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCULK_SENSOR"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_SHRIEKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCULK_SHRIEKER"
          },
          {
            "kind": "FIELD",
            "name": "SCULK_VEIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SCULK_VEIN"
          },
          {
            "kind": "FIELD",
            "name": "SEAGRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SEAGRASS"
          },
          {
            "kind": "FIELD",
            "name": "SEA_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SEA_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SEA_PICKLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SEA_PICKLE"
          },
          {
            "kind": "FIELD",
            "name": "SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SHEAF_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHEAF_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SHEARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHEARS"
          },
          {
            "kind": "FIELD",
            "name": "SHEEP_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHEEP_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SHELTER_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHELTER_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHIELD"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHORT_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHORT_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHORT_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "SHROOMLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHROOMLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_SHELL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHULKER_SHELL"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SHULKER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SILVERFISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SILVERFISH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SKELETON_HORSE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SKELETON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SKULL_BANNER_PATTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SKULL_BANNER_PATTERN"
          },
          {
            "kind": "FIELD",
            "name": "SKULL_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SKULL_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_BALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SLIME_BALL"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SLIME_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SLIME_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SLIME_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_AMETHYST_BUD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMALL_AMETHYST_BUD"
          },
          {
            "kind": "FIELD",
            "name": "SMALL_DRIPLEAF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMALL_DRIPLEAF"
          },
          {
            "kind": "FIELD",
            "name": "SMITHING_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMITHING_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOKER"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_BASALT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_BASALT"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_QUARTZ_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_QUARTZ_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_QUARTZ_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_RED_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_RED_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_RED_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_RED_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_SANDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_SANDSTONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_SANDSTONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_SANDSTONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_STONE"
          },
          {
            "kind": "FIELD",
            "name": "SMOOTH_STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SMOOTH_STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNIFFER_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SNIFFER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNIFFER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SNORT_POTTERY_SHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNORT_POTTERY_SHERD"
          },
          {
            "kind": "FIELD",
            "name": "SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SNOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNOW"
          },
          {
            "kind": "FIELD",
            "name": "SNOWBALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNOWBALL"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNOW_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "SNOW_GOLEM_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SNOW_GOLEM_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_CAMPFIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SOUL_CAMPFIRE"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SOUL_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SOUL_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_SOIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SOUL_SOIL"
          },
          {
            "kind": "FIELD",
            "name": "SOUL_TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SOUL_TORCH"
          },
          {
            "kind": "FIELD",
            "name": "SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "SPECTRAL_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPECTRAL_ARROW"
          },
          {
            "kind": "FIELD",
            "name": "SPIDER_EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPIDER_EYE"
          },
          {
            "kind": "FIELD",
            "name": "SPIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPIDER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "SPLASH_POTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPLASH_POTION"
          },
          {
            "kind": "FIELD",
            "name": "SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "SPORE_BLOSSOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPORE_BLOSSOM"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_CHEST_BOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_CHEST_BOAT"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LEAVES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_LEAVES"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SAPLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_SAPLING"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "SPYGLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SPYGLASS"
          },
          {
            "kind": "FIELD",
            "name": "SQUID_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SQUID_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STICK"
          },
          {
            "kind": "FIELD",
            "name": "STICKY_PISTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STICKY_PISTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE"
          },
          {
            "kind": "FIELD",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONECUTTER"
          },
          {
            "kind": "FIELD",
            "name": "STONE_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_AXE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "STONE_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "STONE_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_HOE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "STONE_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "STONE_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STONE_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "STRAY_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRAY_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "STRIDER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIDER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRING"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_ACACIA_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_ACACIA_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_ACACIA_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BAMBOO_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_BAMBOO_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_BIRCH_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_BIRCH_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_BIRCH_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_CHERRY_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CHERRY_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_CHERRY_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_CRIMSON_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_CRIMSON_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_CRIMSON_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_DARK_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_DARK_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_DARK_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_JUNGLE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_JUNGLE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_JUNGLE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_MANGROVE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_MANGROVE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_MANGROVE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_PALE_OAK_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_PALE_OAK_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_PALE_OAK_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_LOG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_SPRUCE_LOG"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_SPRUCE_WOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_SPRUCE_WOOD"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "STRIPPED_WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRIPPED_WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRUCTURE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "STRUCTURE_VOID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#STRUCTURE_VOID"
          },
          {
            "kind": "FIELD",
            "name": "SUGAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SUGAR"
          },
          {
            "kind": "FIELD",
            "name": "SUGAR_CANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SUGAR_CANE"
          },
          {
            "kind": "FIELD",
            "name": "SUNFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SUNFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_GRAVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SUSPICIOUS_GRAVEL"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_SAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SUSPICIOUS_SAND"
          },
          {
            "kind": "FIELD",
            "name": "SUSPICIOUS_STEW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SUSPICIOUS_STEW"
          },
          {
            "kind": "FIELD",
            "name": "SWEET_BERRIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#SWEET_BERRIES"
          },
          {
            "kind": "FIELD",
            "name": "TADPOLE_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TADPOLE_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "TADPOLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TADPOLE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TALL_DRY_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TALL_DRY_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TALL_GRASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TALL_GRASS"
          },
          {
            "kind": "FIELD",
            "name": "TARGET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TARGET"
          },
          {
            "kind": "FIELD",
            "name": "TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "TEST_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TEST_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TEST_INSTANCE_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TEST_INSTANCE_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TIDE_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TIDE_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "TINTED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TINTED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "TIPPED_ARROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TIPPED_ARROW"
          },
          {
            "kind": "FIELD",
            "name": "TNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TNT"
          },
          {
            "kind": "FIELD",
            "name": "TNT_MINECART",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TNT_MINECART"
          },
          {
            "kind": "FIELD",
            "name": "TORCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TORCH"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TORCHFLOWER"
          },
          {
            "kind": "FIELD",
            "name": "TORCHFLOWER_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TORCHFLOWER_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "TOTEM_OF_UNDYING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TOTEM_OF_UNDYING"
          },
          {
            "kind": "FIELD",
            "name": "TRADER_LLAMA_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TRADER_LLAMA_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TRAPPED_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TRAPPED_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TRIAL_KEY"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_SPAWNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TRIAL_SPAWNER"
          },
          {
            "kind": "FIELD",
            "name": "TRIDENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TRIDENT"
          },
          {
            "kind": "FIELD",
            "name": "TRIPWIRE_HOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TRIPWIRE_HOOK"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TROPICAL_FISH"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TROPICAL_FISH_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "TROPICAL_FISH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TROPICAL_FISH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUBE_CORAL"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUBE_CORAL_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "TUBE_CORAL_FAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUBE_CORAL_FAN"
          },
          {
            "kind": "FIELD",
            "name": "TUFF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_BRICKS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_BRICK_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_BRICK_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_BRICK_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_BRICK_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "TUFF_WALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TUFF_WALL"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TURTLE_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TURTLE_HELMET"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_SCUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TURTLE_SCUTE"
          },
          {
            "kind": "FIELD",
            "name": "TURTLE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TURTLE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "TWISTING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#TWISTING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "VAULT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VAULT"
          },
          {
            "kind": "FIELD",
            "name": "VERDANT_FROGLIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VERDANT_FROGLIGHT"
          },
          {
            "kind": "FIELD",
            "name": "VEX_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VEX_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "VEX_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VEX_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "VINDICATOR_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VINDICATOR_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#VINE"
          },
          {
            "kind": "FIELD",
            "name": "WANDERING_TRADER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WANDERING_TRADER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WARDEN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARDEN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WARD_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARD_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_BUTTON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_BUTTON"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_FENCE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FENCE_GATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_FENCE_GATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FUNGUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_FUNGUS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_FUNGUS_ON_A_STICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_FUNGUS_ON_A_STICK"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HANGING_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_HANGING_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_HYPHAE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_HYPHAE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_NYLIUM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_NYLIUM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PLANKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_PLANKS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_PRESSURE_PLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_PRESSURE_PLATE"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_ROOTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_ROOTS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SHELF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_SHELF"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SIGN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_SIGN"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_STEM"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WARPED_WART_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WARPED_WART_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER_BUCKET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WATER_BUCKET"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BLOCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_BLOCK"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_EXPOSED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_EXPOSED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_OXIDIZED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_OXIDIZED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WAXED_WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAXED_WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CHISELED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_CHISELED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BARS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_BARS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_BULB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_BULB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHAIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_CHAIN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_CHEST"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_DOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_DOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GOLEM_STATUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_GOLEM_STATUE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_GRATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_GRATE"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_LANTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_LANTERN"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_COPPER_TRAPDOOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_COPPER_TRAPDOOR"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_CUT_COPPER"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_SLAB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_CUT_COPPER_SLAB"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_CUT_COPPER_STAIRS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_CUT_COPPER_STAIRS"
          },
          {
            "kind": "FIELD",
            "name": "WEATHERED_LIGHTNING_ROD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEATHERED_LIGHTNING_ROD"
          },
          {
            "kind": "FIELD",
            "name": "WEEPING_VINES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WEEPING_VINES"
          },
          {
            "kind": "FIELD",
            "name": "WET_SPONGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WET_SPONGE"
          },
          {
            "kind": "FIELD",
            "name": "WHEAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHEAT"
          },
          {
            "kind": "FIELD",
            "name": "WHEAT_SEEDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHEAT_SEEDS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_BED"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_DYE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_TULIP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_TULIP"
          },
          {
            "kind": "FIELD",
            "name": "WHITE_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WHITE_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "WILDFLOWERS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WILDFLOWERS"
          },
          {
            "kind": "FIELD",
            "name": "WILD_ARMOR_TRIM_SMITHING_TEMPLATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WILD_ARMOR_TRIM_SMITHING_TEMPLATE"
          },
          {
            "kind": "FIELD",
            "name": "WIND_CHARGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WIND_CHARGE"
          },
          {
            "kind": "FIELD",
            "name": "WITCH_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WITCH_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_ROSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WITHER_ROSE"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_SKULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WITHER_SKELETON_SKULL"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SKELETON_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WITHER_SKELETON_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WITHER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOLF_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "WOLF_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOLF_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_AXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOODEN_AXE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_HOE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOODEN_HOE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_PICKAXE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOODEN_PICKAXE"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SHOVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOODEN_SHOVEL"
          },
          {
            "kind": "FIELD",
            "name": "WOODEN_SWORD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WOODEN_SWORD"
          },
          {
            "kind": "FIELD",
            "name": "WRITABLE_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WRITABLE_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "WRITTEN_BOOK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#WRITTEN_BOOK"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BANNER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_BANNER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_BED"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_BUNDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_BUNDLE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CANDLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_CANDLE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CARPET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_CARPET"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_CONCRETE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_CONCRETE_POWDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_CONCRETE_POWDER"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_DYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_DYE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_GLAZED_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_GLAZED_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_HARNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_HARNESS"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_STAINED_GLASS"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_STAINED_GLASS_PANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_STAINED_GLASS_PANE"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_TERRACOTTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_TERRACOTTA"
          },
          {
            "kind": "FIELD",
            "name": "YELLOW_WOOL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#YELLOW_WOOL"
          },
          {
            "kind": "FIELD",
            "name": "ZOGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ZOGLIN_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_HEAD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ZOMBIE_HEAD"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_HORSE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ZOMBIE_HORSE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ZOMBIE_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIE_VILLAGER_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ZOMBIE_VILLAGER_SPAWN_EGG"
          },
          {
            "kind": "FIELD",
            "name": "ZOMBIFIED_PIGLIN_SPAWN_EGG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#ZOMBIFIED_PIGLIN_SPAWN_EGG"
          },
          {
            "kind": "METHOD",
            "name": "asMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#asMaterial()",
            "deprecated": {
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#createItemStack()"
          },
          {
            "kind": "METHOD",
            "name": "createItemStack(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#createItemStack(int)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getBlockType()"
          },
          {
            "kind": "METHOD",
            "name": "getBurnDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getBurnDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getCompostChance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getCompostChance()"
          },
          {
            "kind": "METHOD",
            "name": "getCraftingRemainingItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getCraftingRemainingItem()"
          },
          {
            "kind": "METHOD",
            "name": "getCreativeCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getCreativeCategory()",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDefaultAttributeModifiers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getDefaultAttributeModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultAttributeModifiers(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getDefaultAttributeModifiers(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultDataTypes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getDefaultDataTypes()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getItemMetaClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getItemMetaClass()"
          },
          {
            "kind": "METHOD",
            "name": "getItemRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getItemRarity()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDurability()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getMaxDurability()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasBlockType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#hasBlockType()"
          },
          {
            "kind": "METHOD",
            "name": "hasDefaultData(DataComponentType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#hasDefaultData(DataComponentType)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "isCompostable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#isCompostable()"
          },
          {
            "kind": "METHOD",
            "name": "isEdible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#isEdible()"
          },
          {
            "kind": "METHOD",
            "name": "isEnabledByFeature(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#isEnabledByFeature(World)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isFuel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#isFuel()"
          },
          {
            "kind": "METHOD",
            "name": "isRecord()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#isRecord()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.inventory.ItemType.Typed",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "M"
              },
              {
                "kind": "METHOD",
                "name": "createItemStack(Consumer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "metaConfigurator"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType/Typed.html#createItemStack(Consumer)",
                "apiStatus": "Experimental"
              },
              {
                "kind": "METHOD",
                "name": "createItemStack(int,Consumer)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "amount"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "metaConfigurator"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType/Typed.html#createItemStack(int,Consumer)",
                "apiStatus": "Experimental"
              },
              {
                "kind": "METHOD",
                "name": "getItemMetaClass()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType/Typed.html#getItemMetaClass()",
                "apiStatus": "Experimental"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType/Typed.html",
            "apiStatus": "NonExtendable"
          },
          {
            "kind": "METHOD",
            "name": "typed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html#typed()",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ItemType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.JukeboxInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/JukeboxInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getRecord()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/JukeboxInventory.html#getRecord()"
          },
          {
            "kind": "METHOD",
            "name": "setRecord(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/JukeboxInventory.html#setRecord(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/JukeboxInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.LecternInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBook()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LecternInventory.html#getBook()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LecternInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "setBook(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "book"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LecternInventory.html#setBook(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LecternInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.LlamaInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getDecor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LlamaInventory.html#getDecor()"
          },
          {
            "kind": "METHOD",
            "name": "setDecor(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LlamaInventory.html#setDecor(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LlamaInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.LoomInventory",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/LoomInventory.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.MainHand",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MainHand.html#LEFT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MainHand.html#MainHand()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MainHand.html#RIGHT"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MainHand.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MainHand.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MainHand.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.MenuType",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eget(String)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#\u003cT\u003eget(String)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cV,B\u003etyped(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "V"
              },
              {
                "kind": "PARAMETER",
                "name": "viewClass"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#\u003cV,B\u003etyped(Class)"
          },
          {
            "kind": "FIELD",
            "name": "ANVIL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#ANVIL"
          },
          {
            "kind": "FIELD",
            "name": "BEACON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#BEACON"
          },
          {
            "kind": "FIELD",
            "name": "BLAST_FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#BLAST_FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "BREWING_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#BREWING_STAND"
          },
          {
            "kind": "FIELD",
            "name": "CARTOGRAPHY_TABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#CARTOGRAPHY_TABLE"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTER_3X3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#CRAFTER_3X3"
          },
          {
            "kind": "FIELD",
            "name": "CRAFTING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#CRAFTING"
          },
          {
            "kind": "FIELD",
            "name": "ENCHANTMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#ENCHANTMENT"
          },
          {
            "kind": "FIELD",
            "name": "FURNACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#FURNACE"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_3X3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_3X3"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_9X1"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_9X2"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_9X3"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_9X4"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_9X5"
          },
          {
            "kind": "FIELD",
            "name": "GENERIC_9X6",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GENERIC_9X6"
          },
          {
            "kind": "FIELD",
            "name": "GRINDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#GRINDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "HOPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#HOPPER"
          },
          {
            "kind": "FIELD",
            "name": "LECTERN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#LECTERN"
          },
          {
            "kind": "FIELD",
            "name": "LOOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#LOOM"
          },
          {
            "kind": "FIELD",
            "name": "MERCHANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#MERCHANT"
          },
          {
            "kind": "FIELD",
            "name": "SHULKER_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#SHULKER_BOX"
          },
          {
            "kind": "FIELD",
            "name": "SMITHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#SMITHING"
          },
          {
            "kind": "FIELD",
            "name": "SMOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#SMOKER"
          },
          {
            "kind": "FIELD",
            "name": "STONECUTTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#STONECUTTER"
          },
          {
            "kind": "METHOD",
            "name": "create(HumanEntity,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#create(HumanEntity,Component)"
          },
          {
            "kind": "METHOD",
            "name": "getInventoryViewClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#getInventoryViewClass()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.inventory.MenuType.Typed",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "B"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "V"
              },
              {
                "kind": "METHOD",
                "name": "builder()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType/Typed.html#builder()"
              },
              {
                "kind": "METHOD",
                "name": "create(HumanEntity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "player"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType/Typed.html#create(HumanEntity)"
              },
              {
                "kind": "METHOD",
                "name": "create(HumanEntity,Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "player"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType/Typed.html#create(HumanEntity,Component)"
              },
              {
                "kind": "METHOD",
                "name": "create(HumanEntity,String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "player"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType/Typed.html#create(HumanEntity,String)",
                "deprecated": {
                  "since": "1.21",
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType/Typed.html"
          },
          {
            "kind": "METHOD",
            "name": "typed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html#typed()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MenuType.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.Merchant",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRecipe(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#getRecipe(int)"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#getRecipeCount()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#getRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "getTrader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#getTrader()"
          },
          {
            "kind": "METHOD",
            "name": "isTrading()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#isTrading()"
          },
          {
            "kind": "METHOD",
            "name": "setRecipe(int,MerchantRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              },
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#setRecipe(int,MerchantRecipe)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipes(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html#setRecipes(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Merchant.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.MerchantInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMerchant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantInventory.html#getMerchant()"
          },
          {
            "kind": "METHOD",
            "name": "getSelectedRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantInventory.html#getSelectedRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getSelectedRecipeIndex()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantInventory.html#getSelectedRecipeIndex()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.MerchantRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(ItemStack,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(ItemStack,int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experienceReward"
              },
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "uses"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int,int,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(ItemStack,int,int,boolean,int,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experienceReward"
              },
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              },
              {
                "kind": "PARAMETER",
                "name": "priceMultiplier"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "uses"
              },
              {
                "kind": "PARAMETER",
                "name": "villagerExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int,int,boolean,int,float)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(ItemStack,int,int,boolean,int,float,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "experienceReward"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreDiscounts"
              },
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              },
              {
                "kind": "PARAMETER",
                "name": "priceMultiplier"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "uses"
              },
              {
                "kind": "PARAMETER",
                "name": "villagerExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int,int,boolean,int,float,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(ItemStack,int,int,boolean,int,float,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "demand"
              },
              {
                "kind": "PARAMETER",
                "name": "experienceReward"
              },
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              },
              {
                "kind": "PARAMETER",
                "name": "priceMultiplier"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "specialPrice"
              },
              {
                "kind": "PARAMETER",
                "name": "uses"
              },
              {
                "kind": "PARAMETER",
                "name": "villagerExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int,int,boolean,int,float,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(ItemStack,int,int,boolean,int,float,int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "demand"
              },
              {
                "kind": "PARAMETER",
                "name": "experienceReward"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreDiscounts"
              },
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              },
              {
                "kind": "PARAMETER",
                "name": "priceMultiplier"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "specialPrice"
              },
              {
                "kind": "PARAMETER",
                "name": "uses"
              },
              {
                "kind": "PARAMETER",
                "name": "villagerExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(ItemStack,int,int,boolean,int,float,int,int,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MerchantRecipe(MerchantRecipe)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipe"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#MerchantRecipe(MerchantRecipe)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#addIngredient(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "adjust(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#adjust(ItemStack)"
          },
          {
            "kind": "FIELD",
            "name": "demand",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#demand"
          },
          {
            "kind": "FIELD",
            "name": "experienceReward",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#experienceReward"
          },
          {
            "kind": "METHOD",
            "name": "getAdjustedIngredient1()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getAdjustedIngredient1()"
          },
          {
            "kind": "METHOD",
            "name": "getDemand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getDemand()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredients()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getIngredients()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxUses()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getMaxUses()"
          },
          {
            "kind": "METHOD",
            "name": "getPriceMultiplier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getPriceMultiplier()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecialPrice()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getSpecialPrice()"
          },
          {
            "kind": "METHOD",
            "name": "getUses()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getUses()"
          },
          {
            "kind": "METHOD",
            "name": "getVillagerExperience()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#getVillagerExperience()"
          },
          {
            "kind": "METHOD",
            "name": "hasExperienceReward()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#hasExperienceReward()"
          },
          {
            "kind": "FIELD",
            "name": "ignoreDiscounts",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#ignoreDiscounts"
          },
          {
            "kind": "FIELD",
            "name": "ingredients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#ingredients"
          },
          {
            "kind": "FIELD",
            "name": "maxUses",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#maxUses"
          },
          {
            "kind": "FIELD",
            "name": "priceMultiplier",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#priceMultiplier"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#removeIngredient(int)"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#result"
          },
          {
            "kind": "METHOD",
            "name": "setDemand(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "demand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setDemand(int)"
          },
          {
            "kind": "METHOD",
            "name": "setExperienceReward(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setExperienceReward(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIgnoreDiscounts(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ignoreDiscounts"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setIgnoreDiscounts(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredients(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredients"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setIngredients(List)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxUses(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxUses"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setMaxUses(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPriceMultiplier(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "priceMultiplier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setPriceMultiplier(float)"
          },
          {
            "kind": "METHOD",
            "name": "setSpecialPrice(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "specialPrice"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setSpecialPrice(int)"
          },
          {
            "kind": "METHOD",
            "name": "setUses(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "uses"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setUses(int)"
          },
          {
            "kind": "METHOD",
            "name": "setVillagerExperience(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "villagerExperience"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#setVillagerExperience(int)"
          },
          {
            "kind": "METHOD",
            "name": "shouldIgnoreDiscounts()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#shouldIgnoreDiscounts()"
          },
          {
            "kind": "FIELD",
            "name": "specialPrice",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#specialPrice"
          },
          {
            "kind": "FIELD",
            "name": "uses",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#uses"
          },
          {
            "kind": "FIELD",
            "name": "villagerExperience",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html#villagerExperience"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/MerchantRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.PlayerInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getArmorContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getArmorContents()"
          },
          {
            "kind": "METHOD",
            "name": "getBoots()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getBoots()"
          },
          {
            "kind": "METHOD",
            "name": "getChestplate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getChestplate()"
          },
          {
            "kind": "METHOD",
            "name": "getExtraContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getExtraContents()"
          },
          {
            "kind": "METHOD",
            "name": "getHeldItemSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getHeldItemSlot()"
          },
          {
            "kind": "METHOD",
            "name": "getHelmet()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getHelmet()"
          },
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getHolder()"
          },
          {
            "kind": "METHOD",
            "name": "getItem(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getItem(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getItemInHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getItemInHand()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemInMainHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getItemInMainHand()"
          },
          {
            "kind": "METHOD",
            "name": "getItemInOffHand()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getItemInOffHand()"
          },
          {
            "kind": "METHOD",
            "name": "getLeggings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#getLeggings()"
          },
          {
            "kind": "METHOD",
            "name": "setArmorContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setArmorContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setBoots(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "boots"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setBoots(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setChestplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "chestplate"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setChestplate(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setExtraContents(ItemStack...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setExtraContents(ItemStack...)"
          },
          {
            "kind": "METHOD",
            "name": "setHeldItemSlot(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setHeldItemSlot(int)"
          },
          {
            "kind": "METHOD",
            "name": "setHelmet(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "helmet"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setHelmet(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(EquipmentSlot,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setItem(EquipmentSlot,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItem(int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setItem(int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setItemInHand(ItemStack)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setItemInMainHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setItemInMainHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setItemInOffHand(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setItemInOffHand(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setLeggings(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leggings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html#setLeggings(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/PlayerInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.Recipe",
        "children": [
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Recipe.html#getResult()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/Recipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.RecipeChoice",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "empty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice.html#empty()"
          },
          {
            "kind": "METHOD",
            "name": "getItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice.html#getItemStack()",
            "deprecated": {
              "since": "1.13.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.inventory.RecipeChoice.ExactChoice",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ExactChoice(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stack"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#ExactChoice(ItemStack)"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ExactChoice(ItemStack...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "stacks"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#ExactChoice(ItemStack...)"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ExactChoice(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "choices"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#ExactChoice(List)"
              },
              {
                "kind": "FIELD",
                "name": "choices",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#choices"
              },
              {
                "kind": "METHOD",
                "name": "clone()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#clone()"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "obj"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "getChoices()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#getChoices()"
              },
              {
                "kind": "METHOD",
                "name": "getItemStack()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#getItemStack()"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#hashCode()"
              },
              {
                "kind": "METHOD",
                "name": "test(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "t"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#test(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#toString()"
              },
              {
                "kind": "METHOD",
                "name": "validate(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "allowEmptyRecipes"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html#validate(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/ExactChoice.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.inventory.RecipeChoice.MaterialChoice",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "MaterialChoice(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "choices"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#MaterialChoice(List)"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "MaterialChoice(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "choice"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#MaterialChoice(Material)"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "MaterialChoice(Material...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "choices"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#MaterialChoice(Material...)"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "MaterialChoice(Tag)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "choices"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#MaterialChoice(Tag)"
              },
              {
                "kind": "FIELD",
                "name": "choices",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#choices"
              },
              {
                "kind": "METHOD",
                "name": "clone()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#clone()"
              },
              {
                "kind": "METHOD",
                "name": "equals(Object)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "obj"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#equals(Object)"
              },
              {
                "kind": "METHOD",
                "name": "getChoices()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#getChoices()"
              },
              {
                "kind": "METHOD",
                "name": "getItemStack()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#getItemStack()"
              },
              {
                "kind": "METHOD",
                "name": "hashCode()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#hashCode()"
              },
              {
                "kind": "METHOD",
                "name": "test(ItemStack)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "t"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#test(ItemStack)"
              },
              {
                "kind": "METHOD",
                "name": "toString()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#toString()"
              },
              {
                "kind": "METHOD",
                "name": "validate(boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "allowEmptyRecipes"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html#validate(boolean)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice/MaterialChoice.html"
          },
          {
            "kind": "METHOD",
            "name": "test(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice.html#test(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/RecipeChoice.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.SaddledHorseInventory",
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SaddledHorseInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.ShapedRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ShapedRecipe(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#ShapedRecipe(ItemStack)",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ShapedRecipe(NamespacedKey,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#ShapedRecipe(NamespacedKey,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getChoiceMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#getChoiceMap()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredientMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#getIngredientMap()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getShape()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#getShape()"
          },
          {
            "kind": "FIELD",
            "name": "ingredients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#ingredients"
          },
          {
            "kind": "FIELD",
            "name": "rows",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#rows"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,Material)"
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "raw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,MaterialData)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setIngredient(char,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#setIngredient(char,RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "shape(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shape"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html#shape(String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapedRecipe.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.ShapelessRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ShapelessRecipe(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#ShapelessRecipe(ItemStack)",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ShapelessRecipe(NamespacedKey,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#ShapelessRecipe(NamespacedKey,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(Material)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "rawdata"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(MaterialData)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(int,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(int,Material)"
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(int,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "rawdata"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(int,Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addIngredient(int,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#addIngredient(int,MaterialData)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getChoiceList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#getChoiceList()"
          },
          {
            "kind": "METHOD",
            "name": "getIngredientList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#getIngredientList()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "ingredients",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#ingredients"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(Material)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "rawdata"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(MaterialData)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int,ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(int,ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(int,Material)"
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int,Material,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              },
              {
                "kind": "PARAMETER",
                "name": "rawdata"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(int,Material,int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removeIngredient(int,MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "count"
              },
              {
                "kind": "PARAMETER",
                "name": "ingredient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html#removeIngredient(int,MaterialData)",
            "deprecated": {
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShapelessRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.ShelfInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShelfInventory.html#getHolder()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/ShelfInventory.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.SmithingInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInputEquipment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#getInputEquipment()"
          },
          {
            "kind": "METHOD",
            "name": "getInputMineral()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#getInputMineral()"
          },
          {
            "kind": "METHOD",
            "name": "getInputTemplate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#getInputTemplate()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipe()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#getRecipe()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "setInputEquipment(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#setInputEquipment(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setInputMineral(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#setInputMineral(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setInputTemplate(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#setInputTemplate(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "newResult"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.SmithingRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#SmithingRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice)",
            "deprecated": {
              "since": "1.20.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "copyDataComponents"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#SmithingRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "addition",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#addition"
          },
          {
            "kind": "FIELD",
            "name": "base",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#base"
          },
          {
            "kind": "FIELD",
            "name": "copyDataComponents",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#copyDataComponents"
          },
          {
            "kind": "METHOD",
            "name": "getAddition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#getAddition()"
          },
          {
            "kind": "METHOD",
            "name": "getBase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#getBase()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "result",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#result"
          },
          {
            "kind": "METHOD",
            "name": "willCopyDataComponents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#willCopyDataComponents()"
          },
          {
            "kind": "METHOD",
            "name": "willCopyNbt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html#willCopyNbt()",
            "apiStatus": "Obsolete"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingRecipe.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.SmithingTransformRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingTransformRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTransformRecipe.html#SmithingTransformRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice,RecipeChoice)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingTransformRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice,RecipeChoice,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "copyDataComponents"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTransformRecipe.html#SmithingTransformRecipe(NamespacedKey,ItemStack,RecipeChoice,RecipeChoice,RecipeChoice,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getTemplate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTransformRecipe.html#getTemplate()"
          },
          {
            "kind": "FIELD",
            "name": "template",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTransformRecipe.html#template"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTransformRecipe.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.SmithingTrimRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice)",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice,TrimPattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              },
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice,TrimPattern)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice,TrimPattern,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "copyDataComponents"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              },
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice,TrimPattern,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "addition"
              },
              {
                "kind": "PARAMETER",
                "name": "base"
              },
              {
                "kind": "PARAMETER",
                "name": "copyDataComponents"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#SmithingTrimRecipe(NamespacedKey,RecipeChoice,RecipeChoice,RecipeChoice,boolean)",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTemplate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#getTemplate()"
          },
          {
            "kind": "METHOD",
            "name": "getTrimPattern()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#getTrimPattern()"
          },
          {
            "kind": "FIELD",
            "name": "pattern",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#pattern"
          },
          {
            "kind": "METHOD",
            "name": "patternFromMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#patternFromMaterial(Material)"
          },
          {
            "kind": "METHOD",
            "name": "patternFromTemplate(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "template"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#patternFromTemplate(RecipeChoice)"
          },
          {
            "kind": "FIELD",
            "name": "template",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html#template"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmithingTrimRecipe.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.SmokingRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SmokingRecipe(NamespacedKey,ItemStack,Material,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmokingRecipe.html#SmokingRecipe(NamespacedKey,ItemStack,Material,float,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmokingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookingTime"
              },
              {
                "kind": "PARAMETER",
                "name": "experience"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmokingRecipe.html#SmokingRecipe(NamespacedKey,ItemStack,RecipeChoice,float,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/SmokingRecipe.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.StonecutterInventory",
        "children": [
          {
            "kind": "METHOD",
            "name": "getInputItem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecutterInventory.html#getInputItem()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecutterInventory.html#getResult()"
          },
          {
            "kind": "METHOD",
            "name": "setInputItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecutterInventory.html#setInputItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "setResult(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecutterInventory.html#setResult(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecutterInventory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.StonecuttingRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "StonecuttingRecipe(NamespacedKey,ItemStack,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#StonecuttingRecipe(NamespacedKey,ItemStack,Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StonecuttingRecipe(NamespacedKey,ItemStack,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#StonecuttingRecipe(NamespacedKey,ItemStack,RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "getGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#getGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#getInput()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getInputChoice()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#getInputChoice()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getResult()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#getResult()"
          },
          {
            "kind": "FIELD",
            "name": "group",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#group"
          },
          {
            "kind": "FIELD",
            "name": "ingredient",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#ingredient"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#key"
          },
          {
            "kind": "FIELD",
            "name": "output",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#output"
          },
          {
            "kind": "METHOD",
            "name": "setGroup(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#setGroup(String)"
          },
          {
            "kind": "METHOD",
            "name": "setInput(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#setInput(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setInputChoice(RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html#setInputChoice(RecipeChoice)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/StonecuttingRecipe.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.TransmuteRecipe",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TransmuteRecipe(NamespacedKey,Material,RecipeChoice,RecipeChoice)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "result"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/TransmuteRecipe.html#TransmuteRecipe(NamespacedKey,Material,RecipeChoice,RecipeChoice)"
          },
          {
            "kind": "METHOD",
            "name": "getInput()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/TransmuteRecipe.html#getInput()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/TransmuteRecipe.html#getMaterial()"
          },
          {
            "kind": "FIELD",
            "name": "input",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/TransmuteRecipe.html#input"
          },
          {
            "kind": "FIELD",
            "name": "material",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/TransmuteRecipe.html#material"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/TransmuteRecipe.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.meta",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.ArmorMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ArmorMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTrim()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ArmorMeta.html#getTrim()"
          },
          {
            "kind": "METHOD",
            "name": "hasTrim()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ArmorMeta.html#hasTrim()"
          },
          {
            "kind": "METHOD",
            "name": "setTrim(ArmorTrim)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trim"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ArmorMeta.html#setTrim(ArmorTrim)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ArmorMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.AxolotlBucketMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/AxolotlBucketMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/AxolotlBucketMeta.html#getVariant()"
          },
          {
            "kind": "METHOD",
            "name": "hasVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/AxolotlBucketMeta.html#hasVariant()"
          },
          {
            "kind": "METHOD",
            "name": "setVariant(Variant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "variant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/AxolotlBucketMeta.html#setVariant(Variant)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/AxolotlBucketMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.BannerMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPattern(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#addPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "getPattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#getPattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPatterns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#getPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "numberOfPatterns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#numberOfPatterns()"
          },
          {
            "kind": "METHOD",
            "name": "removePattern(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#removePattern(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPattern(int,Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "i"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#setPattern(int,Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "setPatterns(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "patterns"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html#setPatterns(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BannerMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.BlockDataMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockDataMeta.html#getBlockData(Material)"
          },
          {
            "kind": "METHOD",
            "name": "hasBlockData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockDataMeta.html#hasBlockData()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockData(BlockData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockDataMeta.html#setBlockData(BlockData)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockDataMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.BlockStateMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockStateMeta.html#clearBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockStateMeta.html#getBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "hasBlockState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockStateMeta.html#hasBlockState()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockState(BlockState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockState"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockStateMeta.html#setBlockState(BlockState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BlockStateMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.BookMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPage(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#addPage(String...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addPages(Component...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#addPages(Component...)"
          },
          {
            "kind": "METHOD",
            "name": "author()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#author()"
          },
          {
            "kind": "METHOD",
            "name": "author(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#author(Component)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAuthor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#getAuthor()"
          },
          {
            "kind": "METHOD",
            "name": "getGeneration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#getGeneration()"
          },
          {
            "kind": "METHOD",
            "name": "getPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#getPage(int)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPages()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#getPages()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#getTitle()"
          },
          {
            "kind": "METHOD",
            "name": "hasAuthor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#hasAuthor()"
          },
          {
            "kind": "METHOD",
            "name": "hasGeneration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#hasGeneration()"
          },
          {
            "kind": "METHOD",
            "name": "hasTitle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#hasTitle()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.inventory.meta.BookMeta.BookMetaBuilder",
            "children": [
              {
                "kind": "METHOD",
                "name": "addPage(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html#addPage(Component)"
              },
              {
                "kind": "METHOD",
                "name": "author(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "author"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html#author(Component)"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html#build()"
              },
              {
                "kind": "METHOD",
                "name": "pages(Collection)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html#pages(Collection)"
              },
              {
                "kind": "METHOD",
                "name": "pages(Component...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html#pages(Component...)"
              },
              {
                "kind": "METHOD",
                "name": "title(Component)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "title"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html#title(Component)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/BookMetaBuilder.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.inventory.meta.BookMeta.Generation",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COPY_OF_COPY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#COPY_OF_COPY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "COPY_OF_ORIGINAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#COPY_OF_ORIGINAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Generation()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#Generation()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "ORIGINAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#ORIGINAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "TATTERED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#TATTERED"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Generation.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.inventory.meta.BookMeta.Spigot",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Spigot()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#Spigot()"
              },
              {
                "kind": "METHOD",
                "name": "addPage(Array...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#addPage(Array...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getPage(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#getPage(int)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "getPages()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#getPages()",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setPage(int,BaseComponent...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "page"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#setPage(int,BaseComponent...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setPages(Array...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#setPages(Array...)",
                "deprecated": {
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "setPages(List)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "pages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html#setPages(List)",
                "deprecated": {
                  "deprecated": "true"
                }
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta/Spigot.html"
          },
          {
            "kind": "METHOD",
            "name": "page(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#page(int)"
          },
          {
            "kind": "METHOD",
            "name": "page(int,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#page(int,Component)"
          },
          {
            "kind": "METHOD",
            "name": "setAuthor(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "author"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#setAuthor(String)"
          },
          {
            "kind": "METHOD",
            "name": "setGeneration(Generation)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "generation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#setGeneration(Generation)"
          },
          {
            "kind": "METHOD",
            "name": "setPage(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#setPage(int,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPages(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#setPages(List)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPages(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#setPages(String...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setTitle(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#setTitle(String)"
          },
          {
            "kind": "METHOD",
            "name": "spigot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#spigot()"
          },
          {
            "kind": "METHOD",
            "name": "title()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#title()"
          },
          {
            "kind": "METHOD",
            "name": "title(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#title(Component)"
          },
          {
            "kind": "METHOD",
            "name": "toBuilder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html#toBuilder()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BookMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.BundleMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BundleMeta.html#addItem(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BundleMeta.html#getItems()"
          },
          {
            "kind": "METHOD",
            "name": "hasItems()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BundleMeta.html#hasItems()"
          },
          {
            "kind": "METHOD",
            "name": "setItems(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "items"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BundleMeta.html#setItems(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/BundleMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.ColorableArmorMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ColorableArmorMeta.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ColorableArmorMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.CompassMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearLodestone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#clearLodestone()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getLodestone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#getLodestone()"
          },
          {
            "kind": "METHOD",
            "name": "hasLodestone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#hasLodestone()"
          },
          {
            "kind": "METHOD",
            "name": "isLodestoneCompass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#isLodestoneCompass()"
          },
          {
            "kind": "METHOD",
            "name": "isLodestoneTracked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#isLodestoneTracked()"
          },
          {
            "kind": "METHOD",
            "name": "setLodestone(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lodestone"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#setLodestone(Location)"
          },
          {
            "kind": "METHOD",
            "name": "setLodestoneTracked(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tracked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html#setLodestoneTracked(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CompassMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.CrossbowMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addChargedProjectile(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "item"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CrossbowMeta.html#addChargedProjectile(ItemStack)"
          },
          {
            "kind": "METHOD",
            "name": "getChargedProjectiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CrossbowMeta.html#getChargedProjectiles()"
          },
          {
            "kind": "METHOD",
            "name": "hasChargedProjectiles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CrossbowMeta.html#hasChargedProjectiles()"
          },
          {
            "kind": "METHOD",
            "name": "setChargedProjectiles(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "projectiles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CrossbowMeta.html#setChargedProjectiles(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/CrossbowMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.Damageable",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#getDamage()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#getMaxDamage()"
          },
          {
            "kind": "METHOD",
            "name": "hasDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#hasDamage()"
          },
          {
            "kind": "METHOD",
            "name": "hasDamageValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#hasDamageValue()"
          },
          {
            "kind": "METHOD",
            "name": "hasMaxDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#hasMaxDamage()"
          },
          {
            "kind": "METHOD",
            "name": "resetDamage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#resetDamage()"
          },
          {
            "kind": "METHOD",
            "name": "setDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#setDamage(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxDamage(Integer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxDamage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html#setMaxDamage(Integer)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Damageable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.EnchantmentStorageMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addStoredEnchant(Enchantment,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreLevelRestriction"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#addStoredEnchant(Enchantment,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getStoredEnchantLevel(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#getStoredEnchantLevel(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getStoredEnchants()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#getStoredEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "hasConflictingStoredEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#hasConflictingStoredEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasStoredEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#hasStoredEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasStoredEnchants()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#hasStoredEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "removeStoredEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html#removeStoredEnchant(Enchantment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/EnchantmentStorageMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.FireworkEffectMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkEffectMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkEffectMeta.html#getEffect()"
          },
          {
            "kind": "METHOD",
            "name": "hasEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkEffectMeta.html#hasEffect()"
          },
          {
            "kind": "METHOD",
            "name": "setEffect(FireworkEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkEffectMeta.html#setEffect(FireworkEffect)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkEffectMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.FireworkMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addEffect(FireworkEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#addEffect(FireworkEffect)"
          },
          {
            "kind": "METHOD",
            "name": "addEffects(FireworkEffect...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#addEffects(FireworkEffect...)"
          },
          {
            "kind": "METHOD",
            "name": "addEffects(Iterable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effects"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#addEffects(Iterable)"
          },
          {
            "kind": "METHOD",
            "name": "clearEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#clearEffects()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#getEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectsSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#getEffectsSize()"
          },
          {
            "kind": "METHOD",
            "name": "getPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#getPower()"
          },
          {
            "kind": "METHOD",
            "name": "hasEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#hasEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasPower()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#hasPower()"
          },
          {
            "kind": "METHOD",
            "name": "removeEffect(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#removeEffect(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPower(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "power"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html#setPower(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/FireworkMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.ItemMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addAttributeModifier(Attribute,AttributeModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              },
              {
                "kind": "PARAMETER",
                "name": "modifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#addAttributeModifier(Attribute,AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "addEnchant(Enchantment,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreLevelRestriction"
              },
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#addEnchant(Enchantment,int,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#addItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "customName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#customName()"
          },
          {
            "kind": "METHOD",
            "name": "customName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#customName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#displayName()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "displayName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#displayName(Component)",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "getAsComponentString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getAsComponentString()"
          },
          {
            "kind": "METHOD",
            "name": "getAsString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getAsString()"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifiers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getAttributeModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifiers(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getAttributeModifiers(Attribute)"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifiers(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getAttributeModifiers(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "getCanDestroy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getCanDestroy()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCanPlaceOn()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getCanPlaceOn()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCustomModelData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getCustomModelData()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCustomModelDataComponent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getCustomModelDataComponent()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomTagContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getCustomTagContainer()",
            "deprecated": {
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDamageResistant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getDamageResistant()"
          },
          {
            "kind": "METHOD",
            "name": "getDestroyableKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getDestroyableKeys()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getDisplayName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisplayNameComponent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getDisplayNameComponent()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEnchantLevel(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getEnchantLevel(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getEnchantable()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchantmentGlintOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getEnchantmentGlintOverride()"
          },
          {
            "kind": "METHOD",
            "name": "getEnchants()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "getEquippable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getEquippable()"
          },
          {
            "kind": "METHOD",
            "name": "getFood()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getFood()"
          },
          {
            "kind": "METHOD",
            "name": "getItemFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getItemFlags()"
          },
          {
            "kind": "METHOD",
            "name": "getItemModel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getItemModel()"
          },
          {
            "kind": "METHOD",
            "name": "getItemName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getItemName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getJukeboxPlayable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getJukeboxPlayable()"
          },
          {
            "kind": "METHOD",
            "name": "getLocalizedName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getLocalizedName()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getLore()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLoreComponents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getLoreComponents()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "getPlaceableKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getPlaceableKeys()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getRarity()"
          },
          {
            "kind": "METHOD",
            "name": "getTool()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getTool()"
          },
          {
            "kind": "METHOD",
            "name": "getTooltipStyle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getTooltipStyle()"
          },
          {
            "kind": "METHOD",
            "name": "getUseCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getUseCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getUseRemainder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#getUseRemainder()"
          },
          {
            "kind": "METHOD",
            "name": "hasAttributeModifiers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasAttributeModifiers()"
          },
          {
            "kind": "METHOD",
            "name": "hasConflictingEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasConflictingEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomModelData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasCustomModelData()",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasCustomModelDataComponent()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasCustomModelDataComponent()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasCustomName()"
          },
          {
            "kind": "METHOD",
            "name": "hasDamageResistant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasDamageResistant()"
          },
          {
            "kind": "METHOD",
            "name": "hasDestroyableKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasDestroyableKeys()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasDisplayName()",
            "apiStatus": "Obsolete"
          },
          {
            "kind": "METHOD",
            "name": "hasEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "hasEnchantable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasEnchantable()"
          },
          {
            "kind": "METHOD",
            "name": "hasEnchantmentGlintOverride()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasEnchantmentGlintOverride()"
          },
          {
            "kind": "METHOD",
            "name": "hasEnchants()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasEnchants()"
          },
          {
            "kind": "METHOD",
            "name": "hasEquippable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasEquippable()"
          },
          {
            "kind": "METHOD",
            "name": "hasFood()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasFood()"
          },
          {
            "kind": "METHOD",
            "name": "hasItemFlag(ItemFlag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasItemFlag(ItemFlag)"
          },
          {
            "kind": "METHOD",
            "name": "hasItemModel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasItemModel()"
          },
          {
            "kind": "METHOD",
            "name": "hasItemName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasItemName()"
          },
          {
            "kind": "METHOD",
            "name": "hasJukeboxPlayable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasJukeboxPlayable()"
          },
          {
            "kind": "METHOD",
            "name": "hasLocalizedName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasLocalizedName()",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasLore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasLore()"
          },
          {
            "kind": "METHOD",
            "name": "hasMaxStackSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasMaxStackSize()"
          },
          {
            "kind": "METHOD",
            "name": "hasPlaceableKeys()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasPlaceableKeys()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasRarity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasRarity()"
          },
          {
            "kind": "METHOD",
            "name": "hasTool()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasTool()"
          },
          {
            "kind": "METHOD",
            "name": "hasTooltipStyle()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasTooltipStyle()"
          },
          {
            "kind": "METHOD",
            "name": "hasUseCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasUseCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "hasUseRemainder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#hasUseRemainder()"
          },
          {
            "kind": "METHOD",
            "name": "isFireResistant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#isFireResistant()",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isGlider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#isGlider()"
          },
          {
            "kind": "METHOD",
            "name": "isHideTooltip()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#isHideTooltip()"
          },
          {
            "kind": "METHOD",
            "name": "isUnbreakable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#isUnbreakable()"
          },
          {
            "kind": "METHOD",
            "name": "itemName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#itemName()"
          },
          {
            "kind": "METHOD",
            "name": "itemName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#itemName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "lore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#lore()"
          },
          {
            "kind": "METHOD",
            "name": "lore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#lore(List)"
          },
          {
            "kind": "METHOD",
            "name": "removeAttributeModifier(Attribute)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#removeAttributeModifier(Attribute)"
          },
          {
            "kind": "METHOD",
            "name": "removeAttributeModifier(Attribute,AttributeModifier)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              },
              {
                "kind": "PARAMETER",
                "name": "modifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#removeAttributeModifier(Attribute,AttributeModifier)"
          },
          {
            "kind": "METHOD",
            "name": "removeAttributeModifier(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#removeAttributeModifier(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "removeEnchant(Enchantment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#removeEnchant(Enchantment)"
          },
          {
            "kind": "METHOD",
            "name": "removeEnchantments()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#removeEnchantments()"
          },
          {
            "kind": "METHOD",
            "name": "removeItemFlags(ItemFlag...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemFlags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#removeItemFlags(ItemFlag...)"
          },
          {
            "kind": "METHOD",
            "name": "setAttributeModifiers(Multimap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attributeModifiers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setAttributeModifiers(Multimap)"
          },
          {
            "kind": "METHOD",
            "name": "setCanDestroy(Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canDestroy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setCanDestroy(Set)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCanPlaceOn(Set)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canPlaceOn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setCanPlaceOn(Set)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.14",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCustomModelData(Integer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setCustomModelData(Integer)",
            "deprecated": {
              "since": "1.21.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCustomModelDataComponent(CustomModelDataComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customModelData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setCustomModelDataComponent(CustomModelDataComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageResistant(Tag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setDamageResistant(Tag)"
          },
          {
            "kind": "METHOD",
            "name": "setDestroyableKeys(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canDestroy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setDestroyableKeys(Collection)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setDisplayName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDisplayNameComponent(BaseComponent...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "component"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setDisplayNameComponent(BaseComponent...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setEnchantable(Integer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enchantable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setEnchantable(Integer)"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantmentGlintOverride(Boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "override"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setEnchantmentGlintOverride(Boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEquippable(EquippableComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "equippable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setEquippable(EquippableComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setFireResistant(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "fireResistant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setFireResistant(boolean)",
            "deprecated": {
              "since": "1.21.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setFood(FoodComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "food"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setFood(FoodComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setGlider(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "glider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setGlider(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setHideTooltip(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hideTooltip"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setHideTooltip(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setItemModel(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemModel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setItemModel(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setItemName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setItemName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setJukeboxPlayable(JukeboxPlayableComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "jukeboxPlayable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setJukeboxPlayable(JukeboxPlayableComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setLocalizedName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setLocalizedName(String)",
            "deprecated": {
              "since": "1.20.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLore(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setLore(List)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setLoreComponents(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lore"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setLoreComponents(List)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMaxStackSize(Integer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setMaxStackSize(Integer)"
          },
          {
            "kind": "METHOD",
            "name": "setPlaceableKeys(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canPlaceOn"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setPlaceableKeys(Collection)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setRarity(ItemRarity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rarity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setRarity(ItemRarity)"
          },
          {
            "kind": "METHOD",
            "name": "setTool(ToolComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setTool(ToolComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setTooltipStyle(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tooltipStyle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setTooltipStyle(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setUnbreakable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "unbreakable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setUnbreakable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setUseCooldown(UseCooldownComponent)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setUseCooldown(UseCooldownComponent)"
          },
          {
            "kind": "METHOD",
            "name": "setUseRemainder(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "remainder"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html#setUseRemainder(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ItemMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.KnowledgeBookMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addRecipe(NamespacedKey...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/KnowledgeBookMeta.html#addRecipe(NamespacedKey...)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/KnowledgeBookMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/KnowledgeBookMeta.html#getRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "hasRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/KnowledgeBookMeta.html#hasRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "setRecipes(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/KnowledgeBookMeta.html#setRecipes(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/KnowledgeBookMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.LeatherArmorMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/LeatherArmorMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/LeatherArmorMeta.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "isDyed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/LeatherArmorMeta.html#isDyed()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/LeatherArmorMeta.html#setColor(Color)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/LeatherArmorMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.MapMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getLocationName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#getLocationName()",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getMapId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#getMapId()"
          },
          {
            "kind": "METHOD",
            "name": "getMapView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#getMapView()"
          },
          {
            "kind": "METHOD",
            "name": "hasColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#hasColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasLocationName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#hasLocationName()",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasMapId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#hasMapId()"
          },
          {
            "kind": "METHOD",
            "name": "hasMapView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#hasMapView()"
          },
          {
            "kind": "METHOD",
            "name": "isScaling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#isScaling()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setLocationName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#setLocationName(String)",
            "deprecated": {
              "since": "1.19.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMapId(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#setMapId(int)",
            "deprecated": {
              "since": "1.13.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setMapView(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#setMapView(MapView)"
          },
          {
            "kind": "METHOD",
            "name": "setScaling(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html#setScaling(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MapMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.MusicInstrumentMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MusicInstrumentMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getInstrument()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MusicInstrumentMeta.html#getInstrument()"
          },
          {
            "kind": "METHOD",
            "name": "setInstrument(MusicInstrument)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instrument"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MusicInstrumentMeta.html#setInstrument(MusicInstrument)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/MusicInstrumentMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.OminousBottleMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/OminousBottleMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAmplifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/OminousBottleMeta.html#getAmplifier()"
          },
          {
            "kind": "METHOD",
            "name": "hasAmplifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/OminousBottleMeta.html#hasAmplifier()"
          },
          {
            "kind": "METHOD",
            "name": "setAmplifier(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/OminousBottleMeta.html#setAmplifier(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/OminousBottleMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.PotionMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addCustomEffect(PotionEffect,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#addCustomEffect(PotionEffect,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "computeEffectiveColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#computeEffectiveColor()"
          },
          {
            "kind": "METHOD",
            "name": "getAllEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getAllEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getBasePotionData()",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBasePotionType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getBasePotionType()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getCustomName()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCustomPotionName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#getCustomPotionName()"
          },
          {
            "kind": "METHOD",
            "name": "hasBasePotionType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#hasBasePotionType()"
          },
          {
            "kind": "METHOD",
            "name": "hasColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#hasColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#hasCustomName()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasCustomPotionName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#hasCustomPotionName()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#removeCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionData(PotionData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#setBasePotionData(PotionData)",
            "deprecated": {
              "since": "1.20.6",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setBasePotionType(PotionType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#setBasePotionType(PotionType)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#setColor(Color)"
          },
          {
            "kind": "METHOD",
            "name": "setCustomName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#setCustomName(String)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.21.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCustomPotionName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#setCustomPotionName(String)"
          },
          {
            "kind": "METHOD",
            "name": "setMainEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html#setMainEffect(PotionEffectType)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/PotionMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.Repairable",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Repairable.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Repairable.html#getRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "hasRepairCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Repairable.html#hasRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "setRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cost"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Repairable.html#setRepairCost(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/Repairable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.ShieldMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBaseColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ShieldMeta.html#getBaseColor()"
          },
          {
            "kind": "METHOD",
            "name": "setBaseColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ShieldMeta.html#setBaseColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/ShieldMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.SkullMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getNoteBlockSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#getNoteBlockSound()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#getOwner()",
            "deprecated": {
              "since": "1.12.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwnerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#getOwnerProfile()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#getOwningPlayer()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayerProfile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#getPlayerProfile()"
          },
          {
            "kind": "METHOD",
            "name": "hasOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#hasOwner()"
          },
          {
            "kind": "METHOD",
            "name": "setNoteBlockSound(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "noteBlockSound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#setNoteBlockSound(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setOwner(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#setOwner(String)",
            "deprecated": {
              "since": "1.12.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOwnerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#setOwnerProfile(PlayerProfile)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOwningPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owner"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#setOwningPlayer(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "setPlayerProfile(PlayerProfile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "profile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html#setPlayerProfile(PlayerProfile)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SkullMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.SpawnEggMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#getCustomSpawnedType()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#getSpawnedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#getSpawnedType()",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setCustomSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#setCustomSpawnedType(EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedEntity(EntitySnapshot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#setSpawnedEntity(EntitySnapshot)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html#setSpawnedType(EntityType)",
            "deprecated": {
              "since": "1.13",
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SpawnEggMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.SuspiciousStewMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addCustomEffect(PotionEffect,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              },
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#addCustomEffect(PotionEffect,boolean)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addCustomEffect(SuspiciousEffectEntry,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "overwrite"
              },
              {
                "kind": "PARAMETER",
                "name": "suspiciousEffectEntry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#addCustomEffect(SuspiciousEffectEntry,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clearCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#clearCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#getCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#hasCustomEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "hasCustomEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#hasCustomEffects()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html#removeCustomEffect(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/SuspiciousStewMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.TropicalFishBucketMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getBodyColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#getBodyColor()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#getPattern()"
          },
          {
            "kind": "METHOD",
            "name": "getPatternColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#getPatternColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasVariant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#hasVariant()"
          },
          {
            "kind": "METHOD",
            "name": "setBodyColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#setBodyColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "setPattern(Pattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#setPattern(Pattern)"
          },
          {
            "kind": "METHOD",
            "name": "setPatternColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html#setPatternColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/TropicalFishBucketMeta.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.WritableBookMeta",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPage(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#addPage(String...)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#getPage(int)"
          },
          {
            "kind": "METHOD",
            "name": "getPageCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#getPageCount()"
          },
          {
            "kind": "METHOD",
            "name": "getPages()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#getPages()"
          },
          {
            "kind": "METHOD",
            "name": "hasPages()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#hasPages()"
          },
          {
            "kind": "METHOD",
            "name": "setPage(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#setPage(int,String)"
          },
          {
            "kind": "METHOD",
            "name": "setPages(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#setPages(List)"
          },
          {
            "kind": "METHOD",
            "name": "setPages(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html#setPages(String...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/WritableBookMeta.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.meta.components",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.components.CustomModelDataComponent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#getColors()"
          },
          {
            "kind": "METHOD",
            "name": "getFlags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#getFlags()"
          },
          {
            "kind": "METHOD",
            "name": "getFloats()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#getFloats()"
          },
          {
            "kind": "METHOD",
            "name": "getStrings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#getStrings()"
          },
          {
            "kind": "METHOD",
            "name": "setColors(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "colors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#setColors(List)"
          },
          {
            "kind": "METHOD",
            "name": "setFlags(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "flags"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#setFlags(List)"
          },
          {
            "kind": "METHOD",
            "name": "setFloats(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "floats"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#setFloats(List)"
          },
          {
            "kind": "METHOD",
            "name": "setStrings(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "strings"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html#setStrings(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/CustomModelDataComponent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.components.EquippableComponent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAllowedEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#getAllowedEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getCameraOverlay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#getCameraOverlay()"
          },
          {
            "kind": "METHOD",
            "name": "getEquipSound()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#getEquipSound()"
          },
          {
            "kind": "METHOD",
            "name": "getModel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#getModel()"
          },
          {
            "kind": "METHOD",
            "name": "getSlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#getSlot()"
          },
          {
            "kind": "METHOD",
            "name": "isDamageOnHurt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#isDamageOnHurt()"
          },
          {
            "kind": "METHOD",
            "name": "isDispensable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#isDispensable()"
          },
          {
            "kind": "METHOD",
            "name": "isEquipOnInteract()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#isEquipOnInteract()"
          },
          {
            "kind": "METHOD",
            "name": "isSwappable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#isSwappable()"
          },
          {
            "kind": "METHOD",
            "name": "setAllowedEntities(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setAllowedEntities(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "setAllowedEntities(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setAllowedEntities(EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "setAllowedEntities(Tag)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setAllowedEntities(Tag)"
          },
          {
            "kind": "METHOD",
            "name": "setCameraOverlay(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setCameraOverlay(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setDamageOnHurt(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setDamageOnHurt(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDispensable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dispensable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setDispensable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEquipOnInteract(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "equip"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setEquipOnInteract(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setEquipSound(Sound)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sound"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setEquipSound(Sound)"
          },
          {
            "kind": "METHOD",
            "name": "setModel(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setModel(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setSlot(EquipmentSlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setSlot(EquipmentSlot)"
          },
          {
            "kind": "METHOD",
            "name": "setSwappable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "swappable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html#setSwappable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/EquippableComponent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.components.FoodComponent",
        "children": [
          {
            "kind": "METHOD",
            "name": "canAlwaysEat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html#canAlwaysEat()"
          },
          {
            "kind": "METHOD",
            "name": "getNutrition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html#getNutrition()"
          },
          {
            "kind": "METHOD",
            "name": "getSaturation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html#getSaturation()"
          },
          {
            "kind": "METHOD",
            "name": "setCanAlwaysEat(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canAlwaysEat"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html#setCanAlwaysEat(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNutrition(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "nutrition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html#setNutrition(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSaturation(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "saturation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html#setSaturation(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/FoodComponent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.components.JukeboxPlayableComponent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSong()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html#getSong()"
          },
          {
            "kind": "METHOD",
            "name": "getSongKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html#getSongKey()"
          },
          {
            "kind": "METHOD",
            "name": "isShowInTooltip()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html#isShowInTooltip()",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setShowInTooltip(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "show"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html#setShowInTooltip(boolean)",
            "deprecated": {
              "since": "1.21.5",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSong(JukeboxSong)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "song"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html#setSong(JukeboxSong)"
          },
          {
            "kind": "METHOD",
            "name": "setSongKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "song"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html#setSongKey(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/JukeboxPlayableComponent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.components.ToolComponent",
        "children": [
          {
            "kind": "METHOD",
            "name": "addRule(Collection,Float,Boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blocks"
              },
              {
                "kind": "PARAMETER",
                "name": "correctForDrops"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#addRule(Collection,Float,Boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addRule(Material,Float,Boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "correctForDrops"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#addRule(Material,Float,Boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addRule(Tag,Float,Boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "correctForDrops"
              },
              {
                "kind": "PARAMETER",
                "name": "speed"
              },
              {
                "kind": "PARAMETER",
                "name": "tag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#addRule(Tag,Float,Boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDamagePerBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#getDamagePerBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultMiningSpeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#getDefaultMiningSpeed()"
          },
          {
            "kind": "METHOD",
            "name": "getRules()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#getRules()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.inventory.meta.components.ToolComponent.ToolRule",
            "children": [
              {
                "kind": "METHOD",
                "name": "getBlocks()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#getBlocks()"
              },
              {
                "kind": "METHOD",
                "name": "getSpeed()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#getSpeed()"
              },
              {
                "kind": "METHOD",
                "name": "isCorrectForDrops()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#isCorrectForDrops()"
              },
              {
                "kind": "METHOD",
                "name": "setBlocks(Collection)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "blocks"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#setBlocks(Collection)"
              },
              {
                "kind": "METHOD",
                "name": "setBlocks(Material)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "block"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#setBlocks(Material)"
              },
              {
                "kind": "METHOD",
                "name": "setBlocks(Tag)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "tag"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#setBlocks(Tag)"
              },
              {
                "kind": "METHOD",
                "name": "setCorrectForDrops(Boolean)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "correct"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#setCorrectForDrops(Boolean)"
              },
              {
                "kind": "METHOD",
                "name": "setSpeed(Float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "speed"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html#setSpeed(Float)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent/ToolRule.html"
          },
          {
            "kind": "METHOD",
            "name": "removeRule(ToolRule)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rule"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#removeRule(ToolRule)"
          },
          {
            "kind": "METHOD",
            "name": "setDamagePerBlock(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#setDamagePerBlock(int)"
          },
          {
            "kind": "METHOD",
            "name": "setDefaultMiningSpeed(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "speed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#setDefaultMiningSpeed(float)"
          },
          {
            "kind": "METHOD",
            "name": "setRules(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rules"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html#setRules(List)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/ToolComponent.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.components.UseCooldownComponent",
        "children": [
          {
            "kind": "METHOD",
            "name": "getCooldownGroup()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/UseCooldownComponent.html#getCooldownGroup()"
          },
          {
            "kind": "METHOD",
            "name": "getCooldownSeconds()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/UseCooldownComponent.html#getCooldownSeconds()"
          },
          {
            "kind": "METHOD",
            "name": "setCooldownGroup(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "group"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/UseCooldownComponent.html#setCooldownGroup(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "setCooldownSeconds(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cooldown"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/UseCooldownComponent.html#setCooldownSeconds(float)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/UseCooldownComponent.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/components/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.meta.tags",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.tags.CustomItemTagContainer",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003egetCustomTag(NamespacedKey,ItemTagType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "Z"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#\u003cT,Z\u003egetCustomTag(NamespacedKey,ItemTagType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003ehasCustomTag(NamespacedKey,ItemTagType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "Z"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#\u003cT,Z\u003ehasCustomTag(NamespacedKey,ItemTagType)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT,Z\u003esetCustomTag(NamespacedKey,ItemTagType,Z)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "Z"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#\u003cT,Z\u003esetCustomTag(NamespacedKey,ItemTagType,Z)"
          },
          {
            "kind": "METHOD",
            "name": "getAdapterContext()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#getAdapterContext()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "removeCustomTag(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html#removeCustomTag(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/CustomItemTagContainer.html",
        "deprecated": {
          "since": "1.14",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.tags.ItemTagAdapterContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "newTagContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagAdapterContext.html#newTagContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagAdapterContext.html",
        "deprecated": {
          "since": "1.14",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.tags.ItemTagType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BYTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#BYTE"
          },
          {
            "kind": "FIELD",
            "name": "BYTE_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#BYTE_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "DOUBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#DOUBLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#INTEGER"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#INTEGER_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#LONG"
          },
          {
            "kind": "FIELD",
            "name": "LONG_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#LONG_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "SHORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#SHORT"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#STRING"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "FIELD",
            "name": "TAG_CONTAINER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#TAG_CONTAINER"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "Z"
          },
          {
            "kind": "METHOD",
            "name": "fromPrimitive(T,ItemTagAdapterContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "primitive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#fromPrimitive(T,ItemTagAdapterContext)"
          },
          {
            "kind": "METHOD",
            "name": "getComplexType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#getComplexType()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimitiveType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#getPrimitiveType()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.inventory.meta.tags.ItemTagType.PrimitiveTagType",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "PrimitiveTagType(Class)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "primitiveType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#PrimitiveTagType(Class)"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "METHOD",
                "name": "fromPrimitive(T,ItemTagAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "primitive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#fromPrimitive(T,ItemTagAdapterContext)"
              },
              {
                "kind": "METHOD",
                "name": "getComplexType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#getComplexType()"
              },
              {
                "kind": "METHOD",
                "name": "getPrimitiveType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#getPrimitiveType()"
              },
              {
                "kind": "FIELD",
                "name": "primitiveType",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#primitiveType"
              },
              {
                "kind": "METHOD",
                "name": "toPrimitive(T,ItemTagAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "complex"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html#toPrimitive(T,ItemTagAdapterContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType/PrimitiveTagType.html"
          },
          {
            "kind": "METHOD",
            "name": "toPrimitive(Z,ItemTagAdapterContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "complex"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html#toPrimitive(Z,ItemTagAdapterContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/ItemTagType.html",
        "deprecated": {
          "since": "1.14",
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/tags/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.meta.trim",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.inventory.meta.trim.ArmorTrim",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ArmorTrim(TrimMaterial,TrimPattern)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "pattern"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#ArmorTrim(TrimMaterial,TrimPattern)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getPattern()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#getPattern()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "material",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#material"
          },
          {
            "kind": "FIELD",
            "name": "pattern",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html#pattern"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/ArmorTrim.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.trim.TrimMaterial",
        "children": [
          {
            "kind": "FIELD",
            "name": "AMETHYST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#AMETHYST"
          },
          {
            "kind": "FIELD",
            "name": "COPPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#COPPER"
          },
          {
            "kind": "FIELD",
            "name": "DIAMOND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#DIAMOND"
          },
          {
            "kind": "FIELD",
            "name": "EMERALD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#EMERALD"
          },
          {
            "kind": "FIELD",
            "name": "GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#GOLD"
          },
          {
            "kind": "FIELD",
            "name": "IRON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#IRON"
          },
          {
            "kind": "FIELD",
            "name": "LAPIS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#LAPIS"
          },
          {
            "kind": "FIELD",
            "name": "NETHERITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#NETHERITE"
          },
          {
            "kind": "FIELD",
            "name": "QUARTZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#QUARTZ"
          },
          {
            "kind": "FIELD",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#REDSTONE"
          },
          {
            "kind": "FIELD",
            "name": "RESIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#RESIN"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#getKey()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTrimMaterial(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#getTrimMaterial(String)"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html#key()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimMaterial.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.meta.trim.TrimPattern",
        "children": [
          {
            "kind": "FIELD",
            "name": "BOLT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#BOLT"
          },
          {
            "kind": "FIELD",
            "name": "COAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#COAST"
          },
          {
            "kind": "FIELD",
            "name": "DUNE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#DUNE"
          },
          {
            "kind": "FIELD",
            "name": "EYE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#EYE"
          },
          {
            "kind": "FIELD",
            "name": "FLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#FLOW"
          },
          {
            "kind": "FIELD",
            "name": "HOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#HOST"
          },
          {
            "kind": "FIELD",
            "name": "RAISER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#RAISER"
          },
          {
            "kind": "FIELD",
            "name": "RIB",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#RIB"
          },
          {
            "kind": "FIELD",
            "name": "SENTRY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#SENTRY"
          },
          {
            "kind": "FIELD",
            "name": "SHAPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#SHAPER"
          },
          {
            "kind": "FIELD",
            "name": "SILENCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#SILENCE"
          },
          {
            "kind": "FIELD",
            "name": "SNOUT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#SNOUT"
          },
          {
            "kind": "FIELD",
            "name": "SPIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#SPIRE"
          },
          {
            "kind": "FIELD",
            "name": "TIDE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#TIDE"
          },
          {
            "kind": "FIELD",
            "name": "VEX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#VEX"
          },
          {
            "kind": "FIELD",
            "name": "WARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#WARD"
          },
          {
            "kind": "FIELD",
            "name": "WAYFINDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#WAYFINDER"
          },
          {
            "kind": "FIELD",
            "name": "WILD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#WILD"
          },
          {
            "kind": "METHOD",
            "name": "description()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#description()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#getKey()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTranslationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#getTranslationKey()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTrimPattern(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#getTrimPattern(String)"
          },
          {
            "kind": "METHOD",
            "name": "key()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html#key()",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.4",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/TrimPattern.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/meta/trim/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.recipe",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.recipe.CookingBookCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLOCKS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html#BLOCKS"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CookingBookCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html#CookingBookCategory()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html#FOOD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MISC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html#MISC"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CookingBookCategory.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.inventory.recipe.CraftingBookCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUILDING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#BUILDING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CraftingBookCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#CraftingBookCategory()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EQUIPMENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#EQUIPMENT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MISC",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#MISC"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REDSTONE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#REDSTONE"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/CraftingBookCategory.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/recipe/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.view",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.AnvilView",
        "children": [
          {
            "kind": "METHOD",
            "name": "bypassEnchantmentLevelRestriction(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bypassEnchantmentLevelRestriction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#bypassEnchantmentLevelRestriction(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "bypassesEnchantmentLevelRestriction()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#bypassesEnchantmentLevelRestriction()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximumRepairCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#getMaximumRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "getRenameText()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#getRenameText()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#getRepairCost()"
          },
          {
            "kind": "METHOD",
            "name": "getRepairItemCountCost()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#getRepairItemCountCost()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setMaximumRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "levels"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#setMaximumRepairCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRepairCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cost"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#setRepairCost(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRepairItemCountCost(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html#setRepairItemCountCost(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/AnvilView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.BeaconView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPrimaryEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html#getPrimaryEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getSecondaryEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html#getSecondaryEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getTier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html#getTier()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setPrimaryEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html#setPrimaryEffect(PotionEffectType)"
          },
          {
            "kind": "METHOD",
            "name": "setSecondaryEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effect"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html#setSecondaryEffect(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BeaconView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.BrewingStandView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBrewingTicks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#getBrewingTicks()"
          },
          {
            "kind": "METHOD",
            "name": "getFuelLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#getFuelLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipeBrewTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#getRecipeBrewTime()",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setBrewingTicks(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#setBrewingTicks(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFuelLevel(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "level"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#setFuelLevel(int)"
          },
          {
            "kind": "METHOD",
            "name": "setRecipeBrewTime(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "recipeBrewTime"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html#setRecipeBrewTime(int)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/BrewingStandView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.CrafterView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/CrafterView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/CrafterView.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isSlotDisabled(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/CrafterView.html#isSlotDisabled(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSlotDisabled(int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "disabled"
              },
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/CrafterView.html#setSlotDisabled(int,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/CrafterView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.EnchantmentView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getEnchantmentSeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/EnchantmentView.html#getEnchantmentSeed()"
          },
          {
            "kind": "METHOD",
            "name": "getOffers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/EnchantmentView.html#getOffers()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/EnchantmentView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setEnchantmentSeed(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/EnchantmentView.html#setEnchantmentSeed(int)"
          },
          {
            "kind": "METHOD",
            "name": "setOffers(EnchantmentOffer...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "offers"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/EnchantmentView.html#setOffers(EnchantmentOffer...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/EnchantmentView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.FurnaceView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBurnTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html#getBurnTime()"
          },
          {
            "kind": "METHOD",
            "name": "getCookTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html#getCookTime()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "isBurning()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html#isBurning()"
          },
          {
            "kind": "METHOD",
            "name": "setBurnTime(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "burnDuration"
              },
              {
                "kind": "PARAMETER",
                "name": "burnProgress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html#setBurnTime(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setCookTime(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cookDuration"
              },
              {
                "kind": "PARAMETER",
                "name": "cookProgress"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html#setCookTime(int,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/FurnaceView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.LecternView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LecternView.html#getPage()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LecternView.html#getTopInventory()"
          },
          {
            "kind": "METHOD",
            "name": "setPage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "page"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LecternView.html#setPage(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LecternView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.LoomView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getSelectablePatterns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LoomView.html#getSelectablePatterns()"
          },
          {
            "kind": "METHOD",
            "name": "getSelectedPatternIndex()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LoomView.html#getSelectedPatternIndex()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LoomView.html#getTopInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/LoomView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.MerchantView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMerchant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/MerchantView.html#getMerchant()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/MerchantView.html#getTopInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/MerchantView.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.StonecutterView",
        "children": [
          {
            "kind": "METHOD",
            "name": "getRecipeAmount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/StonecutterView.html#getRecipeAmount()"
          },
          {
            "kind": "METHOD",
            "name": "getRecipes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/StonecutterView.html#getRecipes()"
          },
          {
            "kind": "METHOD",
            "name": "getSelectedRecipeIndex()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/StonecutterView.html#getSelectedRecipeIndex()"
          },
          {
            "kind": "METHOD",
            "name": "getTopInventory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/StonecutterView.html#getTopInventory()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/StonecutterView.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.inventory.view.builder",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.builder.InventoryViewBuilder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "V"
          },
          {
            "kind": "METHOD",
            "name": "build(HumanEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/InventoryViewBuilder.html#build(HumanEntity)"
          },
          {
            "kind": "METHOD",
            "name": "copy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/InventoryViewBuilder.html#copy()"
          },
          {
            "kind": "METHOD",
            "name": "title(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/InventoryViewBuilder.html#title(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/InventoryViewBuilder.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.builder.LocationInventoryViewBuilder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "V"
          },
          {
            "kind": "METHOD",
            "name": "checkReachable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "checkReachable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/LocationInventoryViewBuilder.html#checkReachable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "copy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/LocationInventoryViewBuilder.html#copy()"
          },
          {
            "kind": "METHOD",
            "name": "location(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/LocationInventoryViewBuilder.html#location(Location)"
          },
          {
            "kind": "METHOD",
            "name": "title(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/LocationInventoryViewBuilder.html#title(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/LocationInventoryViewBuilder.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.inventory.view.builder.MerchantInventoryViewBuilder",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "V"
          },
          {
            "kind": "METHOD",
            "name": "checkReachable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "checkReachable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/MerchantInventoryViewBuilder.html#checkReachable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "copy()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/MerchantInventoryViewBuilder.html#copy()"
          },
          {
            "kind": "METHOD",
            "name": "merchant(Merchant)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "merchant"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/MerchantInventoryViewBuilder.html#merchant(Merchant)"
          },
          {
            "kind": "METHOD",
            "name": "title(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "title"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/MerchantInventoryViewBuilder.html#title(Component)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/MerchantInventoryViewBuilder.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/inventory/view/builder/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.loot",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.loot.LootContext",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_LOOT_MODIFIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#DEFAULT_LOOT_MODIFIER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LootContext(Location,float,int,Entity,HumanEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "killer"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "lootedEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "lootingModifier"
              },
              {
                "kind": "PARAMETER",
                "name": "luck"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#LootContext(Location,float,int,Entity,HumanEntity)"
          },
          {
            "kind": "METHOD",
            "name": "getKiller()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#getKiller()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getLootedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#getLootedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getLootingModifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#getLootingModifier()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLuck()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#getLuck()"
          },
          {
            "kind": "FIELD",
            "name": "killer",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#killer"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#location"
          },
          {
            "kind": "FIELD",
            "name": "lootedEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#lootedEntity"
          },
          {
            "kind": "FIELD",
            "name": "lootingModifier",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#lootingModifier"
          },
          {
            "kind": "FIELD",
            "name": "luck",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html#luck"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.loot.LootContext.Builder",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Builder(Location)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "location"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#Builder(Location)"
              },
              {
                "kind": "METHOD",
                "name": "build()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#build()"
              },
              {
                "kind": "FIELD",
                "name": "killer",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#killer"
              },
              {
                "kind": "METHOD",
                "name": "killer(HumanEntity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "killer"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#killer(HumanEntity)"
              },
              {
                "kind": "FIELD",
                "name": "location",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#location"
              },
              {
                "kind": "FIELD",
                "name": "lootedEntity",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#lootedEntity"
              },
              {
                "kind": "METHOD",
                "name": "lootedEntity(Entity)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lootedEntity"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#lootedEntity(Entity)"
              },
              {
                "kind": "FIELD",
                "name": "lootingModifier",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#lootingModifier"
              },
              {
                "kind": "METHOD",
                "name": "lootingModifier(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "modifier"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#lootingModifier(int)",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "FIELD",
                "name": "luck",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#luck"
              },
              {
                "kind": "METHOD",
                "name": "luck(float)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "luck"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html#luck(float)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext/Builder.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootContext.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.loot.LootTable",
        "children": [
          {
            "kind": "METHOD",
            "name": "fillInventory(Inventory,Random,LootContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "inventory"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTable.html#fillInventory(Inventory,Random,LootContext)"
          },
          {
            "kind": "METHOD",
            "name": "populateLoot(Random,LootContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTable.html#populateLoot(Random,LootContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTable.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.loot.LootTables",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ABANDONED_MINESHAFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ABANDONED_MINESHAFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANCIENT_CITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ANCIENT_CITY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ANCIENT_CITY_ICE_BOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ANCIENT_CITY_ICE_BOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMADILLO_SHED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ARMADILLO_SHED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMORER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ARMORER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ARMOR_STAND"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "AXOLOTL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#AXOLOTL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BABY_VILLAGER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BABY_VILLAGER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASTION_BRIDGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BASTION_BRIDGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASTION_HOGLIN_STABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BASTION_HOGLIN_STABLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASTION_OTHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BASTION_OTHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BASTION_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BASTION_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BEE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BEE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BLAZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BLAZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BRUSH_ARMADILLO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BRUSH_ARMADILLO"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BURIED_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BURIED_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "BUTCHER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#BUTCHER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARTOGRAPHER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CARTOGRAPHER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CARVE_PUMPKIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CARVE_PUMPKIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAT_MORNING_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CAT_MORNING_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAVE_SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CAVE_SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARGED_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHARGED_CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARGED_CREEPER_CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHARGED_CREEPER_CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARGED_CREEPER_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHARGED_CREEPER_PIGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARGED_CREEPER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHARGED_CREEPER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARGED_CREEPER_WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHARGED_CREEPER_WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHARGED_CREEPER_ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHARGED_CREEPER_ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHICKEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CHICKEN_LAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CHICKEN_LAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CLERIC_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CLERIC_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#COD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "COW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#COW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CREEPER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#CREEPER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT_PYRAMID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#DESERT_PYRAMID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT_PYRAMID_ARCHAEOLOGY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#DESERT_PYRAMID_ARCHAEOLOGY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DESERT_WELL_ARCHAEOLOGY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#DESERT_WELL_ARCHAEOLOGY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DOLPHIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#DOLPHIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DONKEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#DONKEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "DROWNED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#DROWNED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ELDER_GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ELDER_GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ENDERMAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDERMITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ENDERMITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ENDER_DRAGON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ENDER_DRAGON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "END_CITY_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#END_CITY_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EQUIPMENT_TRIAL_CHAMBER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#EQUIPMENT_TRIAL_CHAMBER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EQUIPMENT_TRIAL_CHAMBER_MELEE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#EQUIPMENT_TRIAL_CHAMBER_MELEE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EQUIPMENT_TRIAL_CHAMBER_RANGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#EQUIPMENT_TRIAL_CHAMBER_RANGED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "EVOKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#EVOKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FARMER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FARMER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHERMAN_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FISHERMAN_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FISHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FISHING_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_JUNK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FISHING_JUNK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FISHING_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FISHING_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FLETCHER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FLETCHER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FOX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#FOX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GHAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#GHAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GIANT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#GIANT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GLOW_SQUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#GLOW_SQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#GOAT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "GUARDIAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#GUARDIAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARVEST_BEEHIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#HARVEST_BEEHIVE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARVEST_CAVE_VINE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#HARVEST_CAVE_VINE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARVEST_SWEET_BERRY_BUSH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#HARVEST_SWEET_BERRY_BUSH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#HOGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HORSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HUSK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#HUSK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IGLOO_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#IGLOO_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ILLUSIONER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ILLUSIONER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "IRON_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#IRON_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#JUNGLE_TEMPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "JUNGLE_TEMPLE_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#JUNGLE_TEMPLE_DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEATHERWORKER_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#LEATHERWORKER_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LIBRARIAN_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#LIBRARIAN_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LLAMA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#LLAMA"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LootTables(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#LootTables(String)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MAGMA_CUBE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#MAGMA_CUBE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MASON_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#MASON_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MOOSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#MOOSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MULE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#MULE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NETHER_BRIDGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#NETHER_BRIDGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCEAN_RUIN_COLD_ARCHAEOLOGY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#OCEAN_RUIN_COLD_ARCHAEOLOGY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCEAN_RUIN_WARM_ARCHAEOLOGY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#OCEAN_RUIN_WARM_ARCHAEOLOGY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OCELOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#OCELOT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OMINOUS_TRIAL_CHAMBER_CONSUMABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#OMINOUS_TRIAL_CHAMBER_CONSUMABLES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OMINOUS_TRIAL_CHAMBER_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#OMINOUS_TRIAL_CHAMBER_KEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PANDA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PANDA_SNEEZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PANDA_SNEEZE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PARROT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PARROT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PHANTOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PHANTOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PIGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_BARTERING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PIGLIN_BARTERING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PIGLIN_BRUTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PIGLIN_BRUTE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PILLAGER_OUTPOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PILLAGER_OUTPOST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PLAYER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POLAR_BEAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#POLAR_BEAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PUFFERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#PUFFERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RABBIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#RABBIT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RAVAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#RAVAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "RUINED_PORTAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#RUINED_PORTAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SALMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SALMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_BOGGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_BOGGED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_MOOSHROOM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_MOOSHROOM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_MOOSHROOM_BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_MOOSHROOM_BROWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_MOOSHROOM_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_MOOSHROOM_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_BROWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_CYAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_CYAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_LIGHT_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_LIGHT_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_LIGHT_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_LIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_LIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_MAGENTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_MAGENTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_ORANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_ORANGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_PINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SHEEP_YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SHEEP_YELLOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEARING_SNOW_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEARING_SNOW_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_BROWN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_CYAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_CYAN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_LIGHT_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_LIGHT_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_LIGHT_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_LIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_LIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_MAGENTA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_MAGENTA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_ORANGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_ORANGE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_PINK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_PINK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEEP_YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEEP_YELLOW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHEPHERD_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHEPHERD_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIPWRECK_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHIPWRECK_MAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIPWRECK_SUPPLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHIPWRECK_SUPPLY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHIPWRECK_TREASURE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHIPWRECK_TREASURE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SHULKER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SHULKER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SILVERFISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIMPLE_DUNGEON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SIMPLE_DUNGEON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SKELETON_HORSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SKELETON_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLIME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SLIME"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNIFFER_DIGGING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SNIFFER_DIGGING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SNOW_GOLEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SNOW_GOLEM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPAWN_BONUS_CHEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SPAWN_BONUS_CHEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SPIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SPIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SQUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#SQUID"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#STRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRIDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#STRIDER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONGHOLD_CORRIDOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#STRONGHOLD_CORRIDOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONGHOLD_CROSSING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#STRONGHOLD_CROSSING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONGHOLD_LIBRARY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#STRONGHOLD_LIBRARY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TOOLSMITH_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TOOLSMITH_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRADER_LLAMA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRADER_LLAMA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAIL_RUINS_ARCHAEOLOGY_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRAIL_RUINS_ARCHAEOLOGY_COMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRAIL_RUINS_ARCHAEOLOGY_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRAIL_RUINS_ARCHAEOLOGY_RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_CHAMBER_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_CHAMBER_DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_CORRIDOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_CORRIDOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_CORRIDOR_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_CORRIDOR_DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_CORRIDOR_POT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_CORRIDOR_POT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_ENTRANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_ENTRANCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_INTERSECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_INTERSECTION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_INTERSECTION_BARREL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_INTERSECTION_BARREL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_COMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_OMINOUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_OMINOUS_COMMON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_OMINOUS_COMMON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_OMINOUS_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_OMINOUS_RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_OMINOUS_UNIQUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_OMINOUS_UNIQUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_RARE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_RARE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_REWARD_UNIQUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_REWARD_UNIQUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_SUPPLY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_SUPPLY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBERS_WATER_DISPENSER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBERS_WATER_DISPENSER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBER_CONSUMABLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBER_CONSUMABLES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBER_ITEMS_TO_DROP_WHEN_OMINOUS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBER_ITEMS_TO_DROP_WHEN_OMINOUS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRIAL_CHAMBER_KEY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TRIAL_CHAMBER_KEY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TROPICAL_FISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TROPICAL_FISH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TURTLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_GROW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#TURTLE_GROW"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERWATER_RUIN_BIG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#UNDERWATER_RUIN_BIG"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNDERWATER_RUIN_SMALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#UNDERWATER_RUIN_SMALL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "UNEMPLOYED_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#UNEMPLOYED_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VEX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VEX"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_ARMORER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_ARMORER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_BUTCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_BUTCHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_CARTOGRAPHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_CARTOGRAPHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_DESERT_HOUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_DESERT_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_FISHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_FISHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_FLETCHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_FLETCHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_MASON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_MASON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_PLAINS_HOUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_PLAINS_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_SAVANNA_HOUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_SAVANNA_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_SHEPHERD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_SHEPHERD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_SNOWY_HOUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_SNOWY_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TAIGA_HOUSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_TAIGA_HOUSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TANNERY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_TANNERY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TEMPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_TEMPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_TOOLSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_TOOLSMITH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VILLAGE_WEAPONSMITH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VILLAGE_WEAPONSMITH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "VINDICATOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#VINDICATOR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WANDERING_TRADER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WANDERING_TRADER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAPONSMITH_GIFT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WEAPONSMITH_GIFT"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITCH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WITCH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WITHER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WITHER_SKELETON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WITHER_SKELETON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOLF",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WOLF"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WOODLAND_MANSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#WOODLAND_MANSION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ZOGLIN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ZOMBIE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_HORSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ZOMBIE_HORSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIE_VILLAGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ZOMBIE_VILLAGER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ZOMBIFIED_PIGLIN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#ZOMBIFIED_PIGLIN"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#getLootTable()"
          },
          {
            "kind": "FIELD",
            "name": "location",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#location"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/LootTables.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.loot.Lootable",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#clearLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#getLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "getSeed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#getSeed()"
          },
          {
            "kind": "METHOD",
            "name": "hasLootTable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#hasLootTable()"
          },
          {
            "kind": "METHOD",
            "name": "setLootTable(LootTable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "table"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#setLootTable(LootTable)"
          },
          {
            "kind": "METHOD",
            "name": "setLootTable(LootTable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              },
              {
                "kind": "PARAMETER",
                "name": "table"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#setLootTable(LootTable,long)"
          },
          {
            "kind": "METHOD",
            "name": "setSeed(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html#setSeed(long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/Lootable.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/loot/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.map",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.map.MapCanvas",
        "children": [
          {
            "kind": "METHOD",
            "name": "drawImage(int,int,Image)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#drawImage(int,int,Image)"
          },
          {
            "kind": "METHOD",
            "name": "drawText(int,int,MapFont,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "font"
              },
              {
                "kind": "PARAMETER",
                "name": "text"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#drawText(int,int,MapFont,String)"
          },
          {
            "kind": "METHOD",
            "name": "getBasePixel(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#getBasePixel(int,int)",
            "deprecated": {
              "since": "1.19",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getBasePixelColor(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#getBasePixelColor(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getCursors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#getCursors()"
          },
          {
            "kind": "METHOD",
            "name": "getMapView()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#getMapView()"
          },
          {
            "kind": "METHOD",
            "name": "getPixel(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#getPixel(int,int)",
            "deprecated": {
              "since": "1.19",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPixelColor(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#getPixelColor(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "setCursors(MapCursorCollection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cursors"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#setCursors(MapCursorCollection)"
          },
          {
            "kind": "METHOD",
            "name": "setPixel(int,int,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#setPixel(int,int,byte)",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setPixelColor(int,int,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html#setPixelColor(int,int,Color)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCanvas.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapCursor",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursor(byte,byte,byte,Type,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,Type,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursor(byte,byte,byte,Type,boolean,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,Type,boolean,Component)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursor(byte,byte,byte,Type,boolean,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,Type,boolean,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursor(byte,byte,byte,byte,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,byte,boolean)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursor(byte,byte,byte,byte,boolean,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,byte,boolean,Component)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursor(byte,byte,byte,byte,boolean,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#MapCursor(byte,byte,byte,byte,boolean,String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "caption",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#caption"
          },
          {
            "kind": "METHOD",
            "name": "caption()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#caption()"
          },
          {
            "kind": "METHOD",
            "name": "caption(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#caption(Component)"
          },
          {
            "kind": "FIELD",
            "name": "direction",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#direction"
          },
          {
            "kind": "METHOD",
            "name": "getCaption()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#getCaption()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "isVisible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#isVisible()"
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.map.MapCursor.Type",
            "children": [
              {
                "kind": "FIELD",
                "name": "BANNER_BLACK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_BLACK"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_BLUE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_BLUE"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_BROWN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_BROWN"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_CYAN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_CYAN"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_GRAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_GRAY"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_GREEN",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_GREEN"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_LIGHT_BLUE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_LIGHT_BLUE"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_LIGHT_GRAY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_LIGHT_GRAY"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_LIME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_LIME"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_MAGENTA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_MAGENTA"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_ORANGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_ORANGE"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_PINK",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_PINK"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_PURPLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_PURPLE"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_RED",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_RED"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_WHITE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_WHITE"
              },
              {
                "kind": "FIELD",
                "name": "BANNER_YELLOW",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BANNER_YELLOW"
              },
              {
                "kind": "FIELD",
                "name": "BLUE_MARKER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#BLUE_MARKER"
              },
              {
                "kind": "FIELD",
                "name": "FRAME",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#FRAME"
              },
              {
                "kind": "FIELD",
                "name": "JUNGLE_TEMPLE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#JUNGLE_TEMPLE"
              },
              {
                "kind": "FIELD",
                "name": "MANSION",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#MANSION"
              },
              {
                "kind": "FIELD",
                "name": "MONUMENT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#MONUMENT"
              },
              {
                "kind": "FIELD",
                "name": "PLAYER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#PLAYER"
              },
              {
                "kind": "FIELD",
                "name": "PLAYER_OFF_LIMITS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#PLAYER_OFF_LIMITS"
              },
              {
                "kind": "FIELD",
                "name": "PLAYER_OFF_MAP",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#PLAYER_OFF_MAP"
              },
              {
                "kind": "FIELD",
                "name": "RED_MARKER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#RED_MARKER"
              },
              {
                "kind": "FIELD",
                "name": "RED_X",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#RED_X"
              },
              {
                "kind": "FIELD",
                "name": "SWAMP_HUT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#SWAMP_HUT"
              },
              {
                "kind": "FIELD",
                "name": "TARGET_POINT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#TARGET_POINT"
              },
              {
                "kind": "FIELD",
                "name": "TARGET_X",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#TARGET_X"
              },
              {
                "kind": "FIELD",
                "name": "TRIAL_CHAMBERS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#TRIAL_CHAMBERS"
              },
              {
                "kind": "FIELD",
                "name": "VILLAGE_DESERT",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#VILLAGE_DESERT"
              },
              {
                "kind": "FIELD",
                "name": "VILLAGE_PLAINS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#VILLAGE_PLAINS"
              },
              {
                "kind": "FIELD",
                "name": "VILLAGE_SAVANNA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#VILLAGE_SAVANNA"
              },
              {
                "kind": "FIELD",
                "name": "VILLAGE_SNOWY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#VILLAGE_SNOWY"
              },
              {
                "kind": "FIELD",
                "name": "VILLAGE_TAIGA",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#VILLAGE_TAIGA"
              },
              {
                "kind": "METHOD",
                "name": "getType(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "key"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#getType(String)"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#valueOf(String)",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html#values()",
                "deprecated": {
                  "since": "1.21",
                  "forRemoval": "true",
                  "deprecated": "true"
                },
                "apiStatus": "ScheduledForRemoval"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor/Type.html"
          },
          {
            "kind": "METHOD",
            "name": "setCaption(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setCaption(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDirection(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setDirection(byte)"
          },
          {
            "kind": "METHOD",
            "name": "setRawType(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setRawType(byte)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setType(Type)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setType(Type)"
          },
          {
            "kind": "METHOD",
            "name": "setVisible(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setVisible(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setX(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setX(byte)"
          },
          {
            "kind": "METHOD",
            "name": "setY(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#setY(byte)"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#type"
          },
          {
            "kind": "FIELD",
            "name": "visible",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#visible"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html#y"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursor.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapCursorCollection",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapCursorCollection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#MapCursorCollection()"
          },
          {
            "kind": "METHOD",
            "name": "addCursor(MapCursor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cursor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#addCursor(MapCursor)"
          },
          {
            "kind": "METHOD",
            "name": "addCursor(int,int,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte)"
          },
          {
            "kind": "METHOD",
            "name": "addCursor(int,int,byte,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addCursor(int,int,byte,byte,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte,boolean)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addCursor(int,int,byte,byte,boolean,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte,boolean,Component)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addCursor(int,int,byte,byte,boolean,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "caption"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "visible"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#addCursor(int,int,byte,byte,boolean,String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "cursors",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#cursors"
          },
          {
            "kind": "METHOD",
            "name": "getCursor(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#getCursor(int)"
          },
          {
            "kind": "METHOD",
            "name": "removeCursor(MapCursor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cursor"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#removeCursor(MapCursor)"
          },
          {
            "kind": "METHOD",
            "name": "size()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html#size()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapCursorCollection.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapFont",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapFont()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#MapFont()"
          },
          {
            "kind": "FIELD",
            "name": "chars",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#chars"
          },
          {
            "kind": "METHOD",
            "name": "getChar(char)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ch"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#getChar(char)"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getWidth(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#getWidth(String)"
          },
          {
            "kind": "FIELD",
            "name": "height",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#height"
          },
          {
            "kind": "METHOD",
            "name": "isValid(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "text"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#isValid(String)"
          },
          {
            "kind": "FIELD",
            "name": "malleable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#malleable"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.map.MapFont.CharacterSprite",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "CharacterSprite(int,int,boolean...)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "data"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "height"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "width"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#CharacterSprite(int,int,boolean...)"
              },
              {
                "kind": "FIELD",
                "name": "data",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#data"
              },
              {
                "kind": "METHOD",
                "name": "get(int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "col"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "row"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#get(int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getHeight()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#getHeight()"
              },
              {
                "kind": "METHOD",
                "name": "getWidth()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#getWidth()"
              },
              {
                "kind": "FIELD",
                "name": "height",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#height"
              },
              {
                "kind": "FIELD",
                "name": "width",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html#width"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont/CharacterSprite.html"
          },
          {
            "kind": "METHOD",
            "name": "setChar(char,CharacterSprite)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ch"
              },
              {
                "kind": "PARAMETER",
                "name": "sprite"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html#setChar(char,CharacterSprite)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapFont.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapPalette",
        "children": [
          {
            "kind": "FIELD",
            "name": "BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#BLUE",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#BROWN",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DARK_BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#DARK_BROWN",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#DARK_GRAY",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#DARK_GREEN",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "GRAY_1",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#GRAY_1",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "GRAY_2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#GRAY_2",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_BROWN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#LIGHT_BROWN",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#LIGHT_GRAY",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "LIGHT_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#LIGHT_GREEN",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapPalette()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#MapPalette()"
          },
          {
            "kind": "FIELD",
            "name": "PALE_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#PALE_BLUE",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#RED",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "TRANSPARENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#TRANSPARENT",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#WHITE",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "colors",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#colors"
          },
          {
            "kind": "METHOD",
            "name": "getColor(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "index"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#getColor(byte)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDistance(Color,Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "c1"
              },
              {
                "kind": "PARAMETER",
                "name": "c2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#getDistance(Color,Color)"
          },
          {
            "kind": "METHOD",
            "name": "imageToBytes(Image)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#imageToBytes(Image)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "mapColorCache",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#mapColorCache"
          },
          {
            "kind": "METHOD",
            "name": "matchColor(Color)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#matchColor(Color)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "matchColor(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "b"
              },
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "r"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#matchColor(int,int,int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.map.MapPalette.MapColorCache",
            "children": [
              {
                "kind": "METHOD",
                "name": "isCached()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette/MapColorCache.html#isCached()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette/MapColorCache.html"
          },
          {
            "kind": "METHOD",
            "name": "resizeImage(Image)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "image"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#resizeImage(Image)"
          },
          {
            "kind": "METHOD",
            "name": "setMapColorCache(MapColorCache)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mapColorCache"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html#setMapColorCache(MapColorCache)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapPalette.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MapRenderer",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MapRenderer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html#MapRenderer()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MapRenderer(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "contextual"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html#MapRenderer(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "contextual",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html#contextual"
          },
          {
            "kind": "METHOD",
            "name": "initialize(MapView)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html#initialize(MapView)"
          },
          {
            "kind": "METHOD",
            "name": "isContextual()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html#isContextual()"
          },
          {
            "kind": "METHOD",
            "name": "render(MapView,MapCanvas,Player)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canvas"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html#render(MapView,MapCanvas,Player)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapRenderer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.map.MapView",
        "children": [
          {
            "kind": "METHOD",
            "name": "addRenderer(MapRenderer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#addRenderer(MapRenderer)"
          },
          {
            "kind": "METHOD",
            "name": "getCenterX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#getCenterX()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#getCenterZ()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#getId()"
          },
          {
            "kind": "METHOD",
            "name": "getRenderers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#getRenderers()"
          },
          {
            "kind": "METHOD",
            "name": "getScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#getScale()"
          },
          {
            "kind": "METHOD",
            "name": "getWorld()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#getWorld()"
          },
          {
            "kind": "METHOD",
            "name": "isLocked()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#isLocked()"
          },
          {
            "kind": "METHOD",
            "name": "isTrackingPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#isTrackingPosition()"
          },
          {
            "kind": "METHOD",
            "name": "isUnlimitedTracking()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#isUnlimitedTracking()"
          },
          {
            "kind": "METHOD",
            "name": "isVirtual()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#isVirtual()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.map.MapView.Scale",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#CLOSE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLOSEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#CLOSEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FAR",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#FAR"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FARTHEST",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#FARTHEST"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NORMAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#NORMAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Scale(int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "value"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#Scale(int)"
              },
              {
                "kind": "FIELD",
                "name": "value",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#value"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView/Scale.html"
          },
          {
            "kind": "METHOD",
            "name": "removeRenderer(MapRenderer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#removeRenderer(MapRenderer)"
          },
          {
            "kind": "METHOD",
            "name": "setCenterX(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setCenterX(int)"
          },
          {
            "kind": "METHOD",
            "name": "setCenterZ(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setCenterZ(int)"
          },
          {
            "kind": "METHOD",
            "name": "setLocked(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "locked"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setLocked(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setScale(Scale)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setScale(Scale)"
          },
          {
            "kind": "METHOD",
            "name": "setTrackingPosition(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trackingPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setTrackingPosition(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setUnlimitedTracking(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "unlimited"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setUnlimitedTracking(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setWorld(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html#setWorld(World)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MapView.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.map.MinecraftFont",
        "children": [
          {
            "kind": "FIELD",
            "name": "Font",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html#Font"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MinecraftFont()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html#MinecraftFont()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MinecraftFont(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "malleable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html#MinecraftFont(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "fontChars",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html#fontChars"
          },
          {
            "kind": "FIELD",
            "name": "fontData",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html#fontData"
          },
          {
            "kind": "FIELD",
            "name": "spaceSize",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html#spaceSize"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/MinecraftFont.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/map/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.material",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Attachable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Attachable.html#getAttachedFace()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Attachable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Banner",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Banner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#Banner()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Banner(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#Banner(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Banner(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#Banner(Material,byte)",
            "deprecated": {
              "since": "1.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isWallBanner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#isWallBanner()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Banner.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Bed",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#Bed()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#Bed(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#Bed(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Bed(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#Bed(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isHeadOfBed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#isHeadOfBed()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setHeadOfBed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isHeadOfBed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#setHeadOfBed(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Bed.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Button",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Button()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#Button()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Button(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#Button(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Button(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#Button(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#setPowered(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Button.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Cake",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Cake()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#Cake()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cake(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#Cake(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cake(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#Cake(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSlicesEaten()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#getSlicesEaten()"
          },
          {
            "kind": "METHOD",
            "name": "getSlicesRemaining()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#getSlicesRemaining()"
          },
          {
            "kind": "METHOD",
            "name": "setSlicesEaten(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "n"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#setSlicesEaten(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSlicesRemaining(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "n"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#setSlicesRemaining(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cake.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Cauldron",
        "children": [
          {
            "kind": "FIELD",
            "name": "CAULDRON_EMPTY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#CAULDRON_EMPTY"
          },
          {
            "kind": "FIELD",
            "name": "CAULDRON_FULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#CAULDRON_FULL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cauldron()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#Cauldron()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cauldron(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#Cauldron(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Cauldron(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#Cauldron(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isFull()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#isFull()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Cauldron.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Chest",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Chest.html#Chest()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Chest.html#Chest(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Chest.html#Chest(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Chest(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Chest.html#Chest(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Chest.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Chest.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Coal",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#Coal()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal(CoalType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#Coal(CoalType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#Coal(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Coal(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#Coal(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "setType(CoalType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#setType(CoalType)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Coal.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.CocoaPlant",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CocoaPlant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#CocoaPlant()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CocoaPlant(CocoaPlantSize)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#CocoaPlant(CocoaPlantSize)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CocoaPlant(CocoaPlantSize,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              },
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#CocoaPlant(CocoaPlantSize,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "CocoaPlant(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#CocoaPlant(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#getSize()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.material.CocoaPlant.CocoaPlantSize",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "CocoaPlantSize()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#CocoaPlantSize()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "LARGE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#LARGE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "MEDIUM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#MEDIUM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SMALL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#SMALL"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant/CocoaPlantSize.html"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setSize(CocoaPlantSize)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#setSize(CocoaPlantSize)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/CocoaPlant.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Colorable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Colorable.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Colorable.html#setColor(DyeColor)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Colorable.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Command",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Command()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#Command()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Command(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#Command(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Command(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#Command(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bool"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#setPowered(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Command.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Comparator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#Comparator()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#Comparator(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              },
              {
                "kind": "PARAMETER",
                "name": "isSubtraction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#Comparator(BlockFace,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator(BlockFace,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              },
              {
                "kind": "PARAMETER",
                "name": "isSubtraction"
              },
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#Comparator(BlockFace,boolean,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#Comparator(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Comparator(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#Comparator(Material,byte)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#DEFAULT_STATE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_SUBTRACTION_MODE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#DEFAULT_SUBTRACTION_MODE"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isBeingPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#isBeingPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isSubtractionMode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#isSubtractionMode()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setSubtractionMode(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isSubtraction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#setSubtractionMode(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Comparator.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Crops",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#Crops()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops(CropState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#Crops(CropState)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#Crops(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops(Material,CropState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#Crops(Material,CropState)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Crops(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#Crops(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#DEFAULT_STATE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#DEFAULT_TYPE"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "setState(CropState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#setState(CropState)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Crops.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.DetectorRail",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DetectorRail()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html#DetectorRail()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DetectorRail(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html#DetectorRail(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DetectorRail(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html#DetectorRail(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPressed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html#isPressed()"
          },
          {
            "kind": "METHOD",
            "name": "setPressed(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isPressed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html#setPressed(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DetectorRail.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Diode",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_DELAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#DEFAULT_DELAY"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_STATE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#DEFAULT_STATE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#Diode()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#Diode(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode(BlockFace,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#Diode(BlockFace,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode(BlockFace,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              },
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#Diode(BlockFace,int,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#Diode(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Diode(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#Diode(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#getDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#setDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Diode.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Directional",
        "children": [
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Directional.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Directional.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Directional.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.DirectionalContainer",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DirectionalContainer(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html#DirectionalContainer(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DirectionalContainer(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html#DirectionalContainer(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/DirectionalContainer.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Dispenser",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#Dispenser()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#Dispenser(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#Dispenser(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dispenser(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#Dispenser(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dispenser.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Door",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Door()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door()",
            "deprecated": {
              "since": "1.8.7",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(Material,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(Material,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(Material,BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(Material,BlockFace,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(Material,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isHingeRight"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(Material,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(TreeSpecies,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(TreeSpecies,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(TreeSpecies,BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(TreeSpecies,BlockFace,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Door(TreeSpecies,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isHingeRight"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#Door(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "getHinge()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#getHinge()"
          },
          {
            "kind": "METHOD",
            "name": "getHingeCorner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#getHingeCorner()",
            "deprecated": {
              "since": "1.4.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getWoodDoorOfSpecies(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#getWoodDoorOfSpecies(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "isTopHalf()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#isTopHalf()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setHinge(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isHingeRight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#setHinge(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#setOpen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTopHalf(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isTopHalf"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#setTopHalf(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Door.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Dye",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#Dye()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#Dye(DyeColor)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#Dye(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Dye(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#Dye(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#setColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Dye.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.EnderChest",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/EnderChest.html#EnderChest()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/EnderChest.html#EnderChest(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/EnderChest.html#EnderChest(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "EnderChest(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/EnderChest.html#EnderChest(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/EnderChest.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/EnderChest.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.ExtendedRails",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ExtendedRails(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html#ExtendedRails(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ExtendedRails(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html#ExtendedRails(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getConvertedData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html#getConvertedData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isCurve()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html#isCurve()"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "isOnSlope"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html#setDirection(BlockFace,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/ExtendedRails.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.FlowerPot",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FlowerPot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#FlowerPot()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FlowerPot(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#FlowerPot(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FlowerPot(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#FlowerPot(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getContents()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#getContents()"
          },
          {
            "kind": "METHOD",
            "name": "setContents(MaterialData)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "materialData"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#setContents(MaterialData)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FlowerPot.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Furnace",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Furnace.html#Furnace()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Furnace.html#Furnace(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Furnace.html#Furnace(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Furnace(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Furnace.html#Furnace(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Furnace.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Furnace.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.FurnaceAndDispenser",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceAndDispenser(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FurnaceAndDispenser.html#FurnaceAndDispenser(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "FurnaceAndDispenser(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FurnaceAndDispenser.html#FurnaceAndDispenser(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FurnaceAndDispenser.html#clone()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/FurnaceAndDispenser.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Gate",
        "children": [
          {
            "kind": "FIELD",
            "name": "DIR_BIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#DIR_BIT"
          },
          {
            "kind": "FIELD",
            "name": "GATE_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#GATE_EAST"
          },
          {
            "kind": "FIELD",
            "name": "GATE_NORTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#GATE_NORTH"
          },
          {
            "kind": "FIELD",
            "name": "GATE_SOUTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#GATE_SOUTH"
          },
          {
            "kind": "FIELD",
            "name": "GATE_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#GATE_WEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Gate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#Gate()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Gate(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#Gate(Material,byte)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Gate(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#Gate(byte)"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_BIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#OPEN_BIT"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#setOpen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Gate.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Hopper",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_ACTIVE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#DEFAULT_ACTIVE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#Hopper()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#Hopper(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "facingDirection"
              },
              {
                "kind": "PARAMETER",
                "name": "isActive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#Hopper(BlockFace,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#Hopper(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Hopper(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#Hopper(Material,byte)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isActive()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#isActive()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setActive(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isActive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#setActive(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Hopper.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Ladder",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Ladder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html#Ladder()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Ladder(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html#Ladder(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Ladder(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html#Ladder(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Ladder.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Leaves",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_DECAYABLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#DEFAULT_DECAYABLE"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(Material,TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves(Material,TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(Material,TreeSpecies,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isDecayable"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves(Material,TreeSpecies,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves(TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Leaves(TreeSpecies,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isDecayable"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#Leaves(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isDecayable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#isDecayable()"
          },
          {
            "kind": "METHOD",
            "name": "isDecaying()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#isDecaying()"
          },
          {
            "kind": "METHOD",
            "name": "setDecayable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isDecayable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#setDecayable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDecaying(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isDecaying"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#setDecaying(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Leaves.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Lever",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Lever()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#Lever()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Lever(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#Lever(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Lever(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#Lever(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isPowered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#setPowered(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Lever.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.LongGrass",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#LongGrass()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass(GrassSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#LongGrass(GrassSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#LongGrass(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LongGrass(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#LongGrass(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecies()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#getSpecies()"
          },
          {
            "kind": "METHOD",
            "name": "setSpecies(GrassSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#setSpecies(GrassSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/LongGrass.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.MaterialData",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#MaterialData(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MaterialData(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#MaterialData(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#clone()"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#data"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#getData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getItemType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#getItemType()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "setData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#setData(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toItemStack()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#toItemStack()",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toItemStack(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#toItemStack(int)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html#type"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MaterialData.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.MonsterEggs",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MonsterEggs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html#MonsterEggs()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MonsterEggs(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html#MonsterEggs(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MonsterEggs(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html#MonsterEggs(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html#getTextures()"
          },
          {
            "kind": "FIELD",
            "name": "textures",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html#textures"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/MonsterEggs.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Mushroom",
        "children": [
          {
            "kind": "FIELD",
            "name": "EAST_REMAINDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#EAST_REMAINDER"
          },
          {
            "kind": "FIELD",
            "name": "EAST_WEST_LIMIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#EAST_WEST_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "EAST_WEST_MOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#EAST_WEST_MOD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Mushroom(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shroom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#Mushroom(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Mushroom(Material,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "capFace"
              },
              {
                "kind": "PARAMETER",
                "name": "shroom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#Mushroom(Material,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Mushroom(Material,MushroomBlockTexture)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shroom"
              },
              {
                "kind": "PARAMETER",
                "name": "texture"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#Mushroom(Material,MushroomBlockTexture)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Mushroom(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "shroom"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#Mushroom(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "NORTH_LIMIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#NORTH_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "NORTH_SOUTH_MOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#NORTH_SOUTH_MOD"
          },
          {
            "kind": "FIELD",
            "name": "SOUTH_LIMIT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#SOUTH_LIMIT"
          },
          {
            "kind": "FIELD",
            "name": "WEST_REMAINDER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#WEST_REMAINDER"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockTexture()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#getBlockTexture()"
          },
          {
            "kind": "METHOD",
            "name": "getPaintedFaces()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#getPaintedFaces()"
          },
          {
            "kind": "METHOD",
            "name": "isFacePainted(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#isFacePainted(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "isStem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#isStem()"
          },
          {
            "kind": "METHOD",
            "name": "setBlockTexture(MushroomBlockTexture)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "texture"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#setBlockTexture(MushroomBlockTexture)"
          },
          {
            "kind": "METHOD",
            "name": "setFacePainted(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "painted"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#setFacePainted(BlockFace,boolean)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setStem()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#setStem()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Mushroom.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.NetherWarts",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#NetherWarts()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#NetherWarts(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#NetherWarts(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NetherWarts(NetherWartsState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#NetherWarts(NetherWartsState)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getState()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#getState()"
          },
          {
            "kind": "METHOD",
            "name": "setState(NetherWartsState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "state"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#setState(NetherWartsState)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/NetherWarts.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Observer",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#Observer()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#Observer(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#Observer(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Observer(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#Observer(Material,byte)",
            "deprecated": {
              "since": "1.11.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Observer.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Openable",
        "children": [
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Openable.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Openable.html#setOpen(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Openable.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.PistonBaseMaterial",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PistonBaseMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#PistonBaseMaterial(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PistonBaseMaterial(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#PistonBaseMaterial(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "isSticky()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#isSticky()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "powered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonBaseMaterial.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.PistonExtensionMaterial",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PistonExtensionMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#PistonExtensionMaterial(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PistonExtensionMaterial(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#PistonExtensionMaterial(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isSticky()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#isSticky()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setSticky(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "sticky"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html#setSticky(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PistonExtensionMaterial.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.PoweredRail",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PoweredRail()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html#PoweredRail()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PoweredRail(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html#PoweredRail(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PoweredRail(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html#PoweredRail(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setPowered(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isPowered"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html#setPowered(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PoweredRail.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.PressurePlate",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PressurePlate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html#PressurePlate()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PressurePlate(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html#PressurePlate(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PressurePlate(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html#PressurePlate(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPressed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html#isPressed()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressurePlate.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.PressureSensor",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPressed()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressureSensor.html#isPressed()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/PressureSensor.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Pumpkin",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#Pumpkin()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#Pumpkin(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#Pumpkin(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Pumpkin(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#Pumpkin(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isLit()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#isLit()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Pumpkin.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Rails",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Rails()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#Rails()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Rails(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#Rails(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Rails(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#Rails(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getConvertedData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#getConvertedData()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "isCurve()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#isCurve()"
          },
          {
            "kind": "METHOD",
            "name": "isOnSlope()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#isOnSlope()"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(BlockFace,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              },
              {
                "kind": "PARAMETER",
                "name": "isOnSlope"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#setDirection(BlockFace,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Rails.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.material.Redstone",
        "children": [
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Redstone.html#isPowered()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Redstone.html",
        "deprecated": {
          "forRemoval": "true",
          "since": "1.13",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.RedstoneTorch",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneTorch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html#RedstoneTorch()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneTorch(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html#RedstoneTorch(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneTorch(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html#RedstoneTorch(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneTorch.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.RedstoneWire",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneWire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html#RedstoneWire()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneWire(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html#RedstoneWire(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RedstoneWire(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html#RedstoneWire(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/RedstoneWire.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Sandstone",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#Sandstone()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#Sandstone(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#Sandstone(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sandstone(SandstoneType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#Sandstone(SandstoneType)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "setType(SandstoneType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#setType(SandstoneType)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sandstone.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Sapling",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(Material,TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling(Material,TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(Material,TreeSpecies,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isInstantGrowable"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling(Material,TreeSpecies,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling(Material,byte)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling(TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sapling(TreeSpecies,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isInstantGrowable"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#Sapling(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isInstantGrowable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#isInstantGrowable()"
          },
          {
            "kind": "METHOD",
            "name": "setIsInstantGrowable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isInstantGrowable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#setIsInstantGrowable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sapling.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Sign",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Sign()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#Sign()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sign(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#Sign(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Sign(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#Sign(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isWallSign()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#isWallSign()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Sign.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.SimpleAttachableMaterialData",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SimpleAttachableMaterialData(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html#SimpleAttachableMaterialData(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimpleAttachableMaterialData(Material,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html#SimpleAttachableMaterialData(Material,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimpleAttachableMaterialData(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html#SimpleAttachableMaterialData(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SimpleAttachableMaterialData.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Skull",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#Skull()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#Skull(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#Skull(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Skull(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#Skull(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Skull.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.SmoothBrick",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SmoothBrick()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html#SmoothBrick()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmoothBrick(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html#SmoothBrick(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SmoothBrick(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html#SmoothBrick(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html#getTextures()"
          },
          {
            "kind": "FIELD",
            "name": "textures",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html#textures"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SmoothBrick.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.SpawnEgg",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#SpawnEgg()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#SpawnEgg(EntityType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#SpawnEgg(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SpawnEgg(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#SpawnEgg(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#getSpawnedType()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#setSpawnedType(EntityType)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/SpawnEgg.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Stairs",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Stairs(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#Stairs(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Stairs(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#Stairs(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAscendingDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#getAscendingDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getDescendingDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#getDescendingDirection()"
          },
          {
            "kind": "METHOD",
            "name": "getFacing()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#getFacing()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Stairs.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Step",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Step()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#Step()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Step(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#Step(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Step(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#Step(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getTextureIndex()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#getTextureIndex()",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#getTextures()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setTextureIndex(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "idx"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#setTextureIndex(int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "textures",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#textures"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Step.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.TexturedMaterial",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TexturedMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#TexturedMaterial(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TexturedMaterial(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#TexturedMaterial(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getMaterial()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#getMaterial()"
          },
          {
            "kind": "METHOD",
            "name": "getTextureIndex()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#getTextureIndex()",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#getTextures()"
          },
          {
            "kind": "METHOD",
            "name": "setMaterial(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#setMaterial(Material)"
          },
          {
            "kind": "METHOD",
            "name": "setTextureIndex(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "idx"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#setTextureIndex(int)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TexturedMaterial.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Torch",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Torch()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html#Torch()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Torch(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html#Torch(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Torch(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html#Torch(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html#setFacingDirection(BlockFace)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Torch.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.TrapDoor",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TrapDoor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#TrapDoor()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TrapDoor(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#TrapDoor(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TrapDoor(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#TrapDoor(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "isOpen()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#isOpen()"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setOpen(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "isOpen"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#setOpen(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TrapDoor.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Tree",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_DIRECTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#DEFAULT_DIRECTION"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(Material,TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree(Material,TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(Material,TreeSpecies,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree(Material,TreeSpecies,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree(TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tree(TreeSpecies,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#Tree(TreeSpecies,BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#getDirection()"
          },
          {
            "kind": "METHOD",
            "name": "setDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#setDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tree.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Tripwire",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Tripwire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#Tripwire()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Tripwire(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#Tripwire(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isActivated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#isActivated()"
          },
          {
            "kind": "METHOD",
            "name": "isObjectTriggering()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#isObjectTriggering()"
          },
          {
            "kind": "METHOD",
            "name": "setActivated(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "act"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#setActivated(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setObjectTriggering(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "trig"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#setObjectTriggering(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Tripwire.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.TripwireHook",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TripwireHook()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#TripwireHook()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TripwireHook(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dir"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#TripwireHook(BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "TripwireHook(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#TripwireHook(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getAttachedFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#getAttachedFace()"
          },
          {
            "kind": "METHOD",
            "name": "isActivated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#isActivated()"
          },
          {
            "kind": "METHOD",
            "name": "isConnected()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#isConnected()"
          },
          {
            "kind": "METHOD",
            "name": "isPowered()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#isPowered()"
          },
          {
            "kind": "METHOD",
            "name": "setActivated(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "act"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#setActivated(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setConnected(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "connected"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#setConnected(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setFacingDirection(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#setFacingDirection(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/TripwireHook.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Vine",
        "children": [
          {
            "kind": "FIELD",
            "name": "VINE_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#VINE_EAST"
          },
          {
            "kind": "FIELD",
            "name": "VINE_NORTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#VINE_NORTH"
          },
          {
            "kind": "FIELD",
            "name": "VINE_SOUTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#VINE_SOUTH"
          },
          {
            "kind": "FIELD",
            "name": "VINE_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#VINE_WEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#Vine()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(BlockFace...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "faces"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#Vine(BlockFace...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(EnumSet)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "faces"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#Vine(EnumSet)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#Vine(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vine(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#Vine(byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isOnFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#isOnFace(BlockFace)"
          },
          {
            "kind": "FIELD",
            "name": "possibleFaces",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#possibleFaces"
          },
          {
            "kind": "METHOD",
            "name": "putOnFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#putOnFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#removeFromFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Vine.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Wood",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_SPECIES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#DEFAULT_SPECIES"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#Wood()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#Wood(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood(Material,TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#Wood(Material,TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#Wood(Material,byte)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wood(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#Wood(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getSpecies()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#getSpecies()"
          },
          {
            "kind": "METHOD",
            "name": "getSpeciesType(Material,TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#getSpeciesType(Material,TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "setSpecies(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#setSpecies(TreeSpecies)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wood.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.WoodenStep",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_INVERTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#DEFAULT_INVERTED"
          },
          {
            "kind": "FIELD",
            "name": "DEFAULT_TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#DEFAULT_TYPE"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WoodenStep()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#WoodenStep()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WoodenStep(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#WoodenStep(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WoodenStep(TreeSpecies)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#WoodenStep(TreeSpecies)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "WoodenStep(TreeSpecies,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              },
              {
                "kind": "PARAMETER",
                "name": "species"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#WoodenStep(TreeSpecies,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "isInverted()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#isInverted()"
          },
          {
            "kind": "METHOD",
            "name": "setInverted(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inv"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#setInverted(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/WoodenStep.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.material.Wool",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#Wool()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#Wool(DyeColor)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool(Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#Wool(Material)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wool(Material,byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#Wool(Material,byte)",
            "deprecated": {
              "since": "1.6.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "setColor(DyeColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#setColor(DyeColor)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/Wool.html",
        "deprecated": {
          "since": "1.13",
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.material.types",
    "children": [
      {
        "kind": "ENUM",
        "name": "org.bukkit.material.types.MushroomBlockTexture",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALL_CAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#ALL_CAP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALL_PORES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#ALL_PORES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALL_STEM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#ALL_STEM"
          },
          {
            "kind": "FIELD",
            "name": "BY_BLOCKFACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#BY_BLOCKFACE"
          },
          {
            "kind": "FIELD",
            "name": "BY_DATA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#BY_DATA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_NORTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_NORTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_NORTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_NORTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_NORTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_NORTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_SOUTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_SOUTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_SOUTH_EAST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_SOUTH_EAST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_SOUTH_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_SOUTH_WEST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_TOP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_TOP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "CAP_WEST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#CAP_WEST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MushroomBlockTexture(int,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "capFace"
              },
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#MushroomBlockTexture(int,BlockFace)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STEM_SIDES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#STEM_SIDES"
          },
          {
            "kind": "FIELD",
            "name": "capFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#capFace"
          },
          {
            "kind": "FIELD",
            "name": "data",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#data"
          },
          {
            "kind": "METHOD",
            "name": "getByData(byte)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#getByData(byte)",
            "deprecated": {
              "since": "1.9",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCapByFace(BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "face"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#getCapByFace(BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "getCapFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#getCapFace()"
          },
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#getData()",
            "deprecated": {
              "since": "1.9",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/MushroomBlockTexture.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/material/types/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.metadata",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.FixedMetadataValue",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FixedMetadataValue(Plugin,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/FixedMetadataValue.html#FixedMetadataValue(Plugin,Object)"
          },
          {
            "kind": "FIELD",
            "name": "internalValue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/FixedMetadataValue.html#internalValue"
          },
          {
            "kind": "METHOD",
            "name": "invalidate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/FixedMetadataValue.html#invalidate()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/FixedMetadataValue.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/FixedMetadataValue.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.LazyMetadataValue",
        "children": [
          {
            "kind": "FIELD",
            "name": "ACTUALLY_NULL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#ACTUALLY_NULL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LazyMetadataValue(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#LazyMetadataValue(Plugin)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LazyMetadataValue(Plugin,CacheStrategy,Callable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cacheStrategy"
              },
              {
                "kind": "PARAMETER",
                "name": "lazyValue"
              },
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#LazyMetadataValue(Plugin,CacheStrategy,Callable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "LazyMetadataValue(Plugin,Callable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lazyValue"
              },
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#LazyMetadataValue(Plugin,Callable)"
          },
          {
            "kind": "FIELD",
            "name": "cacheStrategy",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#cacheStrategy"
          },
          {
            "kind": "METHOD",
            "name": "eval()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#eval()"
          },
          {
            "kind": "FIELD",
            "name": "internalValue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#internalValue"
          },
          {
            "kind": "METHOD",
            "name": "invalidate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#invalidate()"
          },
          {
            "kind": "FIELD",
            "name": "lazyValue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#lazyValue"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.metadata.LazyMetadataValue.CacheStrategy",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CACHE_AFTER_FIRST_EVAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#CACHE_AFTER_FIRST_EVAL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "CACHE_ETERNALLY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#CACHE_ETERNALLY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "CacheStrategy()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#CacheStrategy()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEVER_CACHE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#NEVER_CACHE"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue/CacheStrategy.html"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/LazyMetadataValue.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.MetadataConversionException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MetadataConversionException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataConversionException.html#MetadataConversionException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataConversionException.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.MetadataEvaluationException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MetadataEvaluationException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataEvaluationException.html#MetadataEvaluationException(Throwable)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataEvaluationException.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.metadata.MetadataStore",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "getMetadata(T,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStore.html#getMetadata(T,String)"
          },
          {
            "kind": "METHOD",
            "name": "hasMetadata(T,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStore.html#hasMetadata(T,String)"
          },
          {
            "kind": "METHOD",
            "name": "invalidateAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStore.html#invalidateAll(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "removeMetadata(T,String,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStore.html#removeMetadata(T,String,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "setMetadata(T,String,MetadataValue)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "newMetadataValue"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStore.html#setMetadata(T,String,MetadataValue)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStore.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.MetadataStoreBase",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MetadataStoreBase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#MetadataStoreBase()"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "disambiguate(T,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#disambiguate(T,String)"
          },
          {
            "kind": "METHOD",
            "name": "getMetadata(T,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#getMetadata(T,String)"
          },
          {
            "kind": "METHOD",
            "name": "hasMetadata(T,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#hasMetadata(T,String)"
          },
          {
            "kind": "METHOD",
            "name": "invalidateAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#invalidateAll(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "metadataMap",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#metadataMap"
          },
          {
            "kind": "METHOD",
            "name": "removeAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#removeAll(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "removeMetadata(T,String,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#removeMetadata(T,String,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "setMetadata(T,String,MetadataValue)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "newMetadataValue"
              },
              {
                "kind": "PARAMETER",
                "name": "subject"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html#setMetadata(T,String,MetadataValue)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataStoreBase.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.metadata.MetadataValue",
        "children": [
          {
            "kind": "METHOD",
            "name": "asBoolean()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asBoolean()"
          },
          {
            "kind": "METHOD",
            "name": "asByte()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asByte()"
          },
          {
            "kind": "METHOD",
            "name": "asDouble()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asDouble()"
          },
          {
            "kind": "METHOD",
            "name": "asFloat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asFloat()"
          },
          {
            "kind": "METHOD",
            "name": "asInt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asInt()"
          },
          {
            "kind": "METHOD",
            "name": "asLong()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asLong()"
          },
          {
            "kind": "METHOD",
            "name": "asShort()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asShort()"
          },
          {
            "kind": "METHOD",
            "name": "asString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#asString()"
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#getOwningPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "invalidate()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#invalidate()"
          },
          {
            "kind": "METHOD",
            "name": "value()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html#value()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValue.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.metadata.MetadataValueAdapter",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MetadataValueAdapter(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#MetadataValueAdapter(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "asBoolean()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asBoolean()"
          },
          {
            "kind": "METHOD",
            "name": "asByte()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asByte()"
          },
          {
            "kind": "METHOD",
            "name": "asDouble()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asDouble()"
          },
          {
            "kind": "METHOD",
            "name": "asFloat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asFloat()"
          },
          {
            "kind": "METHOD",
            "name": "asInt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asInt()"
          },
          {
            "kind": "METHOD",
            "name": "asLong()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asLong()"
          },
          {
            "kind": "METHOD",
            "name": "asShort()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asShort()"
          },
          {
            "kind": "METHOD",
            "name": "asString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#asString()"
          },
          {
            "kind": "METHOD",
            "name": "getOwningPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#getOwningPlugin()"
          },
          {
            "kind": "FIELD",
            "name": "owningPlugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html#owningPlugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/MetadataValueAdapter.html",
        "deprecated": {
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.metadata.Metadatable",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMetadata(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/Metadatable.html#getMetadata(String)"
          },
          {
            "kind": "METHOD",
            "name": "hasMetadata(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/Metadatable.html#hasMetadata(String)"
          },
          {
            "kind": "METHOD",
            "name": "removeMetadata(String,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "owningPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/Metadatable.html#removeMetadata(String,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "setMetadata(String,MetadataValue)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "metadataKey"
              },
              {
                "kind": "PARAMETER",
                "name": "newMetadataValue"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/Metadatable.html#setMetadata(String,MetadataValue)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/Metadatable.html",
        "deprecated": {
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/metadata/package-summary.html",
    "deprecated": {
      "deprecated": "true"
    }
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.packs",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.packs.ResourcePack",
        "children": [
          {
            "kind": "METHOD",
            "name": "getHash()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/ResourcePack.html#getHash()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/ResourcePack.html#getId()"
          },
          {
            "kind": "METHOD",
            "name": "getPrompt()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/ResourcePack.html#getPrompt()"
          },
          {
            "kind": "METHOD",
            "name": "getUrl()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/ResourcePack.html#getUrl()"
          },
          {
            "kind": "METHOD",
            "name": "isRequired()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/ResourcePack.html#isRequired()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/ResourcePack.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/packs/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.permissions",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.permissions.Permissible",
        "children": [
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#addAttachment(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#addAttachment(Plugin,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,String,boolean,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#addAttachment(Plugin,String,boolean,int)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#addAttachment(Plugin,int)"
          },
          {
            "kind": "METHOD",
            "name": "getEffectivePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#getEffectivePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#hasPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#hasPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#isPermissionSet(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#isPermissionSet(String)"
          },
          {
            "kind": "METHOD",
            "name": "permissionValue(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#permissionValue(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "permissionValue(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#permissionValue(String)"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#recalculatePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttachment(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html#removeAttachment(PermissionAttachment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permissible.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.permissions.PermissibleBase",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PermissibleBase(ServerOperator)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "opable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#PermissibleBase(ServerOperator)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#addAttachment(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#addAttachment(Plugin,String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,String,boolean,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#addAttachment(Plugin,String,boolean,int)"
          },
          {
            "kind": "METHOD",
            "name": "addAttachment(Plugin,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "ticks"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#addAttachment(Plugin,int)"
          },
          {
            "kind": "FIELD",
            "name": "attachments",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#attachments"
          },
          {
            "kind": "METHOD",
            "name": "calculateChildPermissions(Map,boolean,PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              },
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "invert"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#calculateChildPermissions(Map,boolean,PermissionAttachment)"
          },
          {
            "kind": "METHOD",
            "name": "clearPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#clearPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectivePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#getEffectivePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#hasPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "hasPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#hasPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#isPermissionSet(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "isPermissionSet(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#isPermissionSet(String)"
          },
          {
            "kind": "FIELD",
            "name": "opable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#opable"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.permissions.PermissibleBase.RemoveAttachmentRunnable",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "RemoveAttachmentRunnable(PermissionAttachment)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "attachment"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html#RemoveAttachmentRunnable(PermissionAttachment)"
              },
              {
                "kind": "FIELD",
                "name": "attachment",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html#attachment"
              },
              {
                "kind": "METHOD",
                "name": "run()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html#run()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase/RemoveAttachmentRunnable.html"
          },
          {
            "kind": "FIELD",
            "name": "parent",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#parent"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#permissions"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#recalculatePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "removeAttachment(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#removeAttachment(PermissionAttachment)"
          },
          {
            "kind": "METHOD",
            "name": "setOp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html#setOp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissibleBase.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.permissions.Permission",
        "children": [
          {
            "kind": "FIELD",
            "name": "DEFAULT_PERMISSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#DEFAULT_PERMISSION"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,PermissionDefault)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,PermissionDefault)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,PermissionDefault,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,PermissionDefault,Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,String,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,String,Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,String,PermissionDefault)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,String,PermissionDefault)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Permission(String,String,PermissionDefault,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "defaultValue"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#Permission(String,String,PermissionDefault,Map)"
          },
          {
            "kind": "METHOD",
            "name": "addParent(Permission,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#addParent(Permission,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "addParent(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#addParent(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "children",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#children"
          },
          {
            "kind": "FIELD",
            "name": "defaultValue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#defaultValue"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#description"
          },
          {
            "kind": "METHOD",
            "name": "extractChildren(Map,String,PermissionDefault,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "input"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#extractChildren(Map,String,PermissionDefault,List)"
          },
          {
            "kind": "METHOD",
            "name": "getChildren()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#getChildren()"
          },
          {
            "kind": "METHOD",
            "name": "getDefault()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#getDefault()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissibles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#getPermissibles()"
          },
          {
            "kind": "METHOD",
            "name": "loadPermission(String,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#loadPermission(String,Map)"
          },
          {
            "kind": "METHOD",
            "name": "loadPermission(String,Map,PermissionDefault,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "output"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#loadPermission(String,Map,PermissionDefault,List)"
          },
          {
            "kind": "METHOD",
            "name": "loadPermissions(Map,String,PermissionDefault)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "data"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "error"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#loadPermissions(Map,String,PermissionDefault)"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#name"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissibles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#recalculatePermissibles()"
          },
          {
            "kind": "METHOD",
            "name": "setDefault(PermissionDefault)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#setDefault(PermissionDefault)"
          },
          {
            "kind": "METHOD",
            "name": "setDescription(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html#setDescription(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/Permission.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.permissions.PermissionAttachment",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PermissionAttachment(Plugin,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#PermissionAttachment(Plugin,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#getPermissible()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getRemovalCallback()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#getRemovalCallback()"
          },
          {
            "kind": "FIELD",
            "name": "permissible",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#permissible"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#permissions"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#plugin"
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#remove()"
          },
          {
            "kind": "FIELD",
            "name": "removed",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#removed"
          },
          {
            "kind": "METHOD",
            "name": "setPermission(Permission,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#setPermission(Permission,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setPermission(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#setPermission(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setRemovalCallback(PermissionRemovedExecutor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ex"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#setRemovalCallback(PermissionRemovedExecutor)"
          },
          {
            "kind": "METHOD",
            "name": "unsetPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#unsetPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "unsetPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html#unsetPermission(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachment.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.permissions.PermissionAttachmentInfo",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PermissionAttachmentInfo(Permissible,String,PermissionAttachment,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#PermissionAttachmentInfo(Permissible,String,PermissionAttachment,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "attachment",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#attachment"
          },
          {
            "kind": "METHOD",
            "name": "getAttachment()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#getAttachment()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissible()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#getPermissible()"
          },
          {
            "kind": "METHOD",
            "name": "getPermission()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#getPermission()"
          },
          {
            "kind": "METHOD",
            "name": "getValue()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#getValue()"
          },
          {
            "kind": "FIELD",
            "name": "permissible",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#permissible"
          },
          {
            "kind": "FIELD",
            "name": "permission",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#permission"
          },
          {
            "kind": "FIELD",
            "name": "value",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html#value"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionAttachmentInfo.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.permissions.PermissionDefault",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "FALSE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#FALSE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NOT_OP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#NOT_OP"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#OP"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PermissionDefault(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "names"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#PermissionDefault(String...)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TRUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#TRUE"
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#getByName(String)"
          },
          {
            "kind": "METHOD",
            "name": "getValue(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#getValue(boolean)"
          },
          {
            "kind": "FIELD",
            "name": "lookup",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#lookup"
          },
          {
            "kind": "FIELD",
            "name": "names",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#names"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionDefault.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.permissions.PermissionRemovedExecutor",
        "children": [
          {
            "kind": "METHOD",
            "name": "attachmentRemoved(PermissionAttachment)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attachment"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionRemovedExecutor.html#attachmentRemoved(PermissionAttachment)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/PermissionRemovedExecutor.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.permissions.ServerOperator",
        "children": [
          {
            "kind": "METHOD",
            "name": "isOp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/ServerOperator.html#isOp()"
          },
          {
            "kind": "METHOD",
            "name": "setOp(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/ServerOperator.html#setOp(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/ServerOperator.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/permissions/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.persistence",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.ListPersistentDataType",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "C"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "P"
          },
          {
            "kind": "METHOD",
            "name": "elementType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataType.html#elementType()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataType.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.persistence.ListPersistentDataTypeProvider",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cP,C\u003elistTypeFrom(PersistentDataType)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "PARAMETER",
                "name": "elementType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#\u003cP,C\u003elistTypeFrom(PersistentDataType)"
          },
          {
            "kind": "FIELD",
            "name": "BOOLEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#BOOLEAN"
          },
          {
            "kind": "FIELD",
            "name": "BYTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#BYTE"
          },
          {
            "kind": "FIELD",
            "name": "BYTE_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#BYTE_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "DATA_CONTAINER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#DATA_CONTAINER"
          },
          {
            "kind": "FIELD",
            "name": "DOUBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#DOUBLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#INTEGER"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#INTEGER_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#LONG"
          },
          {
            "kind": "FIELD",
            "name": "LONG_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#LONG_ARRAY"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ListPersistentDataTypeProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#ListPersistentDataTypeProvider()"
          },
          {
            "kind": "FIELD",
            "name": "SHORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#SHORT"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#STRING"
          },
          {
            "kind": "METHOD",
            "name": "booleans()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#booleans()"
          },
          {
            "kind": "METHOD",
            "name": "byteArrays()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#byteArrays()"
          },
          {
            "kind": "METHOD",
            "name": "bytes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#bytes()"
          },
          {
            "kind": "METHOD",
            "name": "dataContainers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#dataContainers()"
          },
          {
            "kind": "METHOD",
            "name": "doubles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#doubles()"
          },
          {
            "kind": "METHOD",
            "name": "floats()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#floats()"
          },
          {
            "kind": "METHOD",
            "name": "integerArrays()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#integerArrays()"
          },
          {
            "kind": "METHOD",
            "name": "integers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#integers()"
          },
          {
            "kind": "METHOD",
            "name": "longArrays()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#longArrays()"
          },
          {
            "kind": "METHOD",
            "name": "longs()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#longs()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.persistence.ListPersistentDataTypeProvider.ListPersistentDataTypeImpl",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "ListPersistentDataTypeImpl(PersistentDataType)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "innerType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#ListPersistentDataTypeImpl(PersistentDataType)"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "METHOD",
                "name": "elementType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#elementType()"
              },
              {
                "kind": "METHOD",
                "name": "fromPrimitive(List,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "primitive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#fromPrimitive(List,PersistentDataAdapterContext)"
              },
              {
                "kind": "METHOD",
                "name": "getComplexType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#getComplexType()"
              },
              {
                "kind": "METHOD",
                "name": "getPrimitiveType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#getPrimitiveType()"
              },
              {
                "kind": "FIELD",
                "name": "innerType",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#innerType"
              },
              {
                "kind": "METHOD",
                "name": "toPrimitive(List,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "complex"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html#toPrimitive(List,PersistentDataAdapterContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider/ListPersistentDataTypeImpl.html"
          },
          {
            "kind": "METHOD",
            "name": "shorts()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#shorts()"
          },
          {
            "kind": "METHOD",
            "name": "strings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html#strings()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/ListPersistentDataTypeProvider.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataAdapterContext",
        "children": [
          {
            "kind": "METHOD",
            "name": "newPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataAdapterContext.html#newPersistentDataContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataAdapterContext.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataContainer",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cP,C\u003eset(NamespacedKey,PersistentDataType,C)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "C"
              },
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "value"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataContainer.html#\u003cP,C\u003eset(NamespacedKey,PersistentDataType,C)"
          },
          {
            "kind": "METHOD",
            "name": "readFromBytes(Array,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bytes"
              },
              {
                "kind": "PARAMETER",
                "name": "clear"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataContainer.html#readFromBytes(Array,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "readFromBytes(byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "bytes"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataContainer.html#readFromBytes(byte...)"
          },
          {
            "kind": "METHOD",
            "name": "remove(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataContainer.html#remove(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataContainer.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataHolder",
        "children": [
          {
            "kind": "METHOD",
            "name": "getPersistentDataContainer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataHolder.html#getPersistentDataContainer()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataHolder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.persistence.PersistentDataType",
        "children": [
          {
            "kind": "FIELD",
            "name": "BOOLEAN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#BOOLEAN"
          },
          {
            "kind": "FIELD",
            "name": "BYTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#BYTE"
          },
          {
            "kind": "FIELD",
            "name": "BYTE_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#BYTE_ARRAY"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "C"
          },
          {
            "kind": "FIELD",
            "name": "DOUBLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#DOUBLE"
          },
          {
            "kind": "FIELD",
            "name": "FLOAT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#FLOAT"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#INTEGER"
          },
          {
            "kind": "FIELD",
            "name": "INTEGER_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#INTEGER_ARRAY"
          },
          {
            "kind": "FIELD",
            "name": "LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#LIST"
          },
          {
            "kind": "FIELD",
            "name": "LONG",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#LONG"
          },
          {
            "kind": "FIELD",
            "name": "LONG_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#LONG_ARRAY"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "P"
          },
          {
            "kind": "FIELD",
            "name": "SHORT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#SHORT"
          },
          {
            "kind": "FIELD",
            "name": "STRING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#STRING"
          },
          {
            "kind": "FIELD",
            "name": "TAG_CONTAINER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#TAG_CONTAINER"
          },
          {
            "kind": "FIELD",
            "name": "TAG_CONTAINER_ARRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#TAG_CONTAINER_ARRAY",
            "deprecated": {
              "since": "1.20.4",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "fromPrimitive(P,PersistentDataAdapterContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              },
              {
                "kind": "PARAMETER",
                "name": "primitive"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#fromPrimitive(P,PersistentDataAdapterContext)"
          },
          {
            "kind": "METHOD",
            "name": "getComplexType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#getComplexType()"
          },
          {
            "kind": "METHOD",
            "name": "getPrimitiveType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#getPrimitiveType()"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.persistence.PersistentDataType.BooleanPersistentDataType",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "BooleanPersistentDataType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/BooleanPersistentDataType.html#BooleanPersistentDataType()"
              },
              {
                "kind": "METHOD",
                "name": "fromPrimitive(Byte,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "primitive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/BooleanPersistentDataType.html#fromPrimitive(Byte,PersistentDataAdapterContext)"
              },
              {
                "kind": "METHOD",
                "name": "getComplexType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/BooleanPersistentDataType.html#getComplexType()"
              },
              {
                "kind": "METHOD",
                "name": "getPrimitiveType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/BooleanPersistentDataType.html#getPrimitiveType()"
              },
              {
                "kind": "METHOD",
                "name": "toPrimitive(Boolean,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "complex"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/BooleanPersistentDataType.html#toPrimitive(Boolean,PersistentDataAdapterContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/BooleanPersistentDataType.html"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.persistence.PersistentDataType.PrimitivePersistentDataType",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "P"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "PrimitivePersistentDataType(Class)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "primitiveType"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#PrimitivePersistentDataType(Class)"
              },
              {
                "kind": "METHOD",
                "name": "fromPrimitive(P,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "primitive"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#fromPrimitive(P,PersistentDataAdapterContext)"
              },
              {
                "kind": "METHOD",
                "name": "getComplexType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#getComplexType()"
              },
              {
                "kind": "METHOD",
                "name": "getPrimitiveType()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#getPrimitiveType()"
              },
              {
                "kind": "FIELD",
                "name": "primitiveType",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#primitiveType"
              },
              {
                "kind": "METHOD",
                "name": "toPrimitive(P,PersistentDataAdapterContext)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "complex"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "context"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html#toPrimitive(P,PersistentDataAdapterContext)"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType/PrimitivePersistentDataType.html"
          },
          {
            "kind": "METHOD",
            "name": "toPrimitive(C,PersistentDataAdapterContext)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "complex"
              },
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html#toPrimitive(C,PersistentDataAdapterContext)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/PersistentDataType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/persistence/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.plugin",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.AuthorNagException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "AuthorNagException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/AuthorNagException.html#AuthorNagException(String)"
          },
          {
            "kind": "METHOD",
            "name": "getMessage()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/AuthorNagException.html#getMessage()"
          },
          {
            "kind": "FIELD",
            "name": "message",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/AuthorNagException.html#message"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/AuthorNagException.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.EventExecutor",
        "children": [
          {
            "kind": "METHOD",
            "name": "create(Method,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eventClass"
              },
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/EventExecutor.html#create(Method,Class)"
          },
          {
            "kind": "METHOD",
            "name": "execute(Listener,Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/EventExecutor.html#execute(Listener,Event)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/EventExecutor.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.IllegalPluginAccessException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "IllegalPluginAccessException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/IllegalPluginAccessException.html#IllegalPluginAccessException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "IllegalPluginAccessException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/IllegalPluginAccessException.html#IllegalPluginAccessException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/IllegalPluginAccessException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.InvalidDescriptionException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException(Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidDescriptionException(Throwable,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidDescriptionException.html#InvalidDescriptionException(Throwable,String)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidDescriptionException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidDescriptionException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.InvalidPluginException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidPluginException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidPluginException.html#InvalidPluginException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidPluginException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidPluginException.html#InvalidPluginException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidPluginException(String,Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidPluginException.html#InvalidPluginException(String,Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "InvalidPluginException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidPluginException.html#InvalidPluginException(Throwable)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidPluginException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/InvalidPluginException.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.Plugin",
        "children": [
          {
            "kind": "METHOD",
            "name": "getComponentLogger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getComponentLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getConfig()"
          },
          {
            "kind": "METHOD",
            "name": "getDataFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getDataFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getDataPath()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getDataPath()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultBiomeProvider(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "worldName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getDefaultBiomeProvider(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultWorldGenerator(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "worldName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getDefaultWorldGenerator(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getDescription()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLifecycleManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getLifecycleManager()"
          },
          {
            "kind": "METHOD",
            "name": "getLog4JLogger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getLog4JLogger()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginLoader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getPluginLoader()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPluginMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getPluginMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getResource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filename"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getResource(String)"
          },
          {
            "kind": "METHOD",
            "name": "getSLF4JLogger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getSLF4JLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isNaggable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#isNaggable()"
          },
          {
            "kind": "METHOD",
            "name": "onDisable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#onDisable()"
          },
          {
            "kind": "METHOD",
            "name": "onEnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#onEnable()"
          },
          {
            "kind": "METHOD",
            "name": "onLoad()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#onLoad()"
          },
          {
            "kind": "METHOD",
            "name": "reloadConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#reloadConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#saveConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveDefaultConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#saveDefaultConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveResource(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "replace"
              },
              {
                "kind": "PARAMETER",
                "name": "resourcePath"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#saveResource(String,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setNaggable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canNag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html#setNaggable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/Plugin.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.PluginAwareness",
        "children": [
          {
            "kind": "ENUM",
            "name": "org.bukkit.plugin.PluginAwareness.Flags",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "Flags()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginAwareness/Flags.html#Flags()"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "UTF8",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginAwareness/Flags.html#UTF8",
                "deprecated": {
                  "since": "1.9",
                  "forRemoval": "true",
                  "deprecated": "true"
                }
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginAwareness/Flags.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginAwareness/Flags.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginAwareness/Flags.html"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginAwareness.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.PluginBase",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginBase()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginBase.html#PluginBase()"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginBase.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginBase.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginBase.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "namespace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginBase.html#namespace()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginBase.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.PluginDescriptionFile",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginDescriptionFile(InputStream)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "stream"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#PluginDescriptionFile(InputStream)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginDescriptionFile(Reader)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "reader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#PluginDescriptionFile(Reader)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginDescriptionFile(String,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "mainClass"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginName"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginVersion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#PluginDescriptionFile(String,String,String)"
          },
          {
            "kind": "FIELD",
            "name": "VALID_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#VALID_NAME"
          },
          {
            "kind": "FIELD",
            "name": "YAML",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#YAML"
          },
          {
            "kind": "FIELD",
            "name": "apiVersion",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#apiVersion"
          },
          {
            "kind": "METHOD",
            "name": "asMap(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#asMap(Object)"
          },
          {
            "kind": "FIELD",
            "name": "authors",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#authors"
          },
          {
            "kind": "FIELD",
            "name": "awareness",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#awareness"
          },
          {
            "kind": "FIELD",
            "name": "classLoaderOf",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#classLoaderOf"
          },
          {
            "kind": "FIELD",
            "name": "commands",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#commands"
          },
          {
            "kind": "FIELD",
            "name": "contributors",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#contributors"
          },
          {
            "kind": "FIELD",
            "name": "defaultPerm",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#defaultPerm"
          },
          {
            "kind": "FIELD",
            "name": "depend",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#depend"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#description"
          },
          {
            "kind": "METHOD",
            "name": "getAPIVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getAPIVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getAuthors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getAuthors()"
          },
          {
            "kind": "METHOD",
            "name": "getAwareness()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getAwareness()"
          },
          {
            "kind": "METHOD",
            "name": "getClassLoaderOf()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getClassLoaderOf()",
            "deprecated": {
              "since": "1.7.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCommands()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getCommands()"
          },
          {
            "kind": "METHOD",
            "name": "getContributors()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getContributors()"
          },
          {
            "kind": "METHOD",
            "name": "getDepend()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getDepend()"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getDescription()"
          },
          {
            "kind": "METHOD",
            "name": "getFullName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getFullName()"
          },
          {
            "kind": "METHOD",
            "name": "getLibraries()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getLibraries()"
          },
          {
            "kind": "METHOD",
            "name": "getLoad()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getLoad()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadBefore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getLoadBefore()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadBeforePlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getLoadBeforePlugins()"
          },
          {
            "kind": "METHOD",
            "name": "getLoadOrder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getLoadOrder()"
          },
          {
            "kind": "METHOD",
            "name": "getLoggerPrefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getLoggerPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getMain()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getMain()"
          },
          {
            "kind": "METHOD",
            "name": "getMainClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getMainClass()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionDefault()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getPermissionDefault()"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginDependencies()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getPluginDependencies()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginSoftDependencies()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getPluginSoftDependencies()"
          },
          {
            "kind": "METHOD",
            "name": "getPrefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getPrefix()"
          },
          {
            "kind": "METHOD",
            "name": "getProvidedPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getProvidedPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "getProvides()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getProvides()"
          },
          {
            "kind": "METHOD",
            "name": "getSoftDepend()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getSoftDepend()"
          },
          {
            "kind": "METHOD",
            "name": "getVersion()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getVersion()"
          },
          {
            "kind": "METHOD",
            "name": "getWebsite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#getWebsite()"
          },
          {
            "kind": "FIELD",
            "name": "lazyPermissions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#lazyPermissions"
          },
          {
            "kind": "FIELD",
            "name": "libraries",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#libraries"
          },
          {
            "kind": "FIELD",
            "name": "loadBefore",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#loadBefore"
          },
          {
            "kind": "METHOD",
            "name": "loadMap(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#loadMap(Map)"
          },
          {
            "kind": "FIELD",
            "name": "main",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#main"
          },
          {
            "kind": "METHOD",
            "name": "makePluginNameList(Map,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#makePluginNameList(Map,String)"
          },
          {
            "kind": "FIELD",
            "name": "name",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#name"
          },
          {
            "kind": "FIELD",
            "name": "order",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#order"
          },
          {
            "kind": "FIELD",
            "name": "paperPluginLoader",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#paperPluginLoader"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#permissions"
          },
          {
            "kind": "FIELD",
            "name": "prefix",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#prefix"
          },
          {
            "kind": "FIELD",
            "name": "provides",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#provides"
          },
          {
            "kind": "FIELD",
            "name": "rawName",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#rawName"
          },
          {
            "kind": "METHOD",
            "name": "save(Writer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "writer"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#save(Writer)"
          },
          {
            "kind": "METHOD",
            "name": "saveMap()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#saveMap()"
          },
          {
            "kind": "FIELD",
            "name": "softDepend",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#softDepend"
          },
          {
            "kind": "FIELD",
            "name": "version",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#version"
          },
          {
            "kind": "FIELD",
            "name": "website",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html#website"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionFile.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.PluginDescriptionResolver",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginDescriptionResolver()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionResolver.html#PluginDescriptionResolver()"
          },
          {
            "kind": "METHOD",
            "name": "addImplicitResolvers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionResolver.html#addImplicitResolvers()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginDescriptionResolver.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.plugin.PluginLoadOrder",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "POSTWORLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoadOrder.html#POSTWORLD"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginLoadOrder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoadOrder.html#PluginLoadOrder()"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STARTUP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoadOrder.html#STARTUP"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoadOrder.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoadOrder.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoadOrder.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.PluginLoader",
        "children": [
          {
            "kind": "METHOD",
            "name": "createRegisteredListeners(Listener,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html#createRegisteredListeners(Listener,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html#enablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginDescription(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html#getPluginDescription(File)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginFileFilters()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html#getPluginFileFilters()"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html#loadPlugin(File)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLoader.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.PluginLogger",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginLogger(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "context"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLogger.html#PluginLogger(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "log(LogRecord)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "logRecord"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLogger.html#log(LogRecord)"
          },
          {
            "kind": "FIELD",
            "name": "pluginName",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLogger.html#pluginName"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginLogger.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.PluginManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#addPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "callEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#callEvent(Event)"
          },
          {
            "kind": "METHOD",
            "name": "clearPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#clearPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#disablePlugins()"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#enablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermSubscriptions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getDefaultPermSubscriptions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermissions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getDefaultPermissions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionSubscriptions(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getPermissionSubscriptions(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getPlugin(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#getPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#isPluginEnabled(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#isPluginEnabled(String)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#loadPlugin(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "directory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#loadPlugins(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "files"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#loadPlugins(File...)"
          },
          {
            "kind": "METHOD",
            "name": "overridePermissionManager(Plugin,PermissionManager)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissionManager"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#overridePermissionManager(Plugin,PermissionManager)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissionDefaults(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#recalculatePermissionDefaults(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "executor"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "executor"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreCancelled"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "registerEvents(Listener,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#registerEvents(Listener,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "registerInterface(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#registerInterface(Class)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removePermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#removePermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#removePermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "subscribeToDefaultPerms(boolean,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#subscribeToDefaultPerms(boolean,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "subscribeToPermission(String,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#subscribeToPermission(String,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "unsubscribeFromDefaultPerms(boolean,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#unsubscribeFromDefaultPerms(boolean,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "unsubscribeFromPermission(String,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#unsubscribeFromPermission(String,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "useTimings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html#useTimings()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/PluginManager.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.RegisteredListener",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RegisteredListener(Listener,EventExecutor,EventPriority,Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "executor"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreCancelled"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#RegisteredListener(Listener,EventExecutor,EventPriority,Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "callEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#callEvent(Event)"
          },
          {
            "kind": "FIELD",
            "name": "executor",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#executor"
          },
          {
            "kind": "METHOD",
            "name": "getExecutor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#getExecutor()"
          },
          {
            "kind": "METHOD",
            "name": "getListener()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#getListener()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getPriority()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#getPriority()"
          },
          {
            "kind": "FIELD",
            "name": "ignoreCancelled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#ignoreCancelled"
          },
          {
            "kind": "METHOD",
            "name": "isIgnoringCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#isIgnoringCancelled()"
          },
          {
            "kind": "FIELD",
            "name": "listener",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#listener"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "priority",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#priority"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredListener.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.RegisteredServiceProvider",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RegisteredServiceProvider(Class,T,ServicePriority,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              },
              {
                "kind": "PARAMETER",
                "name": "provider"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#RegisteredServiceProvider(Class,T,ServicePriority,Plugin)"
          },
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "compareTo(RegisteredServiceProvider)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#compareTo(RegisteredServiceProvider)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "getPriority()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#getPriority()"
          },
          {
            "kind": "METHOD",
            "name": "getProvider()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#getProvider()"
          },
          {
            "kind": "METHOD",
            "name": "getService()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#getService()"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#plugin"
          },
          {
            "kind": "FIELD",
            "name": "priority",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#priority"
          },
          {
            "kind": "FIELD",
            "name": "provider",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#provider"
          },
          {
            "kind": "FIELD",
            "name": "service",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html#service"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/RegisteredServiceProvider.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.plugin.ServicePriority",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "High",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#High"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Highest",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#Highest"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Low",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#Low"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Lowest",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#Lowest"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "Normal",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#Normal"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ServicePriority()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#ServicePriority()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicePriority.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.ServicesManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistration(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#\u003cT\u003egetRegistration(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistrations(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#\u003cT\u003egetRegistrations(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eisProvidedFor(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#\u003cT\u003eisProvidedFor(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eload(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#\u003cT\u003eload(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eregister(Class,T,Plugin,ServicePriority)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              },
              {
                "kind": "PARAMETER",
                "name": "provider"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#\u003cT\u003eregister(Class,T,Plugin,ServicePriority)"
          },
          {
            "kind": "METHOD",
            "name": "getKnownServices()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#getKnownServices()"
          },
          {
            "kind": "METHOD",
            "name": "getRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#getRegistrations(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Class,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "provider"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#unregister(Class,Object)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "provider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#unregister(Object)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html#unregisterAll(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/ServicesManager.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.SimplePluginManager",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplePluginManager(Server,SimpleCommandMap)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "commandMap"
              },
              {
                "kind": "PARAMETER",
                "name": "instance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#SimplePluginManager(Server,SimpleCommandMap)"
          },
          {
            "kind": "METHOD",
            "name": "addPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#addPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "addPermission(Permission,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dirty"
              },
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#addPermission(Permission,boolean)",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "addPermissions(List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#addPermissions(List)"
          },
          {
            "kind": "METHOD",
            "name": "calculatePermissionDefault(Permission,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dirty"
              },
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#calculatePermissionDefault(Permission,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "callEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#callEvent(Event)"
          },
          {
            "kind": "METHOD",
            "name": "checkUpdate(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#checkUpdate(File)"
          },
          {
            "kind": "METHOD",
            "name": "clearPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#clearPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "clearPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#clearPlugins()"
          },
          {
            "kind": "FIELD",
            "name": "commandMap",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#commandMap"
          },
          {
            "kind": "FIELD",
            "name": "defSubs",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#defSubs"
          },
          {
            "kind": "FIELD",
            "name": "defaultPerms",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#defaultPerms"
          },
          {
            "kind": "FIELD",
            "name": "dependencyGraph",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#dependencyGraph"
          },
          {
            "kind": "METHOD",
            "name": "dirtyPermissibles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#dirtyPermissibles()",
            "deprecated": {
              "since": "1.12",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "dirtyPermissibles(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#dirtyPermissibles(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#disablePlugins()"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#enablePlugin(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "fileAssociations",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#fileAssociations"
          },
          {
            "kind": "METHOD",
            "name": "fireEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#fireEvent(Event)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermSubscriptions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getDefaultPermSubscriptions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultPermissions(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getDefaultPermissions(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEventListeners(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getEventListeners(Class)"
          },
          {
            "kind": "METHOD",
            "name": "getPermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getPermission(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissionSubscriptions(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getPermissionSubscriptions(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getPermissions()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getPlugin(String)"
          },
          {
            "kind": "METHOD",
            "name": "getPlugins()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getPlugins()"
          },
          {
            "kind": "METHOD",
            "name": "getRegistrationClass(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#getRegistrationClass(Class)"
          },
          {
            "kind": "METHOD",
            "name": "handlePluginException(String,Throwable,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ex"
              },
              {
                "kind": "PARAMETER",
                "name": "msg"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#handlePluginException(String,Throwable,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#isPluginEnabled(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isPluginEnabled(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#isPluginEnabled(String)"
          },
          {
            "kind": "METHOD",
            "name": "isTransitiveDepend(PluginDescriptionFile,PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "depend"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#isTransitiveDepend(PluginDescriptionFile,PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "isTransitiveDependency(PluginMeta,PluginMeta)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dependencyConfig"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginMeta"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#isTransitiveDependency(PluginMeta,PluginMeta)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#loadPlugin(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "directory"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#loadPlugins(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File,List)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "directory"
              },
              {
                "kind": "PARAMETER",
                "name": "extraPluginJars"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#loadPlugins(File,List)"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugins(File...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "files"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#loadPlugins(File...)"
          },
          {
            "kind": "FIELD",
            "name": "lookupNames",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#lookupNames"
          },
          {
            "kind": "METHOD",
            "name": "overridePermissionManager(Plugin,PermissionManager)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissionManager"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#overridePermissionManager(Plugin,PermissionManager)"
          },
          {
            "kind": "FIELD",
            "name": "paperPluginManager",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#paperPluginManager"
          },
          {
            "kind": "FIELD",
            "name": "permSubs",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#permSubs"
          },
          {
            "kind": "FIELD",
            "name": "permissions",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#permissions"
          },
          {
            "kind": "FIELD",
            "name": "plugins",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#plugins"
          },
          {
            "kind": "METHOD",
            "name": "recalculatePermissionDefaults(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#recalculatePermissionDefaults(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "executor"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              },
              {
                "kind": "PARAMETER",
                "name": "executor"
              },
              {
                "kind": "PARAMETER",
                "name": "ignoreCancelled"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#registerEvent(Class,Listener,EventPriority,EventExecutor,Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "registerEvents(Listener,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#registerEvents(Listener,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "registerInterface(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#registerInterface(Class)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#removePermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "removePermission(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#removePermission(String)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#server"
          },
          {
            "kind": "METHOD",
            "name": "subscribeToDefaultPerms(boolean,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#subscribeToDefaultPerms(boolean,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "subscribeToPermission(String,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#subscribeToPermission(String,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "unsubscribeFromDefaultPerms(boolean,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "op"
              },
              {
                "kind": "PARAMETER",
                "name": "permissible"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#unsubscribeFromDefaultPerms(boolean,Permissible)"
          },
          {
            "kind": "METHOD",
            "name": "unsubscribeFromPermission(String,Permissible)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "permissible"
              },
              {
                "kind": "PARAMETER",
                "name": "permission"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#unsubscribeFromPermission(String,Permissible)"
          },
          {
            "kind": "FIELD",
            "name": "updateDirectory",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#updateDirectory"
          },
          {
            "kind": "FIELD",
            "name": "useTimings",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#useTimings"
          },
          {
            "kind": "METHOD",
            "name": "useTimings()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#useTimings()"
          },
          {
            "kind": "METHOD",
            "name": "useTimings(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "use"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html#useTimings(boolean)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimplePluginManager.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.SimpleServicesManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistration(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#\u003cT\u003egetRegistration(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetRegistrations(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#\u003cT\u003egetRegistrations(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eisProvidedFor(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#\u003cT\u003eisProvidedFor(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eload(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#\u003cT\u003eload(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003eregister(Class,T,Plugin,ServicePriority)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "priority"
              },
              {
                "kind": "PARAMETER",
                "name": "provider"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#\u003cT\u003eregister(Class,T,Plugin,ServicePriority)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimpleServicesManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#SimpleServicesManager()"
          },
          {
            "kind": "METHOD",
            "name": "getKnownServices()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#getKnownServices()"
          },
          {
            "kind": "METHOD",
            "name": "getRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#getRegistrations(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "providers",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#providers"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Class,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "provider"
              },
              {
                "kind": "PARAMETER",
                "name": "service"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#unregister(Class,Object)"
          },
          {
            "kind": "METHOD",
            "name": "unregister(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "provider"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#unregister(Object)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterAll(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html#unregisterAll(Plugin)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/SimpleServicesManager.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.TimedRegisteredListener",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "TimedRegisteredListener(Listener,EventExecutor,EventPriority,Plugin,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "eventExecutor"
              },
              {
                "kind": "PARAMETER",
                "name": "eventPriority"
              },
              {
                "kind": "PARAMETER",
                "name": "listenCancelled"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginListener"
              },
              {
                "kind": "PARAMETER",
                "name": "registeredPlugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#TimedRegisteredListener(Listener,EventExecutor,EventPriority,Plugin,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "callEvent(Event)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "event"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#callEvent(Event)"
          },
          {
            "kind": "FIELD",
            "name": "count",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#count"
          },
          {
            "kind": "FIELD",
            "name": "eventClass",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#eventClass"
          },
          {
            "kind": "METHOD",
            "name": "getCommonSuperclass(Class,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "class1"
              },
              {
                "kind": "PARAMETER",
                "name": "class2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#getCommonSuperclass(Class,Class)"
          },
          {
            "kind": "METHOD",
            "name": "getCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#getCount()"
          },
          {
            "kind": "METHOD",
            "name": "getEventClass()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#getEventClass()"
          },
          {
            "kind": "METHOD",
            "name": "getTotalTime()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#getTotalTime()"
          },
          {
            "kind": "METHOD",
            "name": "hasMultiple()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#hasMultiple()"
          },
          {
            "kind": "FIELD",
            "name": "multiple",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#multiple"
          },
          {
            "kind": "METHOD",
            "name": "reset()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#reset()"
          },
          {
            "kind": "FIELD",
            "name": "totalTime",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html#totalTime"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/TimedRegisteredListener.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.UnknownDependencyException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException(Collection,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "missingDependencies"
              },
              {
                "kind": "PARAMETER",
                "name": "pluginName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException(Collection,String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException(Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "throwable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException(Throwable)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "UnknownDependencyException(Throwable,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "throwable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html#UnknownDependencyException(Throwable,String)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/UnknownDependencyException.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.plugin.java",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.java.JavaPlugin",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003egetPlugin(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#\u003cT\u003egetPlugin(Class)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "JavaPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#JavaPlugin()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "JavaPlugin(JavaPluginLoader,PluginDescriptionFile,File,File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dataFolder"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "file"
              },
              {
                "kind": "PARAMETER",
                "name": "loader"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#JavaPlugin(JavaPluginLoader,PluginDescriptionFile,File,File)",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "allowsLifecycleRegistration",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#allowsLifecycleRegistration"
          },
          {
            "kind": "FIELD",
            "name": "classLoader",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#classLoader"
          },
          {
            "kind": "FIELD",
            "name": "configFile",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#configFile"
          },
          {
            "kind": "FIELD",
            "name": "dataFolder",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#dataFolder"
          },
          {
            "kind": "FIELD",
            "name": "description",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#description"
          },
          {
            "kind": "FIELD",
            "name": "file",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#file"
          },
          {
            "kind": "METHOD",
            "name": "getClassLoader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getClassLoader()"
          },
          {
            "kind": "METHOD",
            "name": "getCommand(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getCommand(String)"
          },
          {
            "kind": "METHOD",
            "name": "getConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getConfig()"
          },
          {
            "kind": "METHOD",
            "name": "getDataFolder()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getDataFolder()"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultBiomeProvider(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "worldName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getDefaultBiomeProvider(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultWorldGenerator(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              },
              {
                "kind": "PARAMETER",
                "name": "worldName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getDefaultWorldGenerator(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "getDescription()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getDescription()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getFile()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getFile()"
          },
          {
            "kind": "METHOD",
            "name": "getLifecycleManager()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getLifecycleManager()"
          },
          {
            "kind": "METHOD",
            "name": "getLogger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getLogger()"
          },
          {
            "kind": "METHOD",
            "name": "getPluginLoader()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getPluginLoader()",
            "deprecated": {
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPluginMeta()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getPluginMeta()"
          },
          {
            "kind": "METHOD",
            "name": "getProvidingPlugin(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getProvidingPlugin(Class)"
          },
          {
            "kind": "METHOD",
            "name": "getResource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "filename"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getResource(String)"
          },
          {
            "kind": "METHOD",
            "name": "getServer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getServer()"
          },
          {
            "kind": "METHOD",
            "name": "getTextResource(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#getTextResource(String)"
          },
          {
            "kind": "METHOD",
            "name": "init(PluginLoader,Server,PluginDescriptionFile,File,File,ClassLoader)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classLoader"
              },
              {
                "kind": "PARAMETER",
                "name": "dataFolder"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "file"
              },
              {
                "kind": "PARAMETER",
                "name": "loader"
              },
              {
                "kind": "PARAMETER",
                "name": "server"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#init(PluginLoader,Server,PluginDescriptionFile,File,File,ClassLoader)"
          },
          {
            "kind": "METHOD",
            "name": "init(Server,PluginDescriptionFile,File,File,ClassLoader,PluginMeta,Logger)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "classLoader"
              },
              {
                "kind": "PARAMETER",
                "name": "configuration"
              },
              {
                "kind": "PARAMETER",
                "name": "dataFolder"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "file"
              },
              {
                "kind": "PARAMETER",
                "name": "logger"
              },
              {
                "kind": "PARAMETER",
                "name": "server"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#init(Server,PluginDescriptionFile,File,File,ClassLoader,PluginMeta,Logger)"
          },
          {
            "kind": "FIELD",
            "name": "isBeingEnabled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#isBeingEnabled"
          },
          {
            "kind": "FIELD",
            "name": "isEnabled",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#isEnabled"
          },
          {
            "kind": "METHOD",
            "name": "isEnabled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#isEnabled()"
          },
          {
            "kind": "METHOD",
            "name": "isNaggable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#isNaggable()"
          },
          {
            "kind": "FIELD",
            "name": "lifecycleEventManager",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#lifecycleEventManager"
          },
          {
            "kind": "FIELD",
            "name": "loader",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#loader"
          },
          {
            "kind": "FIELD",
            "name": "logger",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#logger"
          },
          {
            "kind": "FIELD",
            "name": "naggable",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#naggable"
          },
          {
            "kind": "FIELD",
            "name": "newConfig",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#newConfig"
          },
          {
            "kind": "METHOD",
            "name": "onCommand(CommandSender,Command,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#onCommand(CommandSender,Command,String,String...)"
          },
          {
            "kind": "METHOD",
            "name": "onDisable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#onDisable()"
          },
          {
            "kind": "METHOD",
            "name": "onEnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#onEnable()"
          },
          {
            "kind": "METHOD",
            "name": "onLoad()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#onLoad()"
          },
          {
            "kind": "METHOD",
            "name": "onTabComplete(CommandSender,Command,String,String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "alias"
              },
              {
                "kind": "PARAMETER",
                "name": "args"
              },
              {
                "kind": "PARAMETER",
                "name": "command"
              },
              {
                "kind": "PARAMETER",
                "name": "sender"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#onTabComplete(CommandSender,Command,String,String...)"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.plugin.java.JavaPlugin.DummyPluginLoaderImplHolder",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "DummyPluginLoaderImplHolder()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin/DummyPluginLoaderImplHolder.html#DummyPluginLoaderImplHolder()"
              },
              {
                "kind": "FIELD",
                "name": "INSTANCE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin/DummyPluginLoaderImplHolder.html#INSTANCE"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin/DummyPluginLoaderImplHolder.html"
          },
          {
            "kind": "FIELD",
            "name": "pluginMeta",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#pluginMeta"
          },
          {
            "kind": "METHOD",
            "name": "registerCommand(String,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#registerCommand(String,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "registerCommand(String,Collection,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#registerCommand(String,Collection,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "registerCommand(String,String,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#registerCommand(String,String,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "registerCommand(String,String,Collection,BasicCommand)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "aliases"
              },
              {
                "kind": "PARAMETER",
                "name": "basicCommand"
              },
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "label"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#registerCommand(String,String,Collection,BasicCommand)"
          },
          {
            "kind": "METHOD",
            "name": "reloadConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#reloadConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#saveConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveDefaultConfig()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#saveDefaultConfig()"
          },
          {
            "kind": "METHOD",
            "name": "saveResource(String,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "replace"
              },
              {
                "kind": "PARAMETER",
                "name": "resourcePath"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#saveResource(String,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setNaggable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "canNag"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#setNaggable(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPlugin.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.java.JavaPluginLoader",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "JavaPluginLoader(Server)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "instance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#JavaPluginLoader(Server)",
            "deprecated": {
              "since": "1.4.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "createRegisteredListeners(Listener,Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#createRegisteredListeners(Listener,Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "disablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#disablePlugin(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "enablePlugin(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#enablePlugin(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "fileFilters",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#fileFilters"
          },
          {
            "kind": "METHOD",
            "name": "getClassByName(String,boolean,PluginDescriptionFile)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "description"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "resolve"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#getClassByName(String,boolean,PluginDescriptionFile)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginDescription(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#getPluginDescription(File)"
          },
          {
            "kind": "METHOD",
            "name": "getPluginFileFilters()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#getPluginFileFilters()"
          },
          {
            "kind": "FIELD",
            "name": "libraryLoader",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#libraryLoader"
          },
          {
            "kind": "METHOD",
            "name": "loadPlugin(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#loadPlugin(File)"
          },
          {
            "kind": "FIELD",
            "name": "loaders",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#loaders"
          },
          {
            "kind": "METHOD",
            "name": "removeClass(Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#removeClass(Class)"
          },
          {
            "kind": "FIELD",
            "name": "server",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#server"
          },
          {
            "kind": "METHOD",
            "name": "setClass(String,Class)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "clazz"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html#setClass(String,Class)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/JavaPluginLoader.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/java/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.plugin.messaging",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.messaging.ChannelNameTooLongException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChannelNameTooLongException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ChannelNameTooLongException.html#ChannelNameTooLongException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChannelNameTooLongException(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "length"
              },
              {
                "kind": "PARAMETER",
                "name": "shortenedChannel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ChannelNameTooLongException.html#ChannelNameTooLongException(int,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ChannelNameTooLongException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.messaging.ChannelNotRegisteredException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ChannelNotRegisteredException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ChannelNotRegisteredException.html#ChannelNotRegisteredException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChannelNotRegisteredException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ChannelNotRegisteredException.html#ChannelNotRegisteredException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ChannelNotRegisteredException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.messaging.MessageTooLargeException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "MessageTooLargeException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/MessageTooLargeException.html#MessageTooLargeException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MessageTooLargeException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "msg"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/MessageTooLargeException.html#MessageTooLargeException(String)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MessageTooLargeException(byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/MessageTooLargeException.html#MessageTooLargeException(byte...)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "MessageTooLargeException(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "length"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/MessageTooLargeException.html#MessageTooLargeException(int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/MessageTooLargeException.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.messaging.Messenger",
        "children": [
          {
            "kind": "FIELD",
            "name": "MAX_CHANNEL_SIZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#MAX_CHANNEL_SIZE"
          },
          {
            "kind": "FIELD",
            "name": "MAX_MESSAGE_SIZE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#MAX_MESSAGE_SIZE"
          },
          {
            "kind": "METHOD",
            "name": "dispatchIncomingMessage(Player,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#dispatchIncomingMessage(Player,String,byte...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "dispatchIncomingMessage(PlayerConnection,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#dispatchIncomingMessage(PlayerConnection,String,byte...)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannelRegistrations(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannelRegistrations(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannelRegistrations(String)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getIncomingChannels(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getOutgoingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#getOutgoingChannels(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "isIncomingChannelRegistered(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#isIncomingChannelRegistered(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "isOutgoingChannelRegistered(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#isOutgoingChannelRegistered(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "isRegistrationValid(PluginMessageListenerRegistration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#isRegistrationValid(PluginMessageListenerRegistration)"
          },
          {
            "kind": "METHOD",
            "name": "isReservedChannel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#isReservedChannel(String)"
          },
          {
            "kind": "METHOD",
            "name": "registerIncomingPluginChannel(Plugin,String,PluginMessageListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#registerIncomingPluginChannel(Plugin,String,PluginMessageListener)"
          },
          {
            "kind": "METHOD",
            "name": "registerOutgoingPluginChannel(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#registerOutgoingPluginChannel(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#unregisterIncomingPluginChannel(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#unregisterIncomingPluginChannel(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin,String,PluginMessageListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#unregisterIncomingPluginChannel(Plugin,String,PluginMessageListener)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterOutgoingPluginChannel(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#unregisterOutgoingPluginChannel(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterOutgoingPluginChannel(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html#unregisterOutgoingPluginChannel(Plugin,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/Messenger.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.plugin.messaging.PluginChannelDirection",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "INCOMING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginChannelDirection.html#INCOMING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OUTGOING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginChannelDirection.html#OUTGOING"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginChannelDirection()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginChannelDirection.html#PluginChannelDirection()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginChannelDirection.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginChannelDirection.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginChannelDirection.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.messaging.PluginMessageListener",
        "children": [
          {
            "kind": "METHOD",
            "name": "onPluginMessageReceived(String,Player,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListener.html#onPluginMessageReceived(String,Player,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "onPluginMessageReceived(String,PlayerConnection,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "connection"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListener.html#onPluginMessageReceived(String,PlayerConnection,byte...)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListener.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.messaging.PluginMessageListenerRegistration",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PluginMessageListenerRegistration(Messenger,Plugin,String,PluginMessageListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "messenger"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#PluginMessageListenerRegistration(Messenger,Plugin,String,PluginMessageListener)"
          },
          {
            "kind": "FIELD",
            "name": "channel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#channel"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getChannel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#getChannel()"
          },
          {
            "kind": "METHOD",
            "name": "getListener()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#getListener()"
          },
          {
            "kind": "METHOD",
            "name": "getPlugin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#getPlugin()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isValid()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#isValid()"
          },
          {
            "kind": "FIELD",
            "name": "listener",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#listener"
          },
          {
            "kind": "FIELD",
            "name": "messenger",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#messenger"
          },
          {
            "kind": "FIELD",
            "name": "plugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html#plugin"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageListenerRegistration.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.plugin.messaging.PluginMessageRecipient",
        "children": [
          {
            "kind": "METHOD",
            "name": "getListeningPluginChannels()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageRecipient.html#getListeningPluginChannels()"
          },
          {
            "kind": "METHOD",
            "name": "sendPluginMessage(Plugin,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageRecipient.html#sendPluginMessage(Plugin,String,byte...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/PluginMessageRecipient.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.messaging.ReservedChannelException",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "ReservedChannelException()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ReservedChannelException.html#ReservedChannelException()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ReservedChannelException(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ReservedChannelException.html#ReservedChannelException(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/ReservedChannelException.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.plugin.messaging.StandardMessenger",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "StandardMessenger()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#StandardMessenger()"
          },
          {
            "kind": "METHOD",
            "name": "addToIncoming(PluginMessageListenerRegistration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#addToIncoming(PluginMessageListenerRegistration)"
          },
          {
            "kind": "METHOD",
            "name": "addToOutgoing(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#addToOutgoing(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "dispatchIncomingMessage(Player,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#dispatchIncomingMessage(Player,String,byte...)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "dispatchIncomingMessage(PlayerConnection,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#dispatchIncomingMessage(PlayerConnection,String,byte...)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannelRegistrations(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannelRegistrations(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannelRegistrations(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannelRegistrations(String)"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getIncomingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getIncomingChannels(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getOutgoingChannels()"
          },
          {
            "kind": "METHOD",
            "name": "getOutgoingChannels(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#getOutgoingChannels(Plugin)"
          },
          {
            "kind": "FIELD",
            "name": "incomingByChannel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#incomingByChannel"
          },
          {
            "kind": "FIELD",
            "name": "incomingByPlugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#incomingByPlugin"
          },
          {
            "kind": "FIELD",
            "name": "incomingLock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#incomingLock"
          },
          {
            "kind": "METHOD",
            "name": "isIncomingChannelRegistered(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#isIncomingChannelRegistered(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "isOutgoingChannelRegistered(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#isOutgoingChannelRegistered(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "isRegistrationValid(PluginMessageListenerRegistration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#isRegistrationValid(PluginMessageListenerRegistration)"
          },
          {
            "kind": "METHOD",
            "name": "isReservedChannel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#isReservedChannel(String)"
          },
          {
            "kind": "FIELD",
            "name": "outgoingByChannel",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#outgoingByChannel"
          },
          {
            "kind": "FIELD",
            "name": "outgoingByPlugin",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#outgoingByPlugin"
          },
          {
            "kind": "FIELD",
            "name": "outgoingLock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#outgoingLock"
          },
          {
            "kind": "METHOD",
            "name": "registerIncomingPluginChannel(Plugin,String,PluginMessageListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#registerIncomingPluginChannel(Plugin,String,PluginMessageListener)"
          },
          {
            "kind": "METHOD",
            "name": "registerOutgoingPluginChannel(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#registerOutgoingPluginChannel(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromIncoming(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#removeFromIncoming(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromIncoming(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#removeFromIncoming(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromIncoming(PluginMessageListenerRegistration)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "registration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#removeFromIncoming(PluginMessageListenerRegistration)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromOutgoing(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#removeFromOutgoing(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "removeFromOutgoing(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#removeFromOutgoing(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "shortened(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#shortened(String)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#unregisterIncomingPluginChannel(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#unregisterIncomingPluginChannel(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterIncomingPluginChannel(Plugin,String,PluginMessageListener)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "listener"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#unregisterIncomingPluginChannel(Plugin,String,PluginMessageListener)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterOutgoingPluginChannel(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#unregisterOutgoingPluginChannel(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterOutgoingPluginChannel(Plugin,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#unregisterOutgoingPluginChannel(Plugin,String)"
          },
          {
            "kind": "METHOD",
            "name": "validateAndCorrectChannel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#validateAndCorrectChannel(String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "validateChannel(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#validateChannel(String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "validatePluginMessage(Messenger,Plugin,String,byte...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "channel"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              },
              {
                "kind": "PARAMETER",
                "name": "messenger"
              },
              {
                "kind": "PARAMETER",
                "name": "source"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html#validatePluginMessage(Messenger,Plugin,String,byte...)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/StandardMessenger.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/plugin/messaging/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.potion",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.potion.PotionBrewer",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPotionMix(PotionMix)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "potionMix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html#addPotionMix(PotionMix)"
          },
          {
            "kind": "METHOD",
            "name": "createEffect(PotionEffectType,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "potion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html#createEffect(PotionEffectType,int,int)",
            "deprecated": {
              "forRemoval": "true",
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEffects(PotionType,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "extended"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "upgraded"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html#getEffects(PotionType,boolean,boolean)",
            "deprecated": {
              "since": "1.20.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEffectsFromDamage(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "damage"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html#getEffectsFromDamage(int)",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "removePotionMix(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html#removePotionMix(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "resetPotionMixes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html#resetPotionMixes()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionBrewer.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionData",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionData(PotionType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#PotionData(PotionType)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionData(PotionType,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "extended"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              },
              {
                "kind": "PARAMETER",
                "name": "upgraded"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#PotionData(PotionType,boolean,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#equals(Object)"
          },
          {
            "kind": "FIELD",
            "name": "extended",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#extended"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isExtended()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#isExtended()"
          },
          {
            "kind": "METHOD",
            "name": "isUpgraded()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#isUpgraded()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#type"
          },
          {
            "kind": "FIELD",
            "name": "upgraded",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html#upgraded"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionData.html",
        "deprecated": {
          "since": "1.20.6",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionEffect",
        "children": [
          {
            "kind": "FIELD",
            "name": "AMBIENT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#AMBIENT"
          },
          {
            "kind": "FIELD",
            "name": "AMPLIFIER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#AMPLIFIER"
          },
          {
            "kind": "FIELD",
            "name": "DURATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#DURATION"
          },
          {
            "kind": "FIELD",
            "name": "HIDDEN_EFFECT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#HIDDEN_EFFECT"
          },
          {
            "kind": "FIELD",
            "name": "ICON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#ICON"
          },
          {
            "kind": "FIELD",
            "name": "INFINITE_DURATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#INFINITE_DURATION"
          },
          {
            "kind": "FIELD",
            "name": "PARTICLES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#PARTICLES"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffect(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#PotionEffect(Map)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffect(PotionEffectType,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#PotionEffect(PotionEffectType,int,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffect(PotionEffectType,int,int,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ambient"
              },
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#PotionEffect(PotionEffectType,int,int,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffect(PotionEffectType,int,int,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ambient"
              },
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "particles"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#PotionEffect(PotionEffectType,int,int,boolean,boolean)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffect(PotionEffectType,int,int,boolean,boolean,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ambient"
              },
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              },
              {
                "kind": "PARAMETER",
                "name": "icon"
              },
              {
                "kind": "PARAMETER",
                "name": "particles"
              },
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#PotionEffect(PotionEffectType,int,int,boolean,boolean,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "TYPE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#TYPE"
          },
          {
            "kind": "FIELD",
            "name": "ambient",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#ambient"
          },
          {
            "kind": "FIELD",
            "name": "amplifier",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#amplifier"
          },
          {
            "kind": "METHOD",
            "name": "apply(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#apply(LivingEntity)"
          },
          {
            "kind": "FIELD",
            "name": "duration",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#duration"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getAmplifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getAmplifier()"
          },
          {
            "kind": "METHOD",
            "name": "getBool(Map,Object,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getBool(Map,Object,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getColor()",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDuration()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getDuration()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectType(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getEffectType(Map)"
          },
          {
            "kind": "METHOD",
            "name": "getHiddenPotionEffect()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getHiddenPotionEffect()"
          },
          {
            "kind": "METHOD",
            "name": "getInt(Map,Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getInt(Map,Object)"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "hasIcon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#hasIcon()"
          },
          {
            "kind": "METHOD",
            "name": "hasParticles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#hasParticles()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "hiddenEffect",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#hiddenEffect"
          },
          {
            "kind": "FIELD",
            "name": "icon",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#icon"
          },
          {
            "kind": "METHOD",
            "name": "isAmbient()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#isAmbient()"
          },
          {
            "kind": "METHOD",
            "name": "isInfinite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#isInfinite()"
          },
          {
            "kind": "METHOD",
            "name": "isShorterThan(PotionEffect)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#isShorterThan(PotionEffect)"
          },
          {
            "kind": "FIELD",
            "name": "particles",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#particles"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "type",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#type"
          },
          {
            "kind": "METHOD",
            "name": "withAmbient(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "ambient"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#withAmbient(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withAmplifier(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#withAmplifier(int)"
          },
          {
            "kind": "METHOD",
            "name": "withDuration(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#withDuration(int)"
          },
          {
            "kind": "METHOD",
            "name": "withIcon(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "icon"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#withIcon(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withParticles(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "particles"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#withParticles(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "withType(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "type"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html#withType(PotionEffectType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffect.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionEffectType",
        "children": [
          {
            "kind": "FIELD",
            "name": "ABSORPTION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#ABSORPTION"
          },
          {
            "kind": "FIELD",
            "name": "BAD_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#BAD_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "BLINDNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#BLINDNESS"
          },
          {
            "kind": "FIELD",
            "name": "CONDUIT_POWER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#CONDUIT_POWER"
          },
          {
            "kind": "FIELD",
            "name": "DARKNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#DARKNESS"
          },
          {
            "kind": "FIELD",
            "name": "DOLPHINS_GRACE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#DOLPHINS_GRACE"
          },
          {
            "kind": "FIELD",
            "name": "FIRE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#FIRE_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "GLOWING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#GLOWING"
          },
          {
            "kind": "FIELD",
            "name": "HASTE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#HASTE"
          },
          {
            "kind": "FIELD",
            "name": "HEALTH_BOOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#HEALTH_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "HERO_OF_THE_VILLAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#HERO_OF_THE_VILLAGE"
          },
          {
            "kind": "FIELD",
            "name": "HUNGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#HUNGER"
          },
          {
            "kind": "FIELD",
            "name": "ID_MAP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#ID_MAP"
          },
          {
            "kind": "FIELD",
            "name": "INFESTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#INFESTED"
          },
          {
            "kind": "FIELD",
            "name": "INSTANT_DAMAGE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#INSTANT_DAMAGE"
          },
          {
            "kind": "FIELD",
            "name": "INSTANT_HEALTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#INSTANT_HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "INVISIBILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#INVISIBILITY"
          },
          {
            "kind": "FIELD",
            "name": "JUMP_BOOST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#JUMP_BOOST"
          },
          {
            "kind": "FIELD",
            "name": "LEVITATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#LEVITATION"
          },
          {
            "kind": "FIELD",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#LUCK"
          },
          {
            "kind": "FIELD",
            "name": "MINING_FATIGUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#MINING_FATIGUE"
          },
          {
            "kind": "FIELD",
            "name": "NAUSEA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#NAUSEA"
          },
          {
            "kind": "FIELD",
            "name": "NIGHT_VISION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#NIGHT_VISION"
          },
          {
            "kind": "FIELD",
            "name": "OOZING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#OOZING"
          },
          {
            "kind": "FIELD",
            "name": "POISON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#POISON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffectType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#PotionEffectType()"
          },
          {
            "kind": "FIELD",
            "name": "RAID_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#RAID_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "REGENERATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#REGENERATION"
          },
          {
            "kind": "FIELD",
            "name": "RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "SATURATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#SATURATION"
          },
          {
            "kind": "FIELD",
            "name": "SLOWNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#SLOWNESS"
          },
          {
            "kind": "FIELD",
            "name": "SLOW_FALLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#SLOW_FALLING"
          },
          {
            "kind": "FIELD",
            "name": "SPEED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#SPEED"
          },
          {
            "kind": "FIELD",
            "name": "STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#STRENGTH"
          },
          {
            "kind": "FIELD",
            "name": "TRIAL_OMEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#TRIAL_OMEN"
          },
          {
            "kind": "FIELD",
            "name": "UNLUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#UNLUCK"
          },
          {
            "kind": "FIELD",
            "name": "WATER_BREATHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#WATER_BREATHING"
          },
          {
            "kind": "FIELD",
            "name": "WEAKNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#WEAKNESS"
          },
          {
            "kind": "FIELD",
            "name": "WEAVING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#WEAVING"
          },
          {
            "kind": "FIELD",
            "name": "WIND_CHARGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#WIND_CHARGED"
          },
          {
            "kind": "FIELD",
            "name": "WITHER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#WITHER"
          },
          {
            "kind": "METHOD",
            "name": "createEffect(int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplifier"
              },
              {
                "kind": "PARAMETER",
                "name": "duration"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#createEffect(int,int)"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifierAmount(Attribute,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              },
              {
                "kind": "PARAMETER",
                "name": "effectAmplifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getAttributeModifierAmount(Attribute,int)"
          },
          {
            "kind": "METHOD",
            "name": "getByKey(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getByKey(NamespacedKey)",
            "deprecated": {
              "since": "1.20.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getByName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getByName(String)",
            "deprecated": {
              "since": "1.20.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getDurationModifier()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getDurationModifier()",
            "deprecated": {
              "since": "1.14",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEffectAttributes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getEffectAttributes()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getEffectCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getId()",
            "deprecated": {
              "since": "1.6.2",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getName()",
            "deprecated": {
              "since": "1.20.3",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPotionEffectType(int,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              },
              {
                "kind": "PARAMETER",
                "name": "typeId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#getPotionEffectType(int,String)"
          },
          {
            "kind": "METHOD",
            "name": "isInstant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#isInstant()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.potion.PotionEffectType.Category",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "BENEFICIAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#BENEFICIAL"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Category(TextColor)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "color"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#Category(TextColor)"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "HARMFUL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#HARMFUL"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEUTRAL",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#NEUTRAL"
              },
              {
                "kind": "FIELD",
                "name": "color",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#color"
              },
              {
                "kind": "METHOD",
                "name": "getColor()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#getColor()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType/Category.html"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html#values()",
            "deprecated": {
              "since": "1.20.3",
              "deprecated": "true"
            }
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectType.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.potion.PotionEffectTypeCategory",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BENEFICIAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html#BENEFICIAL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARMFUL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html#HARMFUL"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEUTRAL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html#NEUTRAL"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffectTypeCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html#PotionEffectTypeCategory()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeCategory.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.potion.PotionEffectTypeWrapper",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionEffectTypeWrapper()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#PotionEffectTypeWrapper()"
          },
          {
            "kind": "METHOD",
            "name": "getAttributeModifierAmount(Attribute,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "attribute"
              },
              {
                "kind": "PARAMETER",
                "name": "effectAmplifier"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#getAttributeModifierAmount(Attribute,int)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#getColor()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectAttributes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#getEffectAttributes()"
          },
          {
            "kind": "METHOD",
            "name": "getEffectCategory()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#getEffectCategory()"
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#getType()"
          },
          {
            "kind": "METHOD",
            "name": "isInstant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#isInstant()"
          },
          {
            "kind": "METHOD",
            "name": "translationKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html#translationKey()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionEffectTypeWrapper.html",
        "deprecated": {
          "since": "1.20.3",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.potion.PotionType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "AWKWARD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#AWKWARD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "FIRE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#FIRE_RESISTANCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HARMING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#HARMING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEALING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#HEALING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INFESTED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#INFESTED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INVISIBILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#INVISIBILITY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LEAPING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LEAPING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_FIRE_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_FIRE_RESISTANCE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_INVISIBILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_INVISIBILITY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_LEAPING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_LEAPING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_NIGHT_VISION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_NIGHT_VISION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_POISON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_POISON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_REGENERATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_REGENERATION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_SLOWNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_SLOWNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_SLOW_FALLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_SLOW_FALLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_STRENGTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_SWIFTNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_SWIFTNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_TURTLE_MASTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_TURTLE_MASTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_WATER_BREATHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_WATER_BREATHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LONG_WEAKNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LONG_WEAKNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "LUCK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#LUCK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "MUNDANE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#MUNDANE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NIGHT_VISION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#NIGHT_VISION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "OOZING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#OOZING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "POISON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#POISON"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PotionType(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#PotionType(String)"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "REGENERATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#REGENERATION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLOWNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#SLOWNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SLOW_FALLING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#SLOW_FALLING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRENGTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_HARMING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_HARMING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_HEALING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_HEALING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_LEAPING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_LEAPING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_POISON",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_POISON"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_REGENERATION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_REGENERATION"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_SLOWNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_SLOWNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_STRENGTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_STRENGTH"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_SWIFTNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_SWIFTNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "STRONG_TURTLE_MASTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#STRONG_TURTLE_MASTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SWIFTNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#SWIFTNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "THICK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#THICK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "TURTLE_MASTER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#TURTLE_MASTER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#WATER"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WATER_BREATHING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#WATER_BREATHING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAKNESS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#WEAKNESS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WEAVING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#WEAVING"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "WIND_CHARGED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#WIND_CHARGED"
          },
          {
            "kind": "METHOD",
            "name": "getByEffect(PotionEffectType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "effectType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#getByEffect(PotionEffectType)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEffectType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#getEffectType()",
            "deprecated": {
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getKey()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#getKey()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxLevel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#getMaxLevel()"
          },
          {
            "kind": "METHOD",
            "name": "getPotionEffects()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#getPotionEffects()"
          },
          {
            "kind": "FIELD",
            "name": "internalPotionDataSupplier",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#internalPotionDataSupplier"
          },
          {
            "kind": "METHOD",
            "name": "isExtendable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#isExtendable()"
          },
          {
            "kind": "METHOD",
            "name": "isInstant()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#isInstant()",
            "deprecated": {
              "since": "1.20.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isUpgradeable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#isUpgradeable()"
          },
          {
            "kind": "FIELD",
            "name": "key",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#key"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/PotionType.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/potion/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.profile",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.profile.PlayerProfile",
        "children": [
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getTextures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#getTextures()"
          },
          {
            "kind": "METHOD",
            "name": "getUniqueId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#getUniqueId()",
            "deprecated": {
              "since": "1.18.1",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "isComplete()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#isComplete()"
          },
          {
            "kind": "METHOD",
            "name": "setTextures(PlayerTextures)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "textures"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#setTextures(PlayerTextures)"
          },
          {
            "kind": "METHOD",
            "name": "update()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html#update()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerProfile.html",
        "deprecated": {
          "since": "1.18.1",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.profile.PlayerTextures",
        "children": [
          {
            "kind": "METHOD",
            "name": "clear()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#clear()"
          },
          {
            "kind": "METHOD",
            "name": "getCape()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#getCape()"
          },
          {
            "kind": "METHOD",
            "name": "getSkin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#getSkin()"
          },
          {
            "kind": "METHOD",
            "name": "getSkinModel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#getSkinModel()"
          },
          {
            "kind": "METHOD",
            "name": "getTimestamp()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#getTimestamp()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#isEmpty()"
          },
          {
            "kind": "METHOD",
            "name": "isSigned()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#isSigned()"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.profile.PlayerTextures.SkinModel",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "CLASSIC",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures/SkinModel.html#CLASSIC"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "SLIM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures/SkinModel.html#SLIM"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "SkinModel()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures/SkinModel.html#SkinModel()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures/SkinModel.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures/SkinModel.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures/SkinModel.html"
          },
          {
            "kind": "METHOD",
            "name": "setCape(URL)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "capeUrl"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#setCape(URL)"
          },
          {
            "kind": "METHOD",
            "name": "setSkin(URL)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skinUrl"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#setSkin(URL)"
          },
          {
            "kind": "METHOD",
            "name": "setSkin(URL,SkinModel)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "skinModel"
              },
              {
                "kind": "PARAMETER",
                "name": "skinUrl"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html#setSkin(URL,SkinModel)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/PlayerTextures.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/profile/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.projectiles",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.projectiles.BlockProjectileSource",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/BlockProjectileSource.html#getBlock()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/BlockProjectileSource.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.projectiles.ProjectileSource",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003elaunchProjectile(Class)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/ProjectileSource.html#\u003cT\u003elaunchProjectile(Class)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003elaunchProjectile(Class,Vector)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              },
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/ProjectileSource.html#\u003cT\u003elaunchProjectile(Class,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "\u003cT\u003elaunchProjectile(Class,Vector,Consumer)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "function"
              },
              {
                "kind": "PARAMETER",
                "name": "projectile"
              },
              {
                "kind": "PARAMETER",
                "name": "velocity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/ProjectileSource.html#\u003cT\u003elaunchProjectile(Class,Vector,Consumer)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/ProjectileSource.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/projectiles/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.scheduler",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.scheduler.BukkitRunnable",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitRunnable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#BukkitRunnable()"
          },
          {
            "kind": "METHOD",
            "name": "cancel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#cancel()"
          },
          {
            "kind": "METHOD",
            "name": "checkNotYetScheduled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#checkNotYetScheduled()"
          },
          {
            "kind": "METHOD",
            "name": "checkScheduled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#checkScheduled()"
          },
          {
            "kind": "METHOD",
            "name": "getTaskId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#getTaskId()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "runTask(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#runTask(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskAsynchronously(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#runTaskAsynchronously(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskLater(Plugin,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#runTaskLater(Plugin,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskLaterAsynchronously(Plugin,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#runTaskLaterAsynchronously(Plugin,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimer(Plugin,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#runTaskTimer(Plugin,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimerAsynchronously(Plugin,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#runTaskTimerAsynchronously(Plugin,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "setupTask(BukkitTask)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#setupTask(BukkitTask)"
          },
          {
            "kind": "FIELD",
            "name": "task",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html#task"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitRunnable.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scheduler.BukkitScheduler",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecallSyncMethod(Plugin,Callable)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#\u003cT\u003ecallSyncMethod(Plugin,Callable)"
          },
          {
            "kind": "METHOD",
            "name": "cancelTask(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "taskId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#cancelTask(int)"
          },
          {
            "kind": "METHOD",
            "name": "cancelTasks(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#cancelTasks(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getActiveWorkers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#getActiveWorkers()"
          },
          {
            "kind": "METHOD",
            "name": "getMainThreadExecutor(Plugin)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#getMainThreadExecutor(Plugin)"
          },
          {
            "kind": "METHOD",
            "name": "getPendingTasks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#getPendingTasks()"
          },
          {
            "kind": "METHOD",
            "name": "isCurrentlyRunning(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "taskId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#isCurrentlyRunning(int)"
          },
          {
            "kind": "METHOD",
            "name": "isQueued(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "taskId"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#isQueued(int)"
          },
          {
            "kind": "METHOD",
            "name": "runTask(Plugin,BukkitRunnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTask(Plugin,BukkitRunnable)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTask(Plugin,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTask(Plugin,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "runTask(Plugin,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTask(Plugin,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskAsynchronously(Plugin,BukkitRunnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskAsynchronously(Plugin,BukkitRunnable)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTaskAsynchronously(Plugin,Consumer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskAsynchronously(Plugin,Consumer)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskAsynchronously(Plugin,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskAsynchronously(Plugin,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskLater(Plugin,BukkitRunnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskLater(Plugin,BukkitRunnable,long)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTaskLater(Plugin,Consumer,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskLater(Plugin,Consumer,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskLater(Plugin,Runnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskLater(Plugin,Runnable,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskLaterAsynchronously(Plugin,BukkitRunnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskLaterAsynchronously(Plugin,BukkitRunnable,long)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTaskLaterAsynchronously(Plugin,Consumer,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskLaterAsynchronously(Plugin,Consumer,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskLaterAsynchronously(Plugin,Runnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskLaterAsynchronously(Plugin,Runnable,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimer(Plugin,BukkitRunnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimer(Plugin,BukkitRunnable,long,long)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimer(Plugin,Consumer,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimer(Plugin,Consumer,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimer(Plugin,Runnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimer(Plugin,Runnable,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimerAsynchronously(Plugin,BukkitRunnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimerAsynchronously(Plugin,BukkitRunnable,long,long)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimerAsynchronously(Plugin,Consumer,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimerAsynchronously(Plugin,Consumer,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "runTaskTimerAsynchronously(Plugin,Runnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#runTaskTimerAsynchronously(Plugin,Runnable,long,long)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleAsyncDelayedTask(Plugin,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleAsyncDelayedTask(Plugin,Runnable)",
            "deprecated": {
              "since": "1.4.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleAsyncDelayedTask(Plugin,Runnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleAsyncDelayedTask(Plugin,Runnable,long)",
            "deprecated": {
              "since": "1.4.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleAsyncRepeatingTask(Plugin,Runnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleAsyncRepeatingTask(Plugin,Runnable,long,long)",
            "deprecated": {
              "since": "1.4.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncDelayedTask(Plugin,BukkitRunnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncDelayedTask(Plugin,BukkitRunnable)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncDelayedTask(Plugin,BukkitRunnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncDelayedTask(Plugin,BukkitRunnable,long)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncDelayedTask(Plugin,Runnable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncDelayedTask(Plugin,Runnable)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncDelayedTask(Plugin,Runnable,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncDelayedTask(Plugin,Runnable,long)"
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncRepeatingTask(Plugin,BukkitRunnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncRepeatingTask(Plugin,BukkitRunnable,long,long)",
            "deprecated": {
              "since": "1.7.10",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "scheduleSyncRepeatingTask(Plugin,Runnable,long,long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              },
              {
                "kind": "PARAMETER",
                "name": "period"
              },
              {
                "kind": "PARAMETER",
                "name": "plugin"
              },
              {
                "kind": "PARAMETER",
                "name": "task"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html#scheduleSyncRepeatingTask(Plugin,Runnable,long,long)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitScheduler.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scheduler.BukkitTask",
        "children": [
          {
            "kind": "METHOD",
            "name": "cancel()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitTask.html#cancel()"
          },
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitTask.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getTaskId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitTask.html#getTaskId()"
          },
          {
            "kind": "METHOD",
            "name": "isCancelled()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitTask.html#isCancelled()"
          },
          {
            "kind": "METHOD",
            "name": "isSync()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitTask.html#isSync()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitTask.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scheduler.BukkitWorker",
        "children": [
          {
            "kind": "METHOD",
            "name": "getOwner()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitWorker.html#getOwner()"
          },
          {
            "kind": "METHOD",
            "name": "getTaskId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitWorker.html#getTaskId()"
          },
          {
            "kind": "METHOD",
            "name": "getThread()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitWorker.html#getThread()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/BukkitWorker.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scheduler/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.scoreboard",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Criteria",
        "children": [
          {
            "kind": "FIELD",
            "name": "AIR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#AIR"
          },
          {
            "kind": "FIELD",
            "name": "ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "DEATH_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#DEATH_COUNT"
          },
          {
            "kind": "FIELD",
            "name": "DUMMY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#DUMMY"
          },
          {
            "kind": "FIELD",
            "name": "FOOD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#FOOD"
          },
          {
            "kind": "FIELD",
            "name": "HEALTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_AQUA"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_BLACK"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_BLUE"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_DARK_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_DARK_AQUA"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_DARK_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_DARK_BLUE"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_DARK_GRAY"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_DARK_GREEN"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_DARK_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_DARK_PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_DARK_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_DARK_RED"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_GOLD"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_GRAY"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_GREEN"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_LIGHT_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_LIGHT_PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_RED"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_WHITE"
          },
          {
            "kind": "FIELD",
            "name": "KILLED_BY_TEAM_YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#KILLED_BY_TEAM_YELLOW"
          },
          {
            "kind": "FIELD",
            "name": "LEVEL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#LEVEL"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_KILL_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#PLAYER_KILL_COUNT"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_AQUA"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_BLACK"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_BLUE"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_DARK_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_DARK_AQUA"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_DARK_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_DARK_BLUE"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_DARK_GRAY"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_DARK_GREEN"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_DARK_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_DARK_PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_DARK_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_DARK_RED"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_GOLD"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_GRAY"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_GREEN"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_LIGHT_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_LIGHT_PURPLE"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_RED"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_WHITE"
          },
          {
            "kind": "FIELD",
            "name": "TEAM_KILL_YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TEAM_KILL_YELLOW"
          },
          {
            "kind": "FIELD",
            "name": "TOTAL_KILL_COUNT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TOTAL_KILL_COUNT"
          },
          {
            "kind": "FIELD",
            "name": "TRIGGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#TRIGGER"
          },
          {
            "kind": "FIELD",
            "name": "XP",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#XP"
          },
          {
            "kind": "METHOD",
            "name": "create(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#create(String)"
          },
          {
            "kind": "METHOD",
            "name": "getDefaultRenderType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#getDefaultRenderType()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "isReadOnly()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#isReadOnly()"
          },
          {
            "kind": "METHOD",
            "name": "statistic(Statistic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#statistic(Statistic)"
          },
          {
            "kind": "METHOD",
            "name": "statistic(Statistic,EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entityType"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#statistic(Statistic,EntityType)"
          },
          {
            "kind": "METHOD",
            "name": "statistic(Statistic,Material)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "material"
              },
              {
                "kind": "PARAMETER",
                "name": "statistic"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html#statistic(Statistic,Material)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criteria.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.scoreboard.Criterias",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Criterias()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criterias.html#Criterias()"
          },
          {
            "kind": "FIELD",
            "name": "DEATHS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criterias.html#DEATHS"
          },
          {
            "kind": "FIELD",
            "name": "HEALTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criterias.html#HEALTH"
          },
          {
            "kind": "FIELD",
            "name": "PLAYER_KILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criterias.html#PLAYER_KILLS"
          },
          {
            "kind": "FIELD",
            "name": "TOTAL_KILLS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criterias.html#TOTAL_KILLS"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Criterias.html",
        "deprecated": {
          "since": "1.19.2",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.scoreboard.DisplaySlot",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "BELOW_NAME",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#BELOW_NAME"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DisplaySlot(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "id"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#DisplaySlot(String)"
          },
          {
            "kind": "FIELD",
            "name": "NAMES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#NAMES"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "PLAYER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#PLAYER_LIST"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_AQUA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_BLACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_BLACK"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_DARK_AQUA",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_DARK_AQUA"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_DARK_BLUE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_DARK_BLUE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_DARK_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_DARK_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_DARK_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_DARK_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_DARK_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_DARK_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_DARK_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_DARK_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_GOLD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_GOLD"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_GRAY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_GRAY"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_GREEN",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_GREEN"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_LIGHT_PURPLE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_LIGHT_PURPLE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_RED",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_RED"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_WHITE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_WHITE"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "SIDEBAR_TEAM_YELLOW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#SIDEBAR_TEAM_YELLOW"
          },
          {
            "kind": "METHOD",
            "name": "getId()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#getId()"
          },
          {
            "kind": "FIELD",
            "name": "id",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#id"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/DisplaySlot.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.scoreboard.NameTagVisibility",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "ALWAYS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#ALWAYS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_FOR_OTHER_TEAMS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#HIDE_FOR_OTHER_TEAMS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "HIDE_FOR_OWN_TEAM",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#HIDE_FOR_OWN_TEAM"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "NEVER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#NEVER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "NameTagVisibility()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#NameTagVisibility()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/NameTagVisibility.html",
        "deprecated": {
          "since": "1.9",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Objective",
        "children": [
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#displayName()"
          },
          {
            "kind": "METHOD",
            "name": "displayName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#displayName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getCriteria()",
            "deprecated": {
              "since": "1.19.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getDisplayName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisplaySlot()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getDisplaySlot()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getRenderType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getRenderType()"
          },
          {
            "kind": "METHOD",
            "name": "getScore(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getScore(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getScore(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getScore(String)"
          },
          {
            "kind": "METHOD",
            "name": "getScoreFor(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getScoreFor(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getTrackedCriteria()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#getTrackedCriteria()"
          },
          {
            "kind": "METHOD",
            "name": "isModifiable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#isModifiable()"
          },
          {
            "kind": "METHOD",
            "name": "numberFormat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#numberFormat()"
          },
          {
            "kind": "METHOD",
            "name": "numberFormat(NumberFormat)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "format"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#numberFormat(NumberFormat)"
          },
          {
            "kind": "METHOD",
            "name": "setAutoUpdateDisplay(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "autoUpdateDisplay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#setAutoUpdateDisplay(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#setDisplayName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDisplaySlot(DisplaySlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#setDisplaySlot(DisplaySlot)"
          },
          {
            "kind": "METHOD",
            "name": "setRenderType(RenderType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "renderType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#setRenderType(RenderType)"
          },
          {
            "kind": "METHOD",
            "name": "unregister()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#unregister()"
          },
          {
            "kind": "METHOD",
            "name": "willAutoUpdateDisplay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html#willAutoUpdateDisplay()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Objective.html"
      },
      {
        "kind": "ENUM",
        "name": "org.bukkit.scoreboard.RenderType",
        "children": [
          {
            "kind": "ENUM_CONSTANT",
            "name": "HEARTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/RenderType.html#HEARTS"
          },
          {
            "kind": "ENUM_CONSTANT",
            "name": "INTEGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/RenderType.html#INTEGER"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RenderType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/RenderType.html#RenderType()"
          },
          {
            "kind": "METHOD",
            "name": "valueOf(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/RenderType.html#valueOf(String)"
          },
          {
            "kind": "METHOD",
            "name": "values()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/RenderType.html#values()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/RenderType.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Score",
        "children": [
          {
            "kind": "METHOD",
            "name": "customName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#customName()"
          },
          {
            "kind": "METHOD",
            "name": "customName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "customName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#customName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getEntry()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#getEntry()"
          },
          {
            "kind": "METHOD",
            "name": "getObjective()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#getObjective()"
          },
          {
            "kind": "METHOD",
            "name": "getPlayer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#getPlayer()",
            "deprecated": {
              "since": "1.7.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#getScore()"
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "isScoreSet()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#isScoreSet()"
          },
          {
            "kind": "METHOD",
            "name": "isTriggerable()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#isTriggerable()"
          },
          {
            "kind": "METHOD",
            "name": "numberFormat()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#numberFormat()"
          },
          {
            "kind": "METHOD",
            "name": "numberFormat(NumberFormat)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "format"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#numberFormat(NumberFormat)"
          },
          {
            "kind": "METHOD",
            "name": "resetScore()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#resetScore()"
          },
          {
            "kind": "METHOD",
            "name": "setScore(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "score"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#setScore(int)"
          },
          {
            "kind": "METHOD",
            "name": "setTriggerable(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "triggerable"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html#setTriggerable(boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Score.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Scoreboard",
        "children": [
          {
            "kind": "METHOD",
            "name": "clearSlot(DisplaySlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#clearSlot(DisplaySlot)"
          },
          {
            "kind": "METHOD",
            "name": "getEntityTeam(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getEntityTeam(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getEntries()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getEntries()"
          },
          {
            "kind": "METHOD",
            "name": "getEntryTeam(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getEntryTeam(String)"
          },
          {
            "kind": "METHOD",
            "name": "getObjective(DisplaySlot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "slot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getObjective(DisplaySlot)"
          },
          {
            "kind": "METHOD",
            "name": "getObjective(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getObjective(String)"
          },
          {
            "kind": "METHOD",
            "name": "getObjectives()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getObjectives()"
          },
          {
            "kind": "METHOD",
            "name": "getObjectivesByCriteria(Criteria)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getObjectivesByCriteria(Criteria)"
          },
          {
            "kind": "METHOD",
            "name": "getObjectivesByCriteria(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getObjectivesByCriteria(String)",
            "deprecated": {
              "since": "1.19.2",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPlayerTeam(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getPlayerTeam(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getPlayers()",
            "deprecated": {
              "since": "1.7.8",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScores(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getScores(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "getScores(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getScores(String)"
          },
          {
            "kind": "METHOD",
            "name": "getScoresFor(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getScoresFor(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "getTeam(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "teamName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getTeam(String)"
          },
          {
            "kind": "METHOD",
            "name": "getTeams()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#getTeams()"
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,Criteria,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,Criteria,Component)"
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,Criteria,Component,RenderType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "renderType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,Criteria,Component,RenderType)"
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,Criteria,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,Criteria,String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,Criteria,String,RenderType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "renderType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,Criteria,String,RenderType)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String)",
            "deprecated": {
              "since": "1.13",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,String,Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String,Component)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,String,Component,RenderType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "renderType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String,Component,RenderType)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String,String)",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewObjective(String,String,String,RenderType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "criteria"
              },
              {
                "kind": "PARAMETER",
                "name": "displayName"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "renderType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewObjective(String,String,String,RenderType)",
            "deprecated": {
              "since": "1.20.5",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "registerNewTeam(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#registerNewTeam(String)"
          },
          {
            "kind": "METHOD",
            "name": "resetScores(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#resetScores(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "resetScores(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#resetScores(String)"
          },
          {
            "kind": "METHOD",
            "name": "resetScoresFor(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html#resetScoresFor(Entity)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Scoreboard.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.ScoreboardManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMainScoreboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/ScoreboardManager.html#getMainScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getNewScoreboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/ScoreboardManager.html#getNewScoreboard()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/ScoreboardManager.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.scoreboard.Team",
        "children": [
          {
            "kind": "METHOD",
            "name": "addEntities(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addEntities(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "addEntities(Entity...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addEntities(Entity...)"
          },
          {
            "kind": "METHOD",
            "name": "addEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "addEntries(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addEntries(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "addEntries(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addEntries(String...)"
          },
          {
            "kind": "METHOD",
            "name": "addEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "addPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#addPlayer(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "allowFriendlyFire()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#allowFriendlyFire()"
          },
          {
            "kind": "METHOD",
            "name": "canSeeFriendlyInvisibles()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#canSeeFriendlyInvisibles()"
          },
          {
            "kind": "METHOD",
            "name": "color()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#color()"
          },
          {
            "kind": "METHOD",
            "name": "color(NamedTextColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#color(NamedTextColor)"
          },
          {
            "kind": "METHOD",
            "name": "displayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#displayName()"
          },
          {
            "kind": "METHOD",
            "name": "displayName(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#displayName(Component)"
          },
          {
            "kind": "METHOD",
            "name": "getColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getColor()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getDisplayName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getDisplayName()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getEntries()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getEntries()"
          },
          {
            "kind": "METHOD",
            "name": "getName()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getName()"
          },
          {
            "kind": "METHOD",
            "name": "getNameTagVisibility()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getNameTagVisibility()",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getOption(Option)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "option"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getOption(Option)"
          },
          {
            "kind": "METHOD",
            "name": "getPlayers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getPlayers()",
            "deprecated": {
              "since": "1.8.6",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getPrefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getPrefix()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "getScoreboard()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getScoreboard()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "getSuffix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#getSuffix()",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "hasColor()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#hasColor()"
          },
          {
            "kind": "METHOD",
            "name": "hasEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#hasEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "hasEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#hasEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "hasPlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#hasPlayer(OfflinePlayer)"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.scoreboard.Team.Option",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "COLLISION_RULE",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html#COLLISION_RULE"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "DEATH_MESSAGE_VISIBILITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html#DEATH_MESSAGE_VISIBILITY"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NAME_TAG_VISIBILITY",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html#NAME_TAG_VISIBILITY"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "Option()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html#Option()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/Option.html"
          },
          {
            "kind": "ENUM",
            "name": "org.bukkit.scoreboard.Team.OptionStatus",
            "children": [
              {
                "kind": "ENUM_CONSTANT",
                "name": "ALWAYS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#ALWAYS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOR_OTHER_TEAMS",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#FOR_OTHER_TEAMS"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "FOR_OWN_TEAM",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#FOR_OWN_TEAM"
              },
              {
                "kind": "ENUM_CONSTANT",
                "name": "NEVER",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#NEVER"
              },
              {
                "kind": "CONSTRUCTOR",
                "name": "OptionStatus()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#OptionStatus()"
              },
              {
                "kind": "METHOD",
                "name": "valueOf(String)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "name"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#valueOf(String)"
              },
              {
                "kind": "METHOD",
                "name": "values()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html#values()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team/OptionStatus.html"
          },
          {
            "kind": "METHOD",
            "name": "prefix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#prefix()"
          },
          {
            "kind": "METHOD",
            "name": "prefix(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#prefix(Component)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntities(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removeEntities(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntities(Entity...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removeEntities(Entity...)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntity(Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removeEntity(Entity)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntries(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removeEntries(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntries(String...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removeEntries(String...)"
          },
          {
            "kind": "METHOD",
            "name": "removeEntry(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removeEntry(String)"
          },
          {
            "kind": "METHOD",
            "name": "removePlayer(OfflinePlayer)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#removePlayer(OfflinePlayer)"
          },
          {
            "kind": "METHOD",
            "name": "setAllowFriendlyFire(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setAllowFriendlyFire(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setCanSeeFriendlyInvisibles(boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "enabled"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setCanSeeFriendlyInvisibles(boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setColor(ChatColor)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "color"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setColor(ChatColor)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setDisplayName(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "displayName"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setDisplayName(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setNameTagVisibility(NameTagVisibility)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "visibility"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setNameTagVisibility(NameTagVisibility)",
            "deprecated": {
              "since": "1.9",
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setOption(Option,OptionStatus)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "option"
              },
              {
                "kind": "PARAMETER",
                "name": "status"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setOption(Option,OptionStatus)"
          },
          {
            "kind": "METHOD",
            "name": "setPrefix(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setPrefix(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "setSuffix(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "suffix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#setSuffix(String)",
            "deprecated": {
              "deprecated": "true"
            }
          },
          {
            "kind": "METHOD",
            "name": "suffix()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#suffix()"
          },
          {
            "kind": "METHOD",
            "name": "suffix(Component)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "suffix"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#suffix(Component)"
          },
          {
            "kind": "METHOD",
            "name": "unregister()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html#unregister()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/Team.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/scoreboard/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.spawner",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.spawner.BaseSpawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPotentialSpawn(EntitySnapshot,int,SpawnRule)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snapshot"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnRule"
              },
              {
                "kind": "PARAMETER",
                "name": "weight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#addPotentialSpawn(EntitySnapshot,int,SpawnRule)"
          },
          {
            "kind": "METHOD",
            "name": "addPotentialSpawn(SpawnerEntry)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnerEntry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#addPotentialSpawn(SpawnerEntry)"
          },
          {
            "kind": "METHOD",
            "name": "getDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#getDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getPotentialSpawns()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#getPotentialSpawns()"
          },
          {
            "kind": "METHOD",
            "name": "getRequiredPlayerRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#getRequiredPlayerRange()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnRange()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#getSpawnRange()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#getSpawnedEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnedType()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#getSpawnedType()"
          },
          {
            "kind": "METHOD",
            "name": "setDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setPotentialSpawns(Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entries"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setPotentialSpawns(Collection)"
          },
          {
            "kind": "METHOD",
            "name": "setRequiredPlayerRange(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "requiredPlayerRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setRequiredPlayerRange(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnRange(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnRange"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setSpawnRange(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedEntity(EntitySnapshot)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "snapshot"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setSpawnedEntity(EntitySnapshot)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedEntity(SpawnerEntry)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnerEntry"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setSpawnedEntity(SpawnerEntry)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedType(EntityType)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "creatureType"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html#setSpawnedType(EntityType)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/BaseSpawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.spawner.Spawner",
        "children": [
          {
            "kind": "METHOD",
            "name": "getMaxNearbyEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#getMaxNearbyEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxSpawnDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#getMaxSpawnDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getMinSpawnDelay()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#getMinSpawnDelay()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#getSpawnCount()"
          },
          {
            "kind": "METHOD",
            "name": "isActivated()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#isActivated()"
          },
          {
            "kind": "METHOD",
            "name": "resetTimer()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#resetTimer()"
          },
          {
            "kind": "METHOD",
            "name": "setDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#setDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxNearbyEntities(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxNearbyEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#setMaxNearbyEntities(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMaxSpawnDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#setMaxSpawnDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setMinSpawnDelay(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "delay"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#setMinSpawnDelay(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnCount(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "spawnCount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#setSpawnCount(int)"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnedItem(ItemStack)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "itemStack"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html#setSpawnedItem(ItemStack)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/Spawner.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.spawner.TrialSpawnerConfiguration",
        "children": [
          {
            "kind": "METHOD",
            "name": "addPossibleReward(LootTable,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "table"
              },
              {
                "kind": "PARAMETER",
                "name": "weight"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#addPossibleReward(LootTable,int)"
          },
          {
            "kind": "METHOD",
            "name": "getAdditionalSimultaneousEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#getAdditionalSimultaneousEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getAdditionalSpawnsBeforeCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#getAdditionalSpawnsBeforeCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getBaseSimultaneousEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#getBaseSimultaneousEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getBaseSpawnsBeforeCooldown()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#getBaseSpawnsBeforeCooldown()"
          },
          {
            "kind": "METHOD",
            "name": "getPossibleRewards()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#getPossibleRewards()"
          },
          {
            "kind": "METHOD",
            "name": "removePossibleReward(LootTable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "table"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#removePossibleReward(LootTable)"
          },
          {
            "kind": "METHOD",
            "name": "setAdditionalSimultaneousEntities(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#setAdditionalSimultaneousEntities(float)"
          },
          {
            "kind": "METHOD",
            "name": "setAdditionalSpawnsBeforeCooldown(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#setAdditionalSpawnsBeforeCooldown(float)"
          },
          {
            "kind": "METHOD",
            "name": "setBaseSimultaneousEntities(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#setBaseSimultaneousEntities(float)"
          },
          {
            "kind": "METHOD",
            "name": "setBaseSpawnsBeforeCooldown(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amount"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#setBaseSpawnsBeforeCooldown(float)"
          },
          {
            "kind": "METHOD",
            "name": "setPossibleRewards(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rewards"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html#setPossibleRewards(Map)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/TrialSpawnerConfiguration.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/spawner/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.structure",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.structure.Palette",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBlockCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Palette.html#getBlockCount()"
          },
          {
            "kind": "METHOD",
            "name": "getBlocks()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Palette.html#getBlocks()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Palette.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.structure.Structure",
        "children": [
          {
            "kind": "METHOD",
            "name": "fill(Location,BlockVector,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "includeEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "size"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#fill(Location,BlockVector,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "fill(Location,Location,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "corner1"
              },
              {
                "kind": "PARAMETER",
                "name": "corner2"
              },
              {
                "kind": "PARAMETER",
                "name": "includeEntities"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#fill(Location,Location,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getEntities()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#getEntities()"
          },
          {
            "kind": "METHOD",
            "name": "getEntityCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#getEntityCount()"
          },
          {
            "kind": "METHOD",
            "name": "getPaletteCount()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#getPaletteCount()"
          },
          {
            "kind": "METHOD",
            "name": "getPalettes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#getPalettes()"
          },
          {
            "kind": "METHOD",
            "name": "getSize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#getSize()"
          },
          {
            "kind": "METHOD",
            "name": "place(Location,boolean,StructureRotation,Mirror,int,float,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "includeEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "integrity"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mirror"
              },
              {
                "kind": "PARAMETER",
                "name": "palette"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "structureRotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#place(Location,boolean,StructureRotation,Mirror,int,float,Random)"
          },
          {
            "kind": "METHOD",
            "name": "place(Location,boolean,StructureRotation,Mirror,int,float,Random,Collection,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockTransformers"
              },
              {
                "kind": "PARAMETER",
                "name": "entityTransformers"
              },
              {
                "kind": "PARAMETER",
                "name": "includeEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "integrity"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mirror"
              },
              {
                "kind": "PARAMETER",
                "name": "palette"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "structureRotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#place(Location,boolean,StructureRotation,Mirror,int,float,Random,Collection,Collection)",
            "apiStatus": "Experimental"
          },
          {
            "kind": "METHOD",
            "name": "place(RegionAccessor,BlockVector,boolean,StructureRotation,Mirror,int,float,Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "includeEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "integrity"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mirror"
              },
              {
                "kind": "PARAMETER",
                "name": "palette"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "regionAccessor"
              },
              {
                "kind": "PARAMETER",
                "name": "structureRotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#place(RegionAccessor,BlockVector,boolean,StructureRotation,Mirror,int,float,Random)"
          },
          {
            "kind": "METHOD",
            "name": "place(RegionAccessor,BlockVector,boolean,StructureRotation,Mirror,int,float,Random,Collection,Collection)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockTransformers"
              },
              {
                "kind": "PARAMETER",
                "name": "entityTransformers"
              },
              {
                "kind": "PARAMETER",
                "name": "includeEntities"
              },
              {
                "kind": "PARAMETER",
                "name": "integrity"
              },
              {
                "kind": "PARAMETER",
                "name": "location"
              },
              {
                "kind": "PARAMETER",
                "name": "mirror"
              },
              {
                "kind": "PARAMETER",
                "name": "palette"
              },
              {
                "kind": "PARAMETER",
                "name": "random"
              },
              {
                "kind": "PARAMETER",
                "name": "regionAccessor"
              },
              {
                "kind": "PARAMETER",
                "name": "structureRotation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html#place(RegionAccessor,BlockVector,boolean,StructureRotation,Mirror,int,float,Random,Collection,Collection)",
            "apiStatus": "Experimental"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/Structure.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.structure.StructureManager",
        "children": [
          {
            "kind": "METHOD",
            "name": "copy(Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#copy(Structure)"
          },
          {
            "kind": "METHOD",
            "name": "createStructure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#createStructure()"
          },
          {
            "kind": "METHOD",
            "name": "deleteStructure(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#deleteStructure(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "deleteStructure(NamespacedKey,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              },
              {
                "kind": "PARAMETER",
                "name": "unregister"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#deleteStructure(NamespacedKey,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "getStructure(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#getStructure(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getStructureFile(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#getStructureFile(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "getStructures()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#getStructures()"
          },
          {
            "kind": "METHOD",
            "name": "loadStructure(File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#loadStructure(File)"
          },
          {
            "kind": "METHOD",
            "name": "loadStructure(InputStream)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inputStream"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#loadStructure(InputStream)"
          },
          {
            "kind": "METHOD",
            "name": "loadStructure(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#loadStructure(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "loadStructure(NamespacedKey,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "register"
              },
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#loadStructure(NamespacedKey,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "registerStructure(NamespacedKey,Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structure"
              },
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#registerStructure(NamespacedKey,Structure)"
          },
          {
            "kind": "METHOD",
            "name": "saveStructure(File,Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "file"
              },
              {
                "kind": "PARAMETER",
                "name": "structure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#saveStructure(File,Structure)"
          },
          {
            "kind": "METHOD",
            "name": "saveStructure(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#saveStructure(NamespacedKey)"
          },
          {
            "kind": "METHOD",
            "name": "saveStructure(NamespacedKey,Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structure"
              },
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#saveStructure(NamespacedKey,Structure)"
          },
          {
            "kind": "METHOD",
            "name": "saveStructure(OutputStream,Structure)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "outputStream"
              },
              {
                "kind": "PARAMETER",
                "name": "structure"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#saveStructure(OutputStream,Structure)"
          },
          {
            "kind": "METHOD",
            "name": "unregisterStructure(NamespacedKey)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "structureKey"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html#unregisterStructure(NamespacedKey)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/StructureManager.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/structure/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.tag",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.tag.DamageTypeTags",
        "children": [
          {
            "kind": "FIELD",
            "name": "ALWAYS_HURTS_ENDER_DRAGONS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#ALWAYS_HURTS_ENDER_DRAGONS"
          },
          {
            "kind": "FIELD",
            "name": "ALWAYS_KILLS_ARMOR_STANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#ALWAYS_KILLS_ARMOR_STANDS"
          },
          {
            "kind": "FIELD",
            "name": "ALWAYS_MOST_SIGNIFICANT_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#ALWAYS_MOST_SIGNIFICANT_FALL"
          },
          {
            "kind": "FIELD",
            "name": "ALWAYS_TRIGGERS_SILVERFISH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#ALWAYS_TRIGGERS_SILVERFISH"
          },
          {
            "kind": "FIELD",
            "name": "AVOIDS_GUARDIAN_THORNS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#AVOIDS_GUARDIAN_THORNS"
          },
          {
            "kind": "FIELD",
            "name": "BURNS_ARMOR_STANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BURNS_ARMOR_STANDS"
          },
          {
            "kind": "FIELD",
            "name": "BURN_FROM_STEPPING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BURN_FROM_STEPPING"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_EFFECTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_EFFECTS"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_ENCHANTMENTS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_ENCHANTMENTS"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_INVULNERABILITY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_INVULNERABILITY"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_RESISTANCE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_RESISTANCE"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_SHIELD",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_SHIELD"
          },
          {
            "kind": "FIELD",
            "name": "BYPASSES_WOLF_ARMOR",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#BYPASSES_WOLF_ARMOR"
          },
          {
            "kind": "FIELD",
            "name": "CAN_BREAK_ARMOR_STAND",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#CAN_BREAK_ARMOR_STAND"
          },
          {
            "kind": "FIELD",
            "name": "DAMAGES_HELMET",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#DAMAGES_HELMET"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "DamageTypeTags()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#DamageTypeTags()"
          },
          {
            "kind": "FIELD",
            "name": "IGNITES_ARMOR_STANDS",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IGNITES_ARMOR_STANDS"
          },
          {
            "kind": "FIELD",
            "name": "IS_DROWNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_DROWNING"
          },
          {
            "kind": "FIELD",
            "name": "IS_EXPLOSION",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_EXPLOSION"
          },
          {
            "kind": "FIELD",
            "name": "IS_FALL",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_FALL"
          },
          {
            "kind": "FIELD",
            "name": "IS_FIRE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_FIRE"
          },
          {
            "kind": "FIELD",
            "name": "IS_FREEZING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_FREEZING"
          },
          {
            "kind": "FIELD",
            "name": "IS_LIGHTNING",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_LIGHTNING"
          },
          {
            "kind": "FIELD",
            "name": "IS_MACE_SMASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_MACE_SMASH",
            "deprecated": {
              "since": "1.21.4",
              "forRemoval": "true",
              "deprecated": "true"
            }
          },
          {
            "kind": "FIELD",
            "name": "IS_PLAYER_ATTACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_PLAYER_ATTACK"
          },
          {
            "kind": "FIELD",
            "name": "IS_PROJECTILE",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#IS_PROJECTILE"
          },
          {
            "kind": "FIELD",
            "name": "MACE_SMASH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#MACE_SMASH"
          },
          {
            "kind": "FIELD",
            "name": "NO_ANGER",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#NO_ANGER"
          },
          {
            "kind": "FIELD",
            "name": "NO_IMPACT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#NO_IMPACT"
          },
          {
            "kind": "FIELD",
            "name": "NO_KNOCKBACK",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#NO_KNOCKBACK"
          },
          {
            "kind": "FIELD",
            "name": "PANIC_CAUSES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#PANIC_CAUSES"
          },
          {
            "kind": "FIELD",
            "name": "PANIC_ENVIRONMENTAL_CAUSES",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#PANIC_ENVIRONMENTAL_CAUSES"
          },
          {
            "kind": "FIELD",
            "name": "WITCH_RESISTANT_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#WITCH_RESISTANT_TO"
          },
          {
            "kind": "FIELD",
            "name": "WITHER_IMMUNE_TO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#WITHER_IMMUNE_TO"
          },
          {
            "kind": "METHOD",
            "name": "getTag(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "key"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html#getTag(String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/DamageTypeTags.html",
        "apiStatus": "Experimental"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/tag/package-summary.html",
    "apiStatus": "Experimental"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.util",
    "children": [
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.BiomeSearchResult",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBiome()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BiomeSearchResult.html#getBiome()"
          },
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BiomeSearchResult.html#getLocation()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BiomeSearchResult.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.BlockIterator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIterator(LivingEntity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#BlockIterator(LivingEntity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIterator(LivingEntity,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#BlockIterator(LivingEntity,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIterator(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#BlockIterator(Location)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIterator(Location,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "yOffset"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#BlockIterator(Location,double)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIterator(Location,double,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "loc"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "yOffset"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#BlockIterator(Location,double,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockIterator(World,Vector,Vector,double,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "yOffset"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#BlockIterator(World,Vector,Vector,double,int)"
          },
          {
            "kind": "METHOD",
            "name": "blockEquals(Block,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "a"
              },
              {
                "kind": "PARAMETER",
                "name": "b"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#blockEquals(Block,Block)"
          },
          {
            "kind": "FIELD",
            "name": "blockQueue",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#blockQueue"
          },
          {
            "kind": "FIELD",
            "name": "currentBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#currentBlock"
          },
          {
            "kind": "FIELD",
            "name": "currentDistance",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#currentDistance"
          },
          {
            "kind": "FIELD",
            "name": "end",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#end"
          },
          {
            "kind": "METHOD",
            "name": "getPosition(double,double,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockPosition"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getPosition(double,double,int)"
          },
          {
            "kind": "METHOD",
            "name": "getXFace(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getXFace(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getXLength(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getXLength(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getXPosition(Vector,Vector,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getXPosition(Vector,Vector,Block)"
          },
          {
            "kind": "METHOD",
            "name": "getYFace(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getYFace(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getYLength(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getYLength(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getYPosition(Vector,Vector,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getYPosition(Vector,Vector,Block)"
          },
          {
            "kind": "METHOD",
            "name": "getZFace(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getZFace(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getZLength(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getZLength(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getZPosition(Vector,Vector,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              },
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#getZPosition(Vector,Vector,Block)"
          },
          {
            "kind": "FIELD",
            "name": "gridSize",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#gridSize"
          },
          {
            "kind": "METHOD",
            "name": "hasNext()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#hasNext()"
          },
          {
            "kind": "FIELD",
            "name": "mainFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#mainFace"
          },
          {
            "kind": "FIELD",
            "name": "maxDistance",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#maxDistance"
          },
          {
            "kind": "FIELD",
            "name": "maxDistanceInt",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#maxDistanceInt"
          },
          {
            "kind": "METHOD",
            "name": "next()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#next()"
          },
          {
            "kind": "METHOD",
            "name": "remove()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#remove()"
          },
          {
            "kind": "METHOD",
            "name": "scan()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#scan()"
          },
          {
            "kind": "FIELD",
            "name": "secondError",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#secondError"
          },
          {
            "kind": "FIELD",
            "name": "secondFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#secondFace"
          },
          {
            "kind": "FIELD",
            "name": "secondStep",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#secondStep"
          },
          {
            "kind": "FIELD",
            "name": "thirdError",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#thirdError"
          },
          {
            "kind": "FIELD",
            "name": "thirdFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#thirdFace"
          },
          {
            "kind": "FIELD",
            "name": "thirdStep",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#thirdStep"
          },
          {
            "kind": "FIELD",
            "name": "world",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html#world"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockIterator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.BlockTransformer",
        "children": [
          {
            "kind": "INTERFACE",
            "name": "org.bukkit.util.BlockTransformer.TransformationState",
            "children": [
              {
                "kind": "METHOD",
                "name": "getOriginal()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockTransformer/TransformationState.html#getOriginal()"
              },
              {
                "kind": "METHOD",
                "name": "getWorld()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockTransformer/TransformationState.html#getWorld()"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockTransformer/TransformationState.html"
          },
          {
            "kind": "METHOD",
            "name": "transform(LimitedRegion,int,int,int,BlockState,TransformationState)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "current"
              },
              {
                "kind": "PARAMETER",
                "name": "region"
              },
              {
                "kind": "PARAMETER",
                "name": "state"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockTransformer.html#transform(LimitedRegion,int,int,int,BlockState,TransformationState)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockTransformer.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.BlockVector",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#BlockVector()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#BlockVector(Vector)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#BlockVector(double,double,double)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector(float,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#BlockVector(float,float,float)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BlockVector(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#BlockVector(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html#hashCode()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BlockVector.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.BoundingBox",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BoundingBox()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#BoundingBox()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BoundingBox(double,double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x1"
              },
              {
                "kind": "PARAMETER",
                "name": "x2"
              },
              {
                "kind": "PARAMETER",
                "name": "y1"
              },
              {
                "kind": "PARAMETER",
                "name": "y2"
              },
              {
                "kind": "PARAMETER",
                "name": "z1"
              },
              {
                "kind": "PARAMETER",
                "name": "z2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#BoundingBox(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "contains(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#contains(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "contains(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#contains(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "contains(Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              },
              {
                "kind": "PARAMETER",
                "name": "min"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#contains(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "contains(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#contains(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "contains(double,double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxX"
              },
              {
                "kind": "PARAMETER",
                "name": "maxY"
              },
              {
                "kind": "PARAMETER",
                "name": "maxZ"
              },
              {
                "kind": "PARAMETER",
                "name": "minX"
              },
              {
                "kind": "PARAMETER",
                "name": "minY"
              },
              {
                "kind": "PARAMETER",
                "name": "minZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#contains(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "copy(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#copy(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "expand(BlockFace,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "blockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "expansion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(BlockFace,double)"
          },
          {
            "kind": "METHOD",
            "name": "expand(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expansion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "expand(Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "expansion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "expand(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "expansion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(double)"
          },
          {
            "kind": "METHOD",
            "name": "expand(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "expand(double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dirX"
              },
              {
                "kind": "PARAMETER",
                "name": "dirY"
              },
              {
                "kind": "PARAMETER",
                "name": "dirZ"
              },
              {
                "kind": "PARAMETER",
                "name": "expansion"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "expand(double,double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "negativeX"
              },
              {
                "kind": "PARAMETER",
                "name": "negativeY"
              },
              {
                "kind": "PARAMETER",
                "name": "negativeZ"
              },
              {
                "kind": "PARAMETER",
                "name": "positiveX"
              },
              {
                "kind": "PARAMETER",
                "name": "positiveY"
              },
              {
                "kind": "PARAMETER",
                "name": "positiveZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expand(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "expandDirectional(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expandDirectional(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "expandDirectional(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "dirX"
              },
              {
                "kind": "PARAMETER",
                "name": "dirY"
              },
              {
                "kind": "PARAMETER",
                "name": "dirZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#expandDirectional(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getCenter()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getCenter()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getCenterX()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getCenterY()"
          },
          {
            "kind": "METHOD",
            "name": "getCenterZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getCenterZ()"
          },
          {
            "kind": "METHOD",
            "name": "getHeight()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getHeight()"
          },
          {
            "kind": "METHOD",
            "name": "getMax()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMax()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMaxX()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMaxY()"
          },
          {
            "kind": "METHOD",
            "name": "getMaxZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMaxZ()"
          },
          {
            "kind": "METHOD",
            "name": "getMin()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMin()"
          },
          {
            "kind": "METHOD",
            "name": "getMinX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMinX()"
          },
          {
            "kind": "METHOD",
            "name": "getMinY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMinY()"
          },
          {
            "kind": "METHOD",
            "name": "getMinZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getMinZ()"
          },
          {
            "kind": "METHOD",
            "name": "getVolume()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getVolume()"
          },
          {
            "kind": "METHOD",
            "name": "getWidthX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getWidthX()"
          },
          {
            "kind": "METHOD",
            "name": "getWidthZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#getWidthZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "intersection(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#intersection(BoundingBox)"
          },
          {
            "kind": "FIELD",
            "name": "maxX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#maxX"
          },
          {
            "kind": "FIELD",
            "name": "maxY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#maxY"
          },
          {
            "kind": "FIELD",
            "name": "maxZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#maxZ"
          },
          {
            "kind": "FIELD",
            "name": "minX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#minX"
          },
          {
            "kind": "FIELD",
            "name": "minY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#minY"
          },
          {
            "kind": "FIELD",
            "name": "minZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#minZ"
          },
          {
            "kind": "METHOD",
            "name": "of(Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "block"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#of(Block)"
          },
          {
            "kind": "METHOD",
            "name": "of(Block,Block)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "corner1"
              },
              {
                "kind": "PARAMETER",
                "name": "corner2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#of(Block,Block)"
          },
          {
            "kind": "METHOD",
            "name": "of(Location,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "corner1"
              },
              {
                "kind": "PARAMETER",
                "name": "corner2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#of(Location,Location)"
          },
          {
            "kind": "METHOD",
            "name": "of(Location,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "center"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#of(Location,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "of(Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "corner1"
              },
              {
                "kind": "PARAMETER",
                "name": "corner2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#of(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "of(Vector,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "center"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#of(Vector,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "overlaps(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#overlaps(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "overlaps(Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              },
              {
                "kind": "PARAMETER",
                "name": "min"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#overlaps(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "overlaps(double,double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "maxX"
              },
              {
                "kind": "PARAMETER",
                "name": "maxY"
              },
              {
                "kind": "PARAMETER",
                "name": "maxZ"
              },
              {
                "kind": "PARAMETER",
                "name": "minX"
              },
              {
                "kind": "PARAMETER",
                "name": "minY"
              },
              {
                "kind": "PARAMETER",
                "name": "minZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#overlaps(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "rayTrace(Vector,Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "direction"
              },
              {
                "kind": "PARAMETER",
                "name": "maxDistance"
              },
              {
                "kind": "PARAMETER",
                "name": "start"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#rayTrace(Vector,Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "resize(double,double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x1"
              },
              {
                "kind": "PARAMETER",
                "name": "x2"
              },
              {
                "kind": "PARAMETER",
                "name": "y1"
              },
              {
                "kind": "PARAMETER",
                "name": "y2"
              },
              {
                "kind": "PARAMETER",
                "name": "z1"
              },
              {
                "kind": "PARAMETER",
                "name": "z2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#resize(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "shift(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shift"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#shift(Location)"
          },
          {
            "kind": "METHOD",
            "name": "shift(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shift"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#shift(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "shift(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "shiftX"
              },
              {
                "kind": "PARAMETER",
                "name": "shiftY"
              },
              {
                "kind": "PARAMETER",
                "name": "shiftZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#shift(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "union(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#union(BoundingBox)"
          },
          {
            "kind": "METHOD",
            "name": "union(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#union(Location)"
          },
          {
            "kind": "METHOD",
            "name": "union(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "position"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#union(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "union(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "posX"
              },
              {
                "kind": "PARAMETER",
                "name": "posY"
              },
              {
                "kind": "PARAMETER",
                "name": "posZ"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html#union(double,double,double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/BoundingBox.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.CachedServerIcon",
        "children": [
          {
            "kind": "METHOD",
            "name": "getData()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/CachedServerIcon.html#getData()"
          },
          {
            "kind": "METHOD",
            "name": "isEmpty()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/CachedServerIcon.html#isEmpty()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/CachedServerIcon.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.ChatPaginator",
        "children": [
          {
            "kind": "FIELD",
            "name": "AVERAGE_CHAT_PAGE_WIDTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#AVERAGE_CHAT_PAGE_WIDTH"
          },
          {
            "kind": "FIELD",
            "name": "CLOSED_CHAT_PAGE_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#CLOSED_CHAT_PAGE_HEIGHT"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "ChatPaginator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#ChatPaginator()"
          },
          {
            "kind": "FIELD",
            "name": "GUARANTEED_NO_WRAP_CHAT_PAGE_WIDTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#GUARANTEED_NO_WRAP_CHAT_PAGE_WIDTH"
          },
          {
            "kind": "FIELD",
            "name": "OPEN_CHAT_PAGE_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#OPEN_CHAT_PAGE_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "UNBOUNDED_PAGE_HEIGHT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#UNBOUNDED_PAGE_HEIGHT"
          },
          {
            "kind": "FIELD",
            "name": "UNBOUNDED_PAGE_WIDTH",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#UNBOUNDED_PAGE_WIDTH"
          },
          {
            "kind": "CLASS",
            "name": "org.bukkit.util.ChatPaginator.ChatPage",
            "children": [
              {
                "kind": "CONSTRUCTOR",
                "name": "ChatPage(Array,int,int)",
                "children": [
                  {
                    "kind": "PARAMETER",
                    "name": "lines"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "pageNumber"
                  },
                  {
                    "kind": "PARAMETER",
                    "name": "totalPages"
                  }
                ],
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#ChatPage(Array,int,int)"
              },
              {
                "kind": "METHOD",
                "name": "getLines()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#getLines()"
              },
              {
                "kind": "METHOD",
                "name": "getPageNumber()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#getPageNumber()"
              },
              {
                "kind": "METHOD",
                "name": "getTotalPages()",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#getTotalPages()"
              },
              {
                "kind": "FIELD",
                "name": "lines",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#lines"
              },
              {
                "kind": "FIELD",
                "name": "pageNumber",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#pageNumber"
              },
              {
                "kind": "FIELD",
                "name": "totalPages",
                "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html#totalPages"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator/ChatPage.html"
          },
          {
            "kind": "METHOD",
            "name": "paginate(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pageNumber"
              },
              {
                "kind": "PARAMETER",
                "name": "unpaginatedString"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#paginate(String,int)"
          },
          {
            "kind": "METHOD",
            "name": "paginate(String,int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lineLength"
              },
              {
                "kind": "PARAMETER",
                "name": "pageHeight"
              },
              {
                "kind": "PARAMETER",
                "name": "pageNumber"
              },
              {
                "kind": "PARAMETER",
                "name": "unpaginatedString"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#paginate(String,int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "wordWrap(String,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "lineLength"
              },
              {
                "kind": "PARAMETER",
                "name": "rawString"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html#wordWrap(String,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/ChatPaginator.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.Consumer",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "accept(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "t"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Consumer.html#accept(T)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Consumer.html",
        "deprecated": {
          "since": "1.20.2",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.EntityTransformer",
        "children": [
          {
            "kind": "METHOD",
            "name": "transform(LimitedRegion,int,int,int,Entity,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "allowedToSpawn"
              },
              {
                "kind": "PARAMETER",
                "name": "entity"
              },
              {
                "kind": "PARAMETER",
                "name": "region"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EntityTransformer.html#transform(LimitedRegion,int,int,int,Entity,boolean)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EntityTransformer.html",
        "apiStatus": "Experimental"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.EulerAngle",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "EulerAngle(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#EulerAngle(double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "ZERO",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#ZERO"
          },
          {
            "kind": "METHOD",
            "name": "add(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#add(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "setX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#setX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#setY(double)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#setZ(double)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#subtract(double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#y"
          },
          {
            "kind": "FIELD",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html#z"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/EulerAngle.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.FileUtil",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "FileUtil()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/FileUtil.html#FileUtil()"
          },
          {
            "kind": "METHOD",
            "name": "copy(File,File)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "inFile"
              },
              {
                "kind": "PARAMETER",
                "name": "outFile"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/FileUtil.html#copy(File,File)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/FileUtil.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.NumberConversions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NumberConversions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#NumberConversions()"
          },
          {
            "kind": "METHOD",
            "name": "ceil(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#ceil(double)"
          },
          {
            "kind": "METHOD",
            "name": "checkFinite(double,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "d"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#checkFinite(double,String)"
          },
          {
            "kind": "METHOD",
            "name": "checkFinite(float,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "d"
              },
              {
                "kind": "PARAMETER",
                "name": "message"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#checkFinite(float,String)"
          },
          {
            "kind": "METHOD",
            "name": "floor(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#floor(double)"
          },
          {
            "kind": "METHOD",
            "name": "isFinite(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "d"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#isFinite(double)"
          },
          {
            "kind": "METHOD",
            "name": "isFinite(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "f"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#isFinite(float)"
          },
          {
            "kind": "METHOD",
            "name": "round(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#round(double)"
          },
          {
            "kind": "METHOD",
            "name": "square(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "num"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#square(double)"
          },
          {
            "kind": "METHOD",
            "name": "toByte(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#toByte(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toDouble(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#toDouble(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toFloat(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#toFloat(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toInt(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#toInt(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toLong(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#toLong(Object)"
          },
          {
            "kind": "METHOD",
            "name": "toShort(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "object"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html#toShort(Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/NumberConversions.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.OldEnum",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "METHOD",
            "name": "compareTo(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/OldEnum.html#compareTo(T)",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "name()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/OldEnum.html#name()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          },
          {
            "kind": "METHOD",
            "name": "ordinal()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/OldEnum.html#ordinal()",
            "deprecated": {
              "since": "1.21",
              "forRemoval": "true",
              "deprecated": "true"
            },
            "apiStatus": "ScheduledForRemoval"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/OldEnum.html",
        "apiStatus": "ScheduledForRemoval",
        "deprecated": {
          "since": "1.21",
          "forRemoval": "true",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.RayTraceResult",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceResult(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#RayTraceResult(Vector)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceResult(Vector,Block,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "hitBlockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "hitPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#RayTraceResult(Vector,Block,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceResult(Vector,Block,BlockFace,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlock"
              },
              {
                "kind": "PARAMETER",
                "name": "hitBlockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "hitEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "hitPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#RayTraceResult(Vector,Block,BlockFace,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceResult(Vector,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "hitPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#RayTraceResult(Vector,BlockFace)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceResult(Vector,Entity)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "hitPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#RayTraceResult(Vector,Entity)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "RayTraceResult(Vector,Entity,BlockFace)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hitBlockFace"
              },
              {
                "kind": "PARAMETER",
                "name": "hitEntity"
              },
              {
                "kind": "PARAMETER",
                "name": "hitPosition"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#RayTraceResult(Vector,Entity,BlockFace)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlock()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#getHitBlock()"
          },
          {
            "kind": "METHOD",
            "name": "getHitBlockFace()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#getHitBlockFace()"
          },
          {
            "kind": "METHOD",
            "name": "getHitEntity()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#getHitEntity()"
          },
          {
            "kind": "METHOD",
            "name": "getHitPosition()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#getHitPosition()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "hitBlock",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#hitBlock"
          },
          {
            "kind": "FIELD",
            "name": "hitBlockFace",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#hitBlockFace"
          },
          {
            "kind": "FIELD",
            "name": "hitEntity",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#hitEntity"
          },
          {
            "kind": "FIELD",
            "name": "hitPosition",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#hitPosition"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html#toString()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/RayTraceResult.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.StringUtil",
        "children": [
          {
            "kind": "METHOD",
            "name": "\u003cT\u003ecopyPartialMatches(String,Iterable,T)",
            "children": [
              {
                "kind": "TYPE_PARAMETER",
                "name": "T"
              },
              {
                "kind": "PARAMETER",
                "name": "collection"
              },
              {
                "kind": "PARAMETER",
                "name": "originals"
              },
              {
                "kind": "PARAMETER",
                "name": "token"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StringUtil.html#\u003cT\u003ecopyPartialMatches(String,Iterable,T)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "StringUtil()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StringUtil.html#StringUtil()"
          },
          {
            "kind": "METHOD",
            "name": "startsWithIgnoreCase(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "prefix"
              },
              {
                "kind": "PARAMETER",
                "name": "string"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StringUtil.html#startsWithIgnoreCase(String,String)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StringUtil.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.StructureSearchResult",
        "children": [
          {
            "kind": "METHOD",
            "name": "getLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StructureSearchResult.html#getLocation()"
          },
          {
            "kind": "METHOD",
            "name": "getStructure()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StructureSearchResult.html#getStructure()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/StructureSearchResult.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.Transformation",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Transformation(Vector3f,AxisAngle4f,Vector3f,AxisAngle4f)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leftRotation"
              },
              {
                "kind": "PARAMETER",
                "name": "rightRotation"
              },
              {
                "kind": "PARAMETER",
                "name": "scale"
              },
              {
                "kind": "PARAMETER",
                "name": "translation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#Transformation(Vector3f,AxisAngle4f,Vector3f,AxisAngle4f)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Transformation(Vector3f,Quaternionf,Vector3f,Quaternionf)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "leftRotation"
              },
              {
                "kind": "PARAMETER",
                "name": "rightRotation"
              },
              {
                "kind": "PARAMETER",
                "name": "scale"
              },
              {
                "kind": "PARAMETER",
                "name": "translation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#Transformation(Vector3f,Quaternionf,Vector3f,Quaternionf)"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "getLeftRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#getLeftRotation()"
          },
          {
            "kind": "METHOD",
            "name": "getRightRotation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#getRightRotation()"
          },
          {
            "kind": "METHOD",
            "name": "getScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#getScale()"
          },
          {
            "kind": "METHOD",
            "name": "getTranslation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#getTranslation()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#hashCode()"
          },
          {
            "kind": "FIELD",
            "name": "leftRotation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#leftRotation"
          },
          {
            "kind": "FIELD",
            "name": "rightRotation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#rightRotation"
          },
          {
            "kind": "FIELD",
            "name": "scale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#scale"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#toString()"
          },
          {
            "kind": "FIELD",
            "name": "translation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html#translation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Transformation.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.Vector",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "Vector()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#Vector()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vector(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#Vector(double,double,double)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vector(float,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#Vector(float,float,float)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Vector(int,int,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#Vector(int,int,int)"
          },
          {
            "kind": "METHOD",
            "name": "add(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#add(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "angle(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#angle(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "checkFinite()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#checkFinite()"
          },
          {
            "kind": "METHOD",
            "name": "clone()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#clone()"
          },
          {
            "kind": "METHOD",
            "name": "copy(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#copy(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "crossProduct(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#crossProduct(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "deserialize(Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "args"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#deserialize(Map)"
          },
          {
            "kind": "METHOD",
            "name": "distance(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#distance(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "distanceSquared(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#distanceSquared(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "divide(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#divide(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "dot(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#dot(Vector)"
          },
          {
            "kind": "FIELD",
            "name": "epsilon",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#epsilon"
          },
          {
            "kind": "METHOD",
            "name": "equals(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#equals(Object)"
          },
          {
            "kind": "METHOD",
            "name": "fromJOML(Vector3d)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#fromJOML(Vector3d)"
          },
          {
            "kind": "METHOD",
            "name": "fromJOML(Vector3dc)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#fromJOML(Vector3dc)"
          },
          {
            "kind": "METHOD",
            "name": "fromJOML(Vector3f)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#fromJOML(Vector3f)"
          },
          {
            "kind": "METHOD",
            "name": "fromJOML(Vector3fc)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#fromJOML(Vector3fc)"
          },
          {
            "kind": "METHOD",
            "name": "fromJOML(Vector3i)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#fromJOML(Vector3i)"
          },
          {
            "kind": "METHOD",
            "name": "fromJOML(Vector3ic)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vector"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#fromJOML(Vector3ic)"
          },
          {
            "kind": "METHOD",
            "name": "getBlockX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getBlockX()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getBlockY()"
          },
          {
            "kind": "METHOD",
            "name": "getBlockZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getBlockZ()"
          },
          {
            "kind": "METHOD",
            "name": "getCrossProduct(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "o"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getCrossProduct(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getEpsilon()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getEpsilon()"
          },
          {
            "kind": "METHOD",
            "name": "getMaximum(Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "v1"
              },
              {
                "kind": "PARAMETER",
                "name": "v2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getMaximum(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getMidpoint(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getMidpoint(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getMinimum(Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "v1"
              },
              {
                "kind": "PARAMETER",
                "name": "v2"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getMinimum(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "getRandom()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getRandom()"
          },
          {
            "kind": "METHOD",
            "name": "getX()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getX()"
          },
          {
            "kind": "METHOD",
            "name": "getY()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getY()"
          },
          {
            "kind": "METHOD",
            "name": "getZ()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#getZ()"
          },
          {
            "kind": "METHOD",
            "name": "hashCode()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#hashCode()"
          },
          {
            "kind": "METHOD",
            "name": "isInAABB(Vector,Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "max"
              },
              {
                "kind": "PARAMETER",
                "name": "min"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#isInAABB(Vector,Vector)"
          },
          {
            "kind": "METHOD",
            "name": "isInSphere(Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "origin"
              },
              {
                "kind": "PARAMETER",
                "name": "radius"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#isInSphere(Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "isNormalized()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#isNormalized()"
          },
          {
            "kind": "METHOD",
            "name": "isZero()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#isZero()"
          },
          {
            "kind": "METHOD",
            "name": "length()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#length()"
          },
          {
            "kind": "METHOD",
            "name": "lengthSquared()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#lengthSquared()"
          },
          {
            "kind": "METHOD",
            "name": "midpoint(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#midpoint(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#multiply(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#multiply(double)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#multiply(float)"
          },
          {
            "kind": "METHOD",
            "name": "multiply(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "m"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#multiply(int)"
          },
          {
            "kind": "METHOD",
            "name": "normalize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#normalize()"
          },
          {
            "kind": "METHOD",
            "name": "normalizeZeros()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#normalizeZeros()"
          },
          {
            "kind": "FIELD",
            "name": "random",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#random"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundAxis(Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              },
              {
                "kind": "PARAMETER",
                "name": "axis"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#rotateAroundAxis(Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundNonUnitAxis(Vector,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              },
              {
                "kind": "PARAMETER",
                "name": "axis"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#rotateAroundNonUnitAxis(Vector,double)"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#rotateAroundX(double)"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#rotateAroundY(double)"
          },
          {
            "kind": "METHOD",
            "name": "rotateAroundZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "angle"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#rotateAroundZ(double)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#serialVersionUID"
          },
          {
            "kind": "METHOD",
            "name": "serialize()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#serialize()"
          },
          {
            "kind": "METHOD",
            "name": "setX(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setX(double)"
          },
          {
            "kind": "METHOD",
            "name": "setX(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setX(float)"
          },
          {
            "kind": "METHOD",
            "name": "setX(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setX(int)"
          },
          {
            "kind": "METHOD",
            "name": "setY(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setY(double)"
          },
          {
            "kind": "METHOD",
            "name": "setY(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setY(float)"
          },
          {
            "kind": "METHOD",
            "name": "setY(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setY(int)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setZ(double)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setZ(float)"
          },
          {
            "kind": "METHOD",
            "name": "setZ(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#setZ(int)"
          },
          {
            "kind": "METHOD",
            "name": "subtract(Vector)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "vec"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#subtract(Vector)"
          },
          {
            "kind": "METHOD",
            "name": "toBlockVector()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toBlockVector()"
          },
          {
            "kind": "METHOD",
            "name": "toLocation(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toLocation(World)"
          },
          {
            "kind": "METHOD",
            "name": "toLocation(World,float,float)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "pitch"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              },
              {
                "kind": "PARAMETER",
                "name": "yaw"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toLocation(World,float,float)"
          },
          {
            "kind": "METHOD",
            "name": "toString()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toString()"
          },
          {
            "kind": "METHOD",
            "name": "toVector3d()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toVector3d()"
          },
          {
            "kind": "METHOD",
            "name": "toVector3f()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toVector3f()"
          },
          {
            "kind": "METHOD",
            "name": "toVector3i()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toVector3i()"
          },
          {
            "kind": "METHOD",
            "name": "toVector3i(int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "roundingMode"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#toVector3i(int)"
          },
          {
            "kind": "FIELD",
            "name": "x",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#x"
          },
          {
            "kind": "FIELD",
            "name": "y",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#y"
          },
          {
            "kind": "FIELD",
            "name": "z",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#z"
          },
          {
            "kind": "METHOD",
            "name": "zero()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html#zero()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/Vector.html"
      },
      {
        "kind": "INTERFACE",
        "name": "org.bukkit.util.VoxelShape",
        "children": [
          {
            "kind": "METHOD",
            "name": "getBoundingBoxes()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/VoxelShape.html#getBoundingBoxes()"
          },
          {
            "kind": "METHOD",
            "name": "overlaps(BoundingBox)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "other"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/VoxelShape.html#overlaps(BoundingBox)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/VoxelShape.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.util.io",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.io.BukkitObjectInputStream",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectInputStream()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectInputStream.html#BukkitObjectInputStream()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectInputStream(InputStream)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "in"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectInputStream.html#BukkitObjectInputStream(InputStream)"
          },
          {
            "kind": "METHOD",
            "name": "newIOException(String,Throwable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "cause"
              },
              {
                "kind": "PARAMETER",
                "name": "string"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectInputStream.html#newIOException(String,Throwable)"
          },
          {
            "kind": "METHOD",
            "name": "resolveObject(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectInputStream.html#resolveObject(Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectInputStream.html",
        "deprecated": {
          "since": "1.21",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.io.BukkitObjectOutputStream",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectOutputStream()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectOutputStream.html#BukkitObjectOutputStream()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "BukkitObjectOutputStream(OutputStream)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "out"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectOutputStream.html#BukkitObjectOutputStream(OutputStream)"
          },
          {
            "kind": "METHOD",
            "name": "replaceObject(Object)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectOutputStream.html#replaceObject(Object)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/BukkitObjectOutputStream.html",
        "deprecated": {
          "since": "1.21",
          "deprecated": "true"
        }
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.io.Wrapper",
        "children": [
          {
            "kind": "TYPE_PARAMETER",
            "name": "T"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "Wrapper(T)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "map"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/Wrapper.html#Wrapper(T)"
          },
          {
            "kind": "FIELD",
            "name": "map",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/Wrapper.html#map"
          },
          {
            "kind": "METHOD",
            "name": "newWrapper(ConfigurationSerializable)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "obj"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/Wrapper.html#newWrapper(ConfigurationSerializable)"
          },
          {
            "kind": "FIELD",
            "name": "serialVersionUID",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/Wrapper.html#serialVersionUID"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/Wrapper.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/io/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.util.noise",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.noise.NoiseGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "NoiseGenerator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#NoiseGenerator()"
          },
          {
            "kind": "METHOD",
            "name": "fade(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#fade(double)"
          },
          {
            "kind": "METHOD",
            "name": "floor(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#floor(double)"
          },
          {
            "kind": "METHOD",
            "name": "grad(int,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "hash"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#grad(int,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "lerp(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#lerp(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,int,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,double,double,int,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,int,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,double,double,int,double,double,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,int,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,double,int,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,int,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,double,int,double,double,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,int,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,int,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,int,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#noise(double,int,double,double,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "offsetX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#offsetX"
          },
          {
            "kind": "FIELD",
            "name": "offsetY",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#offsetY"
          },
          {
            "kind": "FIELD",
            "name": "offsetZ",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#offsetZ"
          },
          {
            "kind": "FIELD",
            "name": "perm",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html#perm"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/NoiseGenerator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.noise.OctaveGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "OctaveGenerator(NoiseGenerator...)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#OctaveGenerator(NoiseGenerator...)"
          },
          {
            "kind": "METHOD",
            "name": "getOctaves()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#getOctaves()"
          },
          {
            "kind": "METHOD",
            "name": "getXScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#getXScale()"
          },
          {
            "kind": "METHOD",
            "name": "getYScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#getYScale()"
          },
          {
            "kind": "METHOD",
            "name": "getZScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#getZScale()"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double,double,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#noise(double,double,double,double,double,boolean)"
          },
          {
            "kind": "FIELD",
            "name": "octaves",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#octaves"
          },
          {
            "kind": "METHOD",
            "name": "setScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#setScale(double)"
          },
          {
            "kind": "METHOD",
            "name": "setXScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#setXScale(double)"
          },
          {
            "kind": "METHOD",
            "name": "setYScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#setYScale(double)"
          },
          {
            "kind": "METHOD",
            "name": "setZScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#setZScale(double)"
          },
          {
            "kind": "FIELD",
            "name": "xScale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#xScale"
          },
          {
            "kind": "FIELD",
            "name": "yScale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#yScale"
          },
          {
            "kind": "FIELD",
            "name": "zScale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html#zScale"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/OctaveGenerator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.noise.PerlinNoiseGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinNoiseGenerator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#PerlinNoiseGenerator()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinNoiseGenerator(Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#PerlinNoiseGenerator(Random)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinNoiseGenerator(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#PerlinNoiseGenerator(World)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinNoiseGenerator(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#PerlinNoiseGenerator(long)"
          },
          {
            "kind": "METHOD",
            "name": "getInstance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getInstance()"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double,double,int,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double,double,double,int,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double,int,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double,double,int,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,int,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#getNoise(double,int,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "grad3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#grad3"
          },
          {
            "kind": "FIELD",
            "name": "instance",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#instance"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html#noise(double,double,double)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinNoiseGenerator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.noise.PerlinOctaveGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinOctaveGenerator(Random,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinOctaveGenerator.html#PerlinOctaveGenerator(Random,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinOctaveGenerator(World,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinOctaveGenerator.html#PerlinOctaveGenerator(World,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PerlinOctaveGenerator(long,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinOctaveGenerator.html#PerlinOctaveGenerator(long,int)"
          },
          {
            "kind": "METHOD",
            "name": "createOctaves(Random,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinOctaveGenerator.html#createOctaves(Random,int)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/PerlinOctaveGenerator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.noise.SimplexNoiseGenerator",
        "children": [
          {
            "kind": "FIELD",
            "name": "F2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#F2"
          },
          {
            "kind": "FIELD",
            "name": "F3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#F3"
          },
          {
            "kind": "FIELD",
            "name": "F4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#F4"
          },
          {
            "kind": "FIELD",
            "name": "G2",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G2"
          },
          {
            "kind": "FIELD",
            "name": "G22",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G22"
          },
          {
            "kind": "FIELD",
            "name": "G3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G3"
          },
          {
            "kind": "FIELD",
            "name": "G4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G4"
          },
          {
            "kind": "FIELD",
            "name": "G42",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G42"
          },
          {
            "kind": "FIELD",
            "name": "G43",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G43"
          },
          {
            "kind": "FIELD",
            "name": "G44",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#G44"
          },
          {
            "kind": "FIELD",
            "name": "SQRT_3",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#SQRT_3"
          },
          {
            "kind": "FIELD",
            "name": "SQRT_5",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#SQRT_5"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexNoiseGenerator()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#SimplexNoiseGenerator()"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexNoiseGenerator(Random)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#SimplexNoiseGenerator(Random)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexNoiseGenerator(World)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#SimplexNoiseGenerator(World)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexNoiseGenerator(long)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#SimplexNoiseGenerator(long)"
          },
          {
            "kind": "METHOD",
            "name": "dot(Array,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#dot(Array,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "dot(Array,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#dot(Array,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "dot(Array,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "g"
              },
              {
                "kind": "PARAMETER",
                "name": "w"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#dot(Array,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getInstance()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#getInstance()"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#getNoise(double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xin"
              },
              {
                "kind": "PARAMETER",
                "name": "yin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#getNoise(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xin"
              },
              {
                "kind": "PARAMETER",
                "name": "yin"
              },
              {
                "kind": "PARAMETER",
                "name": "zin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#getNoise(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "getNoise(double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "w"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#getNoise(double,double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "grad4",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#grad4"
          },
          {
            "kind": "FIELD",
            "name": "instance",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#instance"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xin"
              },
              {
                "kind": "PARAMETER",
                "name": "yin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#noise(double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "xin"
              },
              {
                "kind": "PARAMETER",
                "name": "yin"
              },
              {
                "kind": "PARAMETER",
                "name": "zin"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#noise(double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "w"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#noise(double,double,double,double)"
          },
          {
            "kind": "FIELD",
            "name": "offsetW",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#offsetW"
          },
          {
            "kind": "FIELD",
            "name": "simplex",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html#simplex"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexNoiseGenerator.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.noise.SimplexOctaveGenerator",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexOctaveGenerator(Random,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#SimplexOctaveGenerator(Random,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexOctaveGenerator(World,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "world"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#SimplexOctaveGenerator(World,int)"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "SimplexOctaveGenerator(long,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "seed"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#SimplexOctaveGenerator(long,int)"
          },
          {
            "kind": "METHOD",
            "name": "createOctaves(Random,int)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "octaves"
              },
              {
                "kind": "PARAMETER",
                "name": "rand"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#createOctaves(Random,int)"
          },
          {
            "kind": "METHOD",
            "name": "getWScale()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#getWScale()"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double,double,double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "w"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#noise(double,double,double,double,double,double)"
          },
          {
            "kind": "METHOD",
            "name": "noise(double,double,double,double,double,double,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "amplitude"
              },
              {
                "kind": "PARAMETER",
                "name": "frequency"
              },
              {
                "kind": "PARAMETER",
                "name": "normalized"
              },
              {
                "kind": "PARAMETER",
                "name": "w"
              },
              {
                "kind": "PARAMETER",
                "name": "x"
              },
              {
                "kind": "PARAMETER",
                "name": "y"
              },
              {
                "kind": "PARAMETER",
                "name": "z"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#noise(double,double,double,double,double,double,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "setScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#setScale(double)"
          },
          {
            "kind": "METHOD",
            "name": "setWScale(double)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "scale"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#setWScale(double)"
          },
          {
            "kind": "FIELD",
            "name": "wScale",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html#wScale"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/SimplexOctaveGenerator.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/noise/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.bukkit.util.permissions",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.permissions.BroadcastPermissions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "BroadcastPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/BroadcastPermissions.html#BroadcastPermissions()"
          },
          {
            "kind": "FIELD",
            "name": "PREFIX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/BroadcastPermissions.html#PREFIX"
          },
          {
            "kind": "FIELD",
            "name": "ROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/BroadcastPermissions.html#ROOT"
          },
          {
            "kind": "METHOD",
            "name": "registerPermissions(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/BroadcastPermissions.html#registerPermissions(Permission)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/BroadcastPermissions.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.permissions.CommandPermissions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CommandPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/CommandPermissions.html#CommandPermissions()"
          },
          {
            "kind": "FIELD",
            "name": "PREFIX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/CommandPermissions.html#PREFIX"
          },
          {
            "kind": "FIELD",
            "name": "ROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/CommandPermissions.html#ROOT"
          },
          {
            "kind": "METHOD",
            "name": "registerPermissions(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/CommandPermissions.html#registerPermissions(Permission)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/CommandPermissions.html"
      },
      {
        "kind": "CLASS",
        "name": "org.bukkit.util.permissions.DefaultPermissions",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "DefaultPermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#DefaultPermissions()"
          },
          {
            "kind": "FIELD",
            "name": "LEGACY_PREFIX",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#LEGACY_PREFIX"
          },
          {
            "kind": "FIELD",
            "name": "ROOT",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#ROOT"
          },
          {
            "kind": "METHOD",
            "name": "registerCorePermissions()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerCorePermissions()"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(Permission)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(Permission,Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "parent"
              },
              {
                "kind": "PARAMETER",
                "name": "perm"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(Permission,Permission)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(Permission,boolean)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "perm"
              },
              {
                "kind": "PARAMETER",
                "name": "withLegacy"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(Permission,boolean)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(String,String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "desc"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(String,String,Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "desc"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String,Permission)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(String,String,PermissionDefault)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "desc"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String,PermissionDefault)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(String,String,PermissionDefault,Map)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "desc"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String,PermissionDefault,Map)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(String,String,PermissionDefault,Map,Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "children"
              },
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "desc"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String,PermissionDefault,Map,Permission)"
          },
          {
            "kind": "METHOD",
            "name": "registerPermission(String,String,PermissionDefault,Permission)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "def"
              },
              {
                "kind": "PARAMETER",
                "name": "desc"
              },
              {
                "kind": "PARAMETER",
                "name": "name"
              },
              {
                "kind": "PARAMETER",
                "name": "parent"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html#registerPermission(String,String,PermissionDefault,Permission)"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/DefaultPermissions.html"
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/bukkit/util/permissions/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.spigotmc",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.spigotmc.CustomTimingsHandler",
        "children": [
          {
            "kind": "CONSTRUCTOR",
            "name": "CustomTimingsHandler(String)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "name"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/CustomTimingsHandler.html#CustomTimingsHandler(String)"
          },
          {
            "kind": "FIELD",
            "name": "handler",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/CustomTimingsHandler.html#handler"
          },
          {
            "kind": "METHOD",
            "name": "startTiming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/CustomTimingsHandler.html#startTiming()"
          },
          {
            "kind": "METHOD",
            "name": "stopTiming()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/CustomTimingsHandler.html#stopTiming()"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/CustomTimingsHandler.html",
        "deprecated": {
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/package-summary.html"
  },
  {
    "kind": "PACKAGE",
    "name": "org.spigotmc.event.player",
    "children": [
      {
        "kind": "CLASS",
        "name": "org.spigotmc.event.player.PlayerSpawnLocationEvent",
        "children": [
          {
            "kind": "FIELD",
            "name": "HANDLER_LIST",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#HANDLER_LIST"
          },
          {
            "kind": "CONSTRUCTOR",
            "name": "PlayerSpawnLocationEvent(Player,Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "player"
              },
              {
                "kind": "PARAMETER",
                "name": "spawnLocation"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#PlayerSpawnLocationEvent(Player,Location)"
          },
          {
            "kind": "METHOD",
            "name": "getHandlerList()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#getHandlerList()"
          },
          {
            "kind": "METHOD",
            "name": "getHandlers()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#getHandlers()"
          },
          {
            "kind": "METHOD",
            "name": "getSpawnLocation()",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#getSpawnLocation()"
          },
          {
            "kind": "METHOD",
            "name": "setSpawnLocation(Location)",
            "children": [
              {
                "kind": "PARAMETER",
                "name": "location"
              }
            ],
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#setSpawnLocation(Location)"
          },
          {
            "kind": "FIELD",
            "name": "spawnLocation",
            "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html#spawnLocation"
          }
        ],
        "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/PlayerSpawnLocationEvent.html",
        "deprecated": {
          "since": "1.21.9",
          "forRemoval": "true",
          "deprecated": "true"
        }
      }
    ],
    "link": "https://jd.papermc.io/paper/1.21.9/org/spigotmc/event/player/package-summary.html"
  }
]
